ezinput 0.3.0

Easier joystick, mouse and keyboard input handling in Bevy
Documentation
<div align="center">
    <h1>ezinput</h1>
    <a href="https://git.exst.fun/ezinput">
        <img src="https://img.shields.io/github/stars/eexsty/ezinput?colorA=1e1e28&colorB=1187c9&style=for-the-badge&logo=github" alt="GitHub" />
    </a>
    <a href="https://crates.io/crates/ezinput">
        <img src="https://img.shields.io/crates/v/ezinput.svg?style=for-the-badge&colorA=1e1e28&colorB=1187c9&logo=rust" alt="crates.io">
    </a>
    <a href="https://git.exst.fun/ezinput/blob/master/.github/workflows/build.yml">
        <img src="https://img.shields.io/github/workflow/status/eexsty/ezinput/Rust%20CI%20with%20Cargo?colorA=1e1e28&colorB=1187c9&label=Rust&style=for-the-badge&logo=rust" alt="GitHub Actions" />
    </a>
    <a href="https://docs.rs/ezinput/latest/ezinput/">
        <img src="https://img.shields.io/docsrs/ezinput?logo=docs.rs&colorA=1e1e28&colorB=1187c9&style=for-the-badge" alt="GitHub Actions" />
    </a>
    <br/>
    <strong>Easier joystick, mouse and keyboard input handling in Bevy</strong>
</div>


### Table of contents

1. [Installation]#installation
2. [Examples]https://git.exst.fun/ezinput/tree/master/examples

## Installation

Add the following to your `Cargo.toml` (replace `x.y.z` with the latest version):
```toml
[dependencies]
ezinput = "x.y.z"
```