bami 0.2.1

Basic amethyst input library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "bami"
version = "0.2.1"
authors = ["Yanik Lyth <yanik@yaniklyth.ca>"]
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"