initial commit
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-07-31 18:33:06 +02:00
commit 64b2f479e0
8 changed files with 5475 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[package]
name = "bevydemo"
version = "1.0.0"
edition = "2021"
license = "MIT"
[dependencies]
bevy = "0.16"
[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen = "=0.2.100"
[profile.release]
lto = "thin"