0.3.0-0-pre.3

This commit is contained in:
2026-09-20 07:03:34 +02:00
parent a6a59222d6
commit c7ccf57723
14 changed files with 486 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
# file: Cargo.toml
# version: 61
# version: 62
[workspace]
resolver = "3"
@@ -16,10 +16,11 @@ members = [
"crates/apps/game-android-entrypoint",
"crates/apps/game-reflex-poc-tauri",
"crates/apps/game-reflex-poc-wasm",
"crates/apps/game-snake-poc-wasm",
]
[workspace.package]
version = "0.3.0-0-pre.2"
version = "0.3.0-0-pre.3"
edition = "2024"
license = "MIT"
repository = "https://git.sasedev.com/Sasedev/games"