0.1.0-1-alpha.2

This commit is contained in:
2026-09-16 23:28:33 +02:00
parent 2ad0c5a379
commit 9256e9e2d5
24 changed files with 762 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
# file: Cargo.toml
# version: 27
# version: 28
[workspace]
resolver = "3"
@@ -14,10 +14,11 @@ members = [
"crates/common/game-assets-lib",
"crates/common/game-logging-lib",
"crates/apps/game-android-entrypoint",
"crates/apps/game-reflex-poc-tauri",
]
[workspace.package]
version = "0.1.0-1-alpha.1"
version = "0.1.0-1-alpha.2"
edition = "2024"
license = "MIT"
repository = "https://git.sasedev.com/Sasedev/games"
@@ -29,6 +30,9 @@ sdl3 = "^0.20"
tracing = "0.1.44"
tracing-appender = "0.2.5"
tracing-subscriber = "0.3.23"
tauri = "2"
tauri-build = "2"
wasm-bindgen = "0.2"
[workspace.lints.rust]
missing_docs = "warn"