virtual_joystick 2.7.0

Bevy virtual Joystick for mobile/web/touch games with Mouse Emulation
Documentation
# 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.84.0"
name = "virtual_joystick"
version = "2.7.0"
build = false
exclude = [
    "default_assets/",
    ".github/",
    "examples/*_mobile/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bevy virtual Joystick for mobile/web/touch games with Mouse Emulation"
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"

[features]
default = ["serde"]
inspect = ["bevy-inspector-egui"]
serde = ["dep:serde"]

[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.18"
features = [
    "bevy_render",
    "bevy_ui",
    "bevy_window",
]
default-features = false

[dependencies.bevy-inspector-egui]
version = "0.36"
features = [
    "bevy_image",
    "bevy_render",
]
optional = true
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.variadics_please]
version = "1"

[dev-dependencies.bevy]
version = "0.18"