# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "ezinput" version = "0.3.6" exclude = [ ".vscode/**", ".github/**", "scripts/**", ] publish = true description = "A powerful input-agnostic library targeting complete support to axis and button handling for the Bevy game engine." readme = "README.md" keywords = [ "bevy", "input", ] license = "MIT" repository = "https://github.com/eexsty/ezinput" resolver = "2" [lib] name = "ezinput" path = "src/lib.rs" [[example]] name = "singleplayer" path = "examples/singleplayer.rs" [[example]] name = "multiplayer" path = "examples/multiplayer.rs" [dependencies.bevy] version = "^0.7" features = [ "serialize", "render", "x11", "bevy_gilrs", ] default-features = false [dependencies.ezinput_macros] version = "^0.2" [dependencies.serde] version = "^1" features = ["derive"] [dev-dependencies.itertools] version = "^0.10"