0.1.0-0-pre.9

This commit is contained in:
2026-09-16 10:01:13 +02:00
parent 00808ea5a6
commit 4fcbdf316d
22 changed files with 507 additions and 18 deletions

View File

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