# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "piston-button_controller" version = "0.13.0" authors = ["Sven Nilsen "] description = "A Piston library for handling button state and events" homepage = "https://github.com/PistonDevelopers/button_controller" readme = "README.md" keywords = ["controller", "button", "piston"] license = "MIT" repository = "https://github.com/PistonDevelopers/button_controller.git" [lib] name = "button_controller" path = "src/lib.rs" [dependencies.pistoncore-input] version = "1.0.0" [dependencies.vecmath] version = "1.0.0" [dev-dependencies.piston] version = "0.51.0" [dev-dependencies.piston2d-graphics] version = "0.36.0" [dev-dependencies.piston2d-opengl_graphics] version = "0.72.0" [dev-dependencies.pistoncore-sdl2_window] version = "0.65.0"