diff --git a/Cargo.lock b/Cargo.lock index 2f73a5f..ebceb74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -866,9 +866,9 @@ dependencies = [ [[package]] name = "bevy_panorbit_camera" -version = "0.16.1" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2ae36af26f6c75067cba3fac09fbd4cbe7fc565492cc6064338a9e0063363db" +checksum = "fc397afab8fcd6c7746c1ef6f959ebad495b708258e568e87cf7d1e5a9592267" dependencies = [ "bevy", ] diff --git a/crates/bevy_example/Cargo.toml b/crates/bevy_example/Cargo.toml index c3ddbc7..f77889a 100644 --- a/crates/bevy_example/Cargo.toml +++ b/crates/bevy_example/Cargo.toml @@ -10,7 +10,7 @@ edition.workspace = true bevy = "0.13.0" bevy_egui = "0.26.0" bevy_gltf_kun.workspace = true -bevy_panorbit_camera = "0.16.0" +bevy_panorbit_camera = "0.17.0" bevy_xpbd_3d = "0.4.2" egui_graphs = "0.19.0" gltf_kun.workspace = true