changed dependancies to allow windows compilation

This commit is contained in:
2026-01-02 22:02:44 +00:00
parent 73750629a3
commit 2783bb6b2d
2 changed files with 3 additions and 14 deletions

View File

@@ -4,11 +4,10 @@ version = "0.1.0"
edition = "2024"
[dependencies]
bevy = { version = "0.17.3", features = ["default", "dynamic_linking"] }
bevy = { version = "0.17.3", features = ["default", "bevy_gltf"] }
[profile.release]
opt-level = 3
strip = "none"
opt-level = "z"
strip = true
lto = true
codegen-units = 1
panic = "abort"