0.1.0-0-pre.5-fix.3

This commit is contained in:
2026-09-16 01:37:52 +02:00
parent a503975d36
commit 380a24681d
7 changed files with 173 additions and 43 deletions

View File

@@ -1,5 +1,5 @@
# file: Cargo.toml
# version: 10
# version: 11
[workspace]
resolver = "3"
@@ -15,7 +15,7 @@ members = [
]
[workspace.package]
version = "0.1.0-0-pre.5.fix.2"
version = "0.1.0-0-pre.5.fix.3"
edition = "2024"
license = "MIT"
repository = "https://git.sasedev.com/Sasedev/games"
@@ -23,10 +23,10 @@ authors = ["Sasedev <games@sasedev.com>"]
publish = false
[workspace.dependencies]
sdl3 = { version = "0.16.1", features = ["use-pkg-config"] }
sdl3 = "^0.20"
tracing = "0.1.44"
tracing-appender = "0.2.5"
tracing-subscriber = { version = "0.3.23", features = ["fmt"] }
tracing-subscriber = "0.3.23"
[workspace.lints.rust]
missing_docs = "warn"