diff --git a/Cargo.toml b/Cargo.toml index 0fd7cea8..172876a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ bevy_ecs = "0.13" bevy_reflect = "0.13" bevy_input = "0.13" bevy_kira_audio = { version = "0.19", features = ["mp3", "wav"] } -leafwing-input-manager = "0.13" +leafwing-input-manager = {git = "https://github.com/Leafwing-Studios/leafwing-input-manager", rev = "29a9458"} ron = "0.8.0" bevy_time = "0.13" bevy_math = "0.13" diff --git a/src/options/input.ron b/src/options/input.ron index e7ab4128..297887eb 100644 --- a/src/options/input.ron +++ b/src/options/input.ron @@ -25,7 +25,6 @@ (JoinGamepad, South), (Back, East), (Confirm, Start), - (Confirm, South), (Reset, East), (ExitPauseMenu, Start), (PauseGame, Start),