Crates.io | ezinput_macros |
lib.rs | ezinput_macros |
version | 0.2.0 |
source | src |
created_at | 2022-01-22 16:02:29.536842 |
updated_at | 2022-01-24 12:13:35.260616 |
description | Macros for EZInput |
homepage | |
repository | https://github.com/existentially/ezinput |
max_upload_size | |
id | 519197 |
size | 1,728 |
Easier joystick, mouse and keyboard input handling in Bevy
Add the following to your Cargo.toml
:
[dependencies]
ezinput = { git = "https://github.com/HexaliteStudios/ezinput" }
ezinput_macros = { git = "https://github.com/HexaliteStudios/ezinput" }
Add the following to your Cargo.toml
(replace x.y
with the latest version):
[dependencies]
ezinput = "x.y"
ezinput_macros = "x.y"