# 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] edition = "2018" name = "bevy_prototype_input_map" version = "0.1.6" authors = ["Pradeep Kumar Rajamanickam "] description = "**DISCONTINUED** Please use Kurinji" readme = "README.md" keywords = ["gamedev", "bevy", "inputmap", "actionmapping"] license = "MIT" repository = "https://github.com/PradeepKumarRajamanickam/kurinji" [[example]] name = "keyboard_mouse_with_code" path = "example/binding_in_code.rs" [[example]] name = "keyboard_mouse_with_json" path = "example/binding_from_json.rs" [[example]] name = "gamepad_with_code" path = "example/binding_gamepad_in_code.rs" [[example]] name = "gamepad_with_ron" path = "example/binding_gamepad_from_ron.rs" [[example]] name = "with_action_events" path = "example/example_action_events.rs" [dependencies.bevy] version = "0.3" features = ["serialize"] [dependencies.ron] version = "0.6.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1"