diff --git a/Cargo.lock b/Cargo.lock index 4f77ade..8acacbe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -688,9 +688,9 @@ dependencies = [ [[package]] name = "bevy_panorbit_camera" -version = "0.19.3" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0aec4ab2ef0d8527c3e85db205f6b0eb3c302f81401dfb7131db425f5fd78d2c" +checksum = "9cad7bda1dcef5190ab25aff29afbcbf1c8b47c56bad247022cc01d70702643a" dependencies = [ "bevy", ] diff --git a/Cargo.toml b/Cargo.toml index a8e79bc..6fa0631 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ rand = { version = "0.8.5" } # keep the following in sync with Bevy's dependencies winit = { version = "0.30.5", default-features = false } image = { version = "0.25", default-features = false } -bevy_panorbit_camera = "0.19.3" +bevy_panorbit_camera = "0.20.0" [build-dependencies] embed-resource = "1.8.0"