From 0ef2761374aa9efa73e9390e02d79f484a2ee8f2 Mon Sep 17 00:00:00 2001 From: ShenMian Date: Mon, 8 Jul 2024 19:00:19 +0100 Subject: [PATCH] chore(deps): update leafwing-input-manager to v0.14 --- Cargo.lock | 8 +++++--- Cargo.toml | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 98e3046..51b2659 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2580,7 +2580,8 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "leafwing-input-manager" version = "0.14.0" -source = "git+https://github.com/Leafwing-Studios/leafwing-input-manager?branch=v0.14-rc#df3111c1a8a85486921ff96bf4db62db1564f2be" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bebb7f3227809906ca7ccc981aedf7805b5edb422b4265290cc749316c0faba4" dependencies = [ "bevy", "derive_more", @@ -2591,8 +2592,9 @@ dependencies = [ [[package]] name = "leafwing_input_manager_macros" -version = "0.13.1" -source = "git+https://github.com/Leafwing-Studios/leafwing-input-manager?branch=v0.14-rc#df3111c1a8a85486921ff96bf4db62db1564f2be" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d065e4f0771d9cc597e76d648da18476ad01fd50cd60ee585ee500f9cd8d696" dependencies = [ "proc-macro-crate", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index f97f937..bbb720c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,10 +22,10 @@ image = "0.25" toml = "0.8" bevy = "0.14" -leafwing-input-manager = { version = "0.14", git = "https://github.com/Leafwing-Studios/leafwing-input-manager", branch = "v0.14-rc" } +leafwing-input-manager = "0.14" bevy_kira_audio = "0.20.0" benimator = "4.1" -winit = "0.30" # The version needs to be consistent with the one used in bevy +winit = "0.30" # The version needs to be consistent with the one used in bevy # Enable a small amount of optimization in debug mode. [profile.dev]