0.1.0-1-alpha.2-fix.3

This commit is contained in:
2026-09-17 00:29:56 +02:00
parent 37a00b3c2b
commit b31ffa74f5
17 changed files with 349 additions and 57 deletions

View File

@@ -1,5 +1,5 @@
# file: crates/apps/game-reflex-poc-tauri/Cargo.toml
# version: 3
# version: 4
[package]
name = "game-reflex-poc-tauri"
@@ -23,6 +23,7 @@ path = "src/main.rs"
tauri-build.workspace = true
[dependencies]
game-logging-lib = { path = "../../common/game-logging-lib" }
engine-v1-platform-api = { path = "../../engines/engine-v1-platform-api" }
tauri.workspace = true
tauri-plugin-tracing.workspace = true