changed dependancies to allow windows compilation
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user