diff --git a/crates/bevy_sprite/Cargo.toml b/crates/bevy_sprite/Cargo.toml index 93ebea6b71d1a..5550de0397f2d 100644 --- a/crates/bevy_sprite/Cargo.toml +++ b/crates/bevy_sprite/Cargo.toml @@ -27,7 +27,7 @@ bevy_utils = { path = "../bevy_utils", version = "0.5.0" } bevy_window = { path = "../bevy_window", version = "0.5.0" } # other -rectangle-pack = "0.3" +rectangle-pack = "0.4" thiserror = "1.0" guillotiere = "0.6.0" serde = { version = "1", features = ["derive"] }