aboutsummaryrefslogtreecommitdiff
path: root/stockton-types/Cargo.toml
diff options
context:
space:
mode:
authortcmal <me@aria.rip>2024-08-25 17:44:19 +0100
committertcmal <me@aria.rip>2024-08-25 17:44:19 +0100
commit73d48fe3719b7bbef14a3cffaadabd55df4b4bf2 (patch)
treef8e6ecb0adf76292d19308948a687938fc0cf9f2 /stockton-types/Cargo.toml
parent6ee3384750bb065e4397b02e2cc7f567f96da73a (diff)
feat(types): entity downcasting and fnmut in world creation
Diffstat (limited to 'stockton-types/Cargo.toml')
-rw-r--r--stockton-types/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
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