diff options
author | tcmal <me@aria.rip> | 2024-08-25 17:44:21 +0100 |
---|---|---|
committer | tcmal <me@aria.rip> | 2024-08-25 17:44:21 +0100 |
commit | 95708732572431dc057a9fd71fa8bd8571a336a2 (patch) | |
tree | 3255e3407eb069c8124d41e1d6f60163b7c5091d /stockton-types/Cargo.toml | |
parent | 9bceddef62c48b56e7b93a2ca19636e1ff6486cb (diff) |
feat(all): start using an ECS
Diffstat (limited to 'stockton-types/Cargo.toml')
-rw-r--r-- | stockton-types/Cargo.toml | 1 |
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" } |