New crate: raidillon_app, refactor game/main.rs to use the new crate

This commit is contained in:
reo 2025-11-16 19:32:56 +03:00
parent 82f3b27732
commit 47c3b2b111
12 changed files with 140 additions and 96 deletions

View file

@ -7,5 +7,5 @@ members = [
"game",
"ecs",
"engine",
"physics",
"physics", "app",
]