From 95708732572431dc057a9fd71fa8bd8571a336a2 Mon Sep 17 00:00:00 2001 From: tcmal Date: Sun, 25 Aug 2024 17:44:21 +0100 Subject: feat(all): start using an ECS --- stockton-types/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'stockton-types/Cargo.toml') 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" } -- cgit v1.2.3