fix: finally removed the storage.rsin the comet_ecs

This commit is contained in:
lisk77 2025-03-05 08:39:57 +01:00
parent 7b6ccbe72c
commit cae678747f
8 changed files with 45 additions and 10 deletions

View file

@ -9,6 +9,7 @@ comet_math = { path = "../comet_math" }
comet_resources = { path = "../comet_resources" }
comet_colors = { path = "../comet_colors" }
comet_log = { path = "../comet_log" }
comet_structs = { path = "../comet_structs" }
cfg-if = "1"
anyhow = "1.0"