# 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" rust-version = "1.67.0" name = "virtual_joystick" version = "2.2.0" exclude = [ "default_assets/", ".github/", "examples/*_mobile/", ] description = "Bevy virtual Joystick for mobile games" homepage = "https://github.com/SergioRibera/virtual_joystick" readme = "README.md" keywords = [ "game", "ui", "gamedev", "bevy", "input", ] categories = [ "game-engines", "input", "gui", ] license = "MIT OR Apache-2.0" repository = "https://github.com/SergioRibera/virtual_joystick" [[example]] name = "simple" required-features = ["inspect"] [[example]] name = "multiple" required-features = ["inspect"] [[example]] name = "invisible" required-features = ["inspect"] [dependencies.bevy] version = "0.13" features = [ "bevy_render", "bevy_ui", ] default-features = false [dependencies.bevy-inspector-egui] version = "0.23" optional = true [dependencies.serde] version = "^1" features = ["derive"] optional = true [dev-dependencies.bevy] version = "0.13" [features] default = ["serde"] inspect = ["bevy-inspector-egui"] serde = ["dep:serde"]