From 2f826e486dc7ec239af9bffca3d628aba4843029 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 14:02:43 +0000 Subject: [PATCH] Bump bevy_panorbit_camera from 0.16.1 to 0.17.0 Bumps [bevy_panorbit_camera](https://github.com/Plonq/bevy_panorbit_camera) from 0.16.1 to 0.17.0. - [Release notes](https://github.com/Plonq/bevy_panorbit_camera/releases) - [Commits](https://github.com/Plonq/bevy_panorbit_camera/compare/0.16.1...0.17.0) --- updated-dependencies: - dependency-name: bevy_panorbit_camera dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/bevy_example/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bd2fc97..91c129a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -859,9 +859,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 45b3e88..707657e 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.25.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