Easier joystick, mouse and keyboard input handling in Bevy
Add the following to your Cargo.toml
:
toml
[dependencies]
ezinput = { git = "https://github.com/HexaliteStudios/ezinput" }
ezinput_macros = { git = "https://github.com/HexaliteStudios/ezinput" }
![version]
Add the following to your Cargo.toml
(replace x.y
with the latest version):
toml
[dependencies]
ezinput = "x.y"
ezinput_macros = "x.y"