[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