0.1.0-1-alpha.2-fix.2

This commit is contained in:
2026-09-17 00:25:37 +02:00
parent f8b93050d8
commit 37a00b3c2b
35 changed files with 620 additions and 181 deletions

View File

@@ -1,5 +1,5 @@
# file: Cargo.toml
# version: 29
# version: 30
[workspace]
resolver = "3"
@@ -15,10 +15,11 @@ members = [
"crates/common/game-logging-lib",
"crates/apps/game-android-entrypoint",
"crates/apps/game-reflex-poc-tauri",
"crates/apps/game-reflex-poc-wasm",
]
[workspace.package]
version = "0.1.0-1-alpha.2.fix.1"
version = "0.1.0-1-alpha.2.fix.2"
edition = "2024"
license = "MIT"
repository = "https://git.sasedev.com/Sasedev/games"
@@ -32,6 +33,7 @@ tracing-appender = "0.2.5"
tracing-subscriber = "0.3.23"
tauri = "2"
tauri-build = "2"
tauri-plugin-tracing = "^0.3"
wasm-bindgen = "0.2"
[workspace.lints.rust]