[package] name = "piston-button_controller" version = "0.13.0" authors = ["Sven Nilsen "] keywords = ["controller", "button", "piston"] description = "A Piston library for handling button state and events" license = "MIT" readme = "README.md" repository = "https://github.com/PistonDevelopers/button_controller.git" homepage = "https://github.com/PistonDevelopers/button_controller" [lib] name = "button_controller" path = "src/lib.rs" [dependencies] vecmath = "1.0.0" pistoncore-input = "1.0.0" [dev-dependencies] piston = "0.51.0" pistoncore-sdl2_window = "0.65.0" piston2d-opengl_graphics = "0.72.0" piston2d-graphics = "0.36.0"