basics round 1
This commit is contained in:
parent
676e67c97d
commit
4d89c05bc0
2 changed files with 20 additions and 1 deletions
|
@ -6,3 +6,12 @@ edition = "2021"
|
|||
[dependencies]
|
||||
bevy = "0.14.2"
|
||||
bevy_rapier2d = "0.27.0"
|
||||
|
||||
# Enable a small amount of optimization in the dev profile.
|
||||
[profile.dev]
|
||||
opt-level = 1
|
||||
|
||||
# Enable a large amount of optimization in the dev profile for dependencies.
|
||||
[profile.dev.package."*"]
|
||||
opt-level = 3
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue