# 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.3.0" build = false exclude = [ "default_assets/", ".github/", "examples/*_mobile/", ] autobins = false autoexamples = false autotests = false autobenches = false 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", "gui", ] license = "MIT OR Apache-2.0" repository = "https://github.com/SergioRibera/virtual_joystick" [lib] name = "virtual_joystick" path = "src/lib.rs" [[example]] name = "invisible" path = "examples/invisible.rs" required-features = ["inspect"] [[example]] name = "multiple" path = "examples/multiple.rs" required-features = ["inspect"] [[example]] name = "simple" path = "examples/simple.rs" required-features = ["inspect"] [[example]] name = "tint" path = "examples/tint.rs" required-features = ["inspect"] [dependencies.bevy] version = "0.14" features = [ "bevy_render", "bevy_ui", ] default-features = false [dependencies.bevy-inspector-egui] version = "0.25" optional = true [dependencies.serde] version = "^1" features = ["derive"] optional = true [dev-dependencies.bevy] version = "0.14" [features] default = ["serde"] inspect = ["bevy-inspector-egui"] serde = ["dep:serde"]