# EZInput
Easier joystick, mouse and keyboard input handling in Bevy
### Table of contents
1. [Getting started](#getting-started)
2. [Examples](https://github.com/HexaliteStudios/ezinput/tree/master/examples)
3. [Documentation](https://docs.rs/ezinput/latest/ezinput/)
## Getting Started
### From GitHub
Add the following to your `Cargo.toml`:
```toml
[dependencies]
ezinput = { git = "https://github.com/HexaliteStudios/ezinput" }
ezinput_macros = { git = "https://github.com/HexaliteStudios/ezinput" }
```
### From crates.io
![version]
Add the following to your `Cargo.toml` (replace `x.y` with the latest version):
```toml
[dependencies]
ezinput = "x.y"
ezinput_macros = "x.y"
```
[version]: https://img.shields.io/crates/v/ezinput.svg