Skip to content

Commit

Permalink
Merge pull request #3 from DublikuntMux/main
Browse files Browse the repository at this point in the history
Optimize: reduce compile time
  • Loading branch information
SergioRibera authored Aug 11, 2023
2 parents 313d64f + d7f7214 commit 5d1c460
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,17 @@ license = "MIT OR Apache-2.0"
repository = "https://github.com/SergioRibera/bevy_splash_screen"
keywords = ["gamedev", "ui", "bevy"]

[workspace]
resolver = "2"

[profile.dev]
opt-level = 1

[profile.dev.package."*"]
opt-level = 3

[dependencies]
bevy = "0.11"
bevy = { version = "0.11", default-features = false }
bevy_tweening = "0.8"

[patch.crates-io]
Expand Down

0 comments on commit 5d1c460

Please sign in to comment.