# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "bevy_keybind" version = "1.0.0" authors = ["https://github.com/wanderrful"] description = "Common event interface for bevy_input, so that we can better separate logic from configuration." license = "MIT OR Apache-2.0" resolver = "2" [[example]] name = "basic" path = "examples/basic.rs" [dependencies.bevy_app] version = "0.7.0" [dependencies.bevy_ecs] version = "0.7.0" [dependencies.bevy_input] version = "0.7.0" features = ["serialize"] [dependencies.serde] version = "1.0.137" [dependencies.serde_yaml] version = "0.8.24" [dev-dependencies.bevy] version = "0.7.0" features = ["serialize"]