phase 3
This commit is contained in:
@@ -34,6 +34,15 @@ glam = { version = "0.29", features = ["serde"] }
|
||||
# ECS (Entity Component System)
|
||||
sparsey = "0.13"
|
||||
|
||||
# LRU cache for reference resolution
|
||||
lru = "0.12"
|
||||
|
||||
# Directory traversal for loading projects
|
||||
walkdir = "2.4"
|
||||
|
||||
# Lazy static initialization for type registry
|
||||
once_cell = "1.19"
|
||||
|
||||
[dev-dependencies]
|
||||
# Testing utilities
|
||||
pretty_assertions = "1.4"
|
||||
|
||||
Reference in New Issue
Block a user