This commit is contained in:
2025-12-31 18:28:45 +09:00
parent 8baafbdb0c
commit e8464d3f74
13 changed files with 1871 additions and 213 deletions

View File

@@ -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"