Skip to content

Commit

Permalink
Improve release build size
Browse files Browse the repository at this point in the history
  • Loading branch information
yamgent committed Aug 21, 2023
1 parent ecfed18 commit 3ecbd93
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
[package]
name = "mini_jam_139_fae_coin"
version = "0.1.0"
publish = false
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[profile.release]
lto = true
codegen-units = 1

[dependencies]
bevy = "0.11.2"
bevy_asset_loader = { version = "0.17.0", features = ["progress_tracking"] }
Expand Down

0 comments on commit 3ecbd93

Please sign in to comment.