Gotta go fast
This commit is contained in:
parent
321557f47f
commit
ed0fb59cae
@ -12,3 +12,8 @@ bevy_ecs_tilemap = "0.9"
|
|||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
ron = "0.8.0"
|
ron = "0.8.0"
|
||||||
serde = { version = "1.0.143", features = ["derive"] }
|
serde = { version = "1.0.143", features = ["derive"] }
|
||||||
|
|
||||||
|
# Enable max optimizations for dependencies, but not for our code:
|
||||||
|
[profile.dev.package."*"]
|
||||||
|
opt-level = 3
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user