# 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 = "action_maps" version = "0.3.1" exclude = [ "assets/", "examples/", "tests/", ] description = "A dynamic action mapping system for Bevy." readme = "README.md" keywords = [ "bevy", "action", "mapping", "input", ] categories = [ "game-dev", "game-engine", "game-engine-plugin", ] license = "MIT" repository = "https://github.com/shakesbeare/action_maps" [dependencies.bevy_app] version = "0.12.0" [dependencies.bevy_ecs] version = "0.12.0" [dependencies.bevy_input] version = "0.12.1" [dependencies.bevy_log] version = "0.12.1" [dependencies.bevy_reflect] version = "0.12.1" [dependencies.thiserror] version = "1.0.51" [dev-dependencies.bevy] version = "0.12.0"