[package] name = "prongs" version = "0.0.4" authors = ["Ales Katona "] edition = "2018" readme = "README.md" license = "LGPL-3.0" repository = "https://gitlab.bitsmart.ltd/open/prongs.git" documentation = "https://doc.bitsmart.ltd/prongs" homepage = "https://gitlab.bitsmart.ltd/open/prongs" description = "Input handling schema written in rust. Backend agnostic, provides serializability, assignment and unified interface for working with inputs. Keyboard, mouse and controllers supported." categories = ["game-engines", "config"] keywords = ["input", "controller", "keyboard", "controls", "game"] [dependencies] bitflags = "1.0.4" serde = { version = "1.0.87", features = ["derive"] } gilrs = { version = "0.6.3", optional = true } piston = { version = "0.41.0", optional = true } [features] backend_piston = ["piston"] backend_gilrs = ["gilrs"]