enable dynamic linking for faster compile times
This commit is contained in:
parent
f8640ab125
commit
78cc4be844
2 changed files with 11 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
|||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
bevy = "0.17.3"
|
||||
bevy = { version = "0.17.3", features = ["dynamic_linking"] }
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue