feat: Initial commit
Some checks failed
build / checks-matrix (push) Failing after 2h8m43s
build / checks-build (push) Has been cancelled
build / codecov (push) Has started running
docs / docs (push) Has been cancelled

This commit is contained in:
2026-02-25 13:06:45 +05:30
parent 04d1f39df7
commit 1b47ed48ea
4 changed files with 10 additions and 10 deletions

View File

@@ -17,3 +17,9 @@ bevy_panorbit_camera = "0.34"
[features]
wayland = ["bevy/dynamic_linking", "bevy/wayland"]
wasm = []
[profile.release]
opt-level = 'z'
lto = "thin"
# lto = true
# codegen-units = 1