ezinput 0.3.6

A powerful input-agnostic library targeting complete support to axis and button handling for the Bevy game engine.
Documentation
[dependencies.bevy]
default-features = false
features = ["serialize", "render", "x11", "bevy_gilrs"]
version = "^0.7"

[dependencies.ezinput_macros]
version = "^0.2"

[dependencies.serde]
features = ["derive"]
version = "^1"

[dev-dependencies.itertools]
version = "^0.10"

[[example]]
name = "singleplayer"
path = "examples/singleplayer.rs"

[[example]]
name = "multiplayer"
path = "examples/multiplayer.rs"

[lib]
name = "ezinput"
path = "src/lib.rs"

[package]
description = "A powerful input-agnostic library targeting complete support to axis and button handling for the Bevy game engine."
edition = "2021"
exclude = [".vscode/**", ".github/**", "scripts/**"]
keywords = ["bevy", "input"]
license = "MIT"
name = "ezinput"
publish = true
readme = "README.md"
repository = "https://github.com/eexsty/ezinput"
resolver = "2"
version = "0.3.6"