diff --git a/Cargo.toml b/Cargo.toml index c370209..4e2e89c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]