0.1.0-1-alpha.2-fix.2

This commit is contained in:
2026-09-17 00:25:37 +02:00
parent f8b93050d8
commit 37a00b3c2b
35 changed files with 620 additions and 181 deletions

View File

@@ -0,0 +1,22 @@
# file: crates/apps/game-reflex-poc-wasm/Cargo.toml
# version: 1
[package]
name = "game-reflex-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-reflex-poc = { path = "../../games/game-reflex-poc" }
wasm-bindgen.workspace = true
[lints]
workspace = true