0.3.0-0-pre.3

This commit is contained in:
2026-09-20 07:03:34 +02:00
parent a6a59222d6
commit c7ccf57723
14 changed files with 486 additions and 21 deletions

View File

@@ -0,0 +1,22 @@
# file: crates/apps/game-snake-poc-wasm/Cargo.toml
# version: 1
[package]
name = "game-snake-poc-wasm"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
authors.workspace = true
publish.workspace = true
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
engine-v1-common = { path = "../../engines/engine-v1-common" }
game-snake-poc = { path = "../../games/game-snake-poc" }
wasm-bindgen.workspace = true
[lints]
workspace = true