From dda9e64ce1e38ae40a86d485c4f30ca95b4b844a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 20:08:24 +0000 Subject: [PATCH] Bump bevy_panorbit_camera from 0.19.3 to 0.20.0 Bumps [bevy_panorbit_camera](https://github.com/Plonq/bevy_panorbit_camera) from 0.19.3 to 0.20.0. - [Release notes](https://github.com/Plonq/bevy_panorbit_camera/releases) - [Changelog](https://github.com/Plonq/bevy_panorbit_camera/blob/master/CHANGELOG.md) - [Commits](https://github.com/Plonq/bevy_panorbit_camera/compare/0.19.3...0.20.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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"