From 73d48fe3719b7bbef14a3cffaadabd55df4b4bf2 Mon Sep 17 00:00:00 2001 From: tcmal Date: Sun, 25 Aug 2024 17:44:19 +0100 Subject: feat(types): entity downcasting and fnmut in world creation --- stockton-types/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'stockton-types/Cargo.toml') diff --git a/stockton-types/Cargo.toml b/stockton-types/Cargo.toml index af69084..b97f983 100644 --- a/stockton-types/Cargo.toml +++ b/stockton-types/Cargo.toml @@ -6,4 +6,5 @@ edition = "2018" [dependencies] nalgebra = "0.18.0" -stockton-bsp = "1.0.0" \ No newline at end of file +stockton-bsp = "1.0.0" +downcast-rs = "1.0.4" \ No newline at end of file -- cgit v1.2.3