bami 0.2.1

Basic amethyst input library
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "bami"
version = "0.2.1"
authors = ["Yanik Lyth <yanik@yaniklyth.ca>"]
description = "Basic amethyst input library"
readme = "README.md"
keywords = ["input", "amethyst", "controller", "gilrs"]
license = "MIT/Apache-2.0"
repository = "https://gitlab.com/luckystreak63/bami.git"
[dependencies.amethyst_core]
version = "0.10.0"

[dependencies.amethyst_error]
version = "0.5.0"

[dependencies.amethyst_input]
version = "0.11.0"

[dependencies.gilrs]
version = "0.7.4"
optional = true