aboutsummaryrefslogtreecommitdiff
path: root/stockton-types/Cargo.toml
diff options
context:
space:
mode:
authortcmal <me@aria.rip>2024-08-25 17:44:21 +0100
committertcmal <me@aria.rip>2024-08-25 17:44:21 +0100
commit95708732572431dc057a9fd71fa8bd8571a336a2 (patch)
tree3255e3407eb069c8124d41e1d6f60163b7c5091d /stockton-types/Cargo.toml
parent9bceddef62c48b56e7b93a2ca19636e1ff6486cb (diff)
feat(all): start using an ECS
Diffstat (limited to 'stockton-types/Cargo.toml')
-rw-r--r--stockton-types/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/stockton-types/Cargo.toml b/stockton-types/Cargo.toml
index 02205ca..f473c5f 100644
--- a/stockton-types/Cargo.toml
+++ b/stockton-types/Cargo.toml
@@ -6,4 +6,5 @@ edition = "2018"
[dependencies]
nalgebra-glm = "^0.6"
+legion = { version = "^0.3" }
stockton-levels = { path = "../stockton-levels" }