diff --git a/Cargo.lock b/Cargo.lock index a44e665..26f50c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -380,9 +380,9 @@ dependencies = [ [[package]] name = "bevy-ui-navigation" -version = "0.33.0" +version = "0.33.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce73fd4260a444dd5fef0cc2dcc6451acfeb9753ef520fafb250eeaa05396d5d" +checksum = "5440b0e95d1bc8ada8bc5ca7ca1faff42ea701d0863175f1f4add03eab99aac5" dependencies = [ "bevy", "bevy_mod_picking", diff --git a/Cargo.toml b/Cargo.toml index 361f448..5d2949b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] bevy = "0.12.0" bevy-inspector-egui = "0.21.0" -bevy-ui-navigation = "0.33.0" +bevy-ui-navigation = "0.33.1" bevy_asset_loader = { version = "0.18.0", features = ["2d"] } bevy_common_assets = { version = "0.8.0", features = ["ron"] } bevy_fluent = "0.8.0"