[package] name = "bami" version = "0.2.1" authors = ["Yanik Lyth "] edition = "2018" description = "Basic amethyst input library" repository = "https://gitlab.com/luckystreak63/bami.git" readme = "README.md" keywords = ["input", "amethyst", "controller", "gilrs"] license = "MIT/Apache-2.0" [dependencies] gilrs = { version = "0.7.4", optional = true } amethyst_core = "0.10.0" amethyst_input = "0.11.0" amethyst_error = "0.5.0"