0.3.4-alpha.2

This commit is contained in:
2026-09-21 17:21:25 +02:00
parent 27978c3782
commit 4e2be3cc9a
11 changed files with 533 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
# file: Cargo.toml
# version: 86
# version: 87
[workspace]
resolver = "3"
@@ -13,6 +13,7 @@ members = [
"crates/apps/game-snake-poc-desktop",
"crates/common/game-assets-lib",
"crates/common/game-logging-lib",
"crates/common/game-realtime-transport-lib",
"crates/apps/game-android-entrypoint",
"crates/apps/game-reflex-poc-tauri",
"crates/apps/game-reflex-poc-wasm",
@@ -21,7 +22,7 @@ members = [
]
[workspace.package]
version = "0.3.4-alpha.1"
version = "0.3.4-alpha.2"
edition = "2024"
license = "MIT"
repository = "https://git.sasedev.com/Sasedev/games"