0.1.0-0-pre.7

This commit is contained in:
2026-09-16 09:29:19 +02:00
parent fa4e2925bd
commit 98b830da6e
18 changed files with 434 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
# file: Cargo.toml
# version: 13
# version: 14
[workspace]
resolver = "3"
@@ -12,10 +12,11 @@ members = [
"crates/apps/game-reflex-poc-desktop",
"crates/apps/game-snake-poc-desktop",
"crates/common/game-logging-lib",
"crates/apps/game-android-entrypoint",
]
[workspace.package]
version = "0.1.0-0-pre.6.fix.1"
version = "0.1.0-0-pre.7"
edition = "2024"
license = "MIT"
repository = "https://git.sasedev.com/Sasedev/games"