0.1.0-2-beta.1.fix.3

This commit is contained in:
2026-09-17 16:57:36 +02:00
parent a278eb7109
commit 977b193e00
21 changed files with 289 additions and 39 deletions

View File

@@ -21,6 +21,8 @@ snake = ["dep:game-snake-poc"]
[dependencies]
engine-v1-common = { path = "../../engines/engine-v1-common" }
engine-v1-sdl = { path = "../../engines/engine-v1-sdl" }
game-logging-lib = { path = "../../common/game-logging-lib" }
tracing.workspace = true
game-reflex-poc = { path = "../../games/game-reflex-poc", optional = true }
game-snake-poc = { path = "../../games/game-snake-poc", optional = true }