0.1.0-0-pre.5

This commit is contained in:
2026-09-16 01:16:56 +02:00
parent e21ab2bc5f
commit 8451d09da0
12 changed files with 248 additions and 125 deletions

View File

@@ -1,21 +1,18 @@
# file: crates/apps/game-snake-poc-desktop/Cargo.toml
# version: 3
# version: 2
[package]
name = "game-snake-poc-desktop"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
authors.workspace = true
publish.workspace = true
[dependencies]
engine-v1-sdl = { path = "../../engines/engine-v1-sdl" }
game-logging-lib = { path = "../../common/game-logging-lib" }
tracing.workspace = true
engine-v1-common = { path = "../../engines/engine-v1-common" }
engine-v1-platform-api = { path = "../../engines/engine-v1-platform-api" }
game-snake-poc = { path = "../../games/game-snake-poc" }
tracing.workspace = true
[lints]
workspace = true
[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"