0.1.0-1-alpha.2-fix.5

This commit is contained in:
2026-09-17 09:53:02 +02:00
parent a80233dbb1
commit 019fa2ac3d
7 changed files with 79 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
# file: Cargo.toml
# version: 32
# version: 33
[workspace]
resolver = "3"
@@ -19,7 +19,7 @@ members = [
]
[workspace.package]
version = "0.1.0-1-alpha.2.fix.4"
version = "0.1.0-1-alpha.2.fix.5"
edition = "2024"
license = "MIT"
repository = "https://git.sasedev.com/Sasedev/games"
@@ -27,6 +27,7 @@ authors = ["Sasedev <games@sasedev.com>"]
publish = false
[workspace.dependencies]
serde = { version = "1", features = ["derive"] }
sdl3 = "^0.20"
tracing = "0.1.44"
tracing-appender = "0.2.5"