Skip to content

Commit

Permalink
Clean up workspace toml
Browse files Browse the repository at this point in the history
  • Loading branch information
PikminGuts92 committed Aug 26, 2024
1 parent eb80f8c commit c773a0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ default-members = [
#"apps/ui/*",
"core/*"
]
resolver = "2" # Super duper important for bevy!
resolver = "2"

[workspace.package]
version = "0.1.0"
Expand Down Expand Up @@ -46,5 +46,5 @@ opt-level = 3
[profile.release]
codegen-units = 1
lto = true
opt-level = 'z' # Optimize for size
opt-level = 'z' # Optimize for size
strip = true

0 comments on commit c773a0c

Please sign in to comment.