0.1.0-0-pre.4

This commit is contained in:
2026-09-16 01:01:09 +02:00
parent 2c79a05dd6
commit dc22011997
38 changed files with 540 additions and 131 deletions

View File

@@ -1,5 +1,5 @@
# file: Cargo.toml
# version: 4
# version: 5
[workspace]
resolver = "3"
@@ -11,10 +11,11 @@ members = [
"crates/games/game-snake-poc",
"crates/apps/game-reflex-poc-desktop",
"crates/apps/game-snake-poc-desktop",
"crates/common/game-logging-lib",
]
[workspace.package]
version = "0.1.0-0-pre.3"
version = "0.1.0-0-pre.4"
edition = "2024"
license = "MIT"
repository = "https://git.sasedev.com/Sasedev/games"
@@ -22,6 +23,9 @@ authors = ["Sasedev <games@sasedev.com>"]
publish = false
[workspace.dependencies]
tracing = "0.1.44"
tracing-appender = "0.2.5"
tracing-subscriber = { version = "0.3.23", features = ["fmt"] }
[workspace.lints.rust]
missing_docs = "warn"