schminput_rebinding 0.5.0

Input Rebinding for Schminput
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 = "2024"
name = "schminput_rebinding"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Input Rebinding for Schminput"
readme = "README.md"
keywords = [
    "input",
    "action",
    "schminput",
    "rebinding",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Schmarni-Dev/Schminput/"

[features]
default = [
    "egui",
    "xr",
]
egui = ["dep:bevy_egui"]
xr = [
    "dep:bevy_mod_xr",
    "schminput/xr",
]

[lib]
name = "schminput_rebinding"
path = "src/lib.rs"

[[example]]
name = "egui_minimal"
path = "examples/egui_minimal.rs"
required-features = ["egui"]

[[example]]
name = "egui_xr"
path = "examples/egui_xr.rs"
required-features = [
    "egui",
    "xr",
]

[dependencies.atomicow]
version = "1.0.0"

[dependencies.bevy]
version = "0.18"
features = [
    "mouse",
    "keyboard",
    "gamepad",
]
default-features = false

[dependencies.bevy_egui]
version = "0.39"
optional = true
default-features = false

[dependencies.bevy_mod_xr]
version = "0.5"
optional = true

[dependencies.dirs]
version = "5.0.1"

[dependencies.schminput]
version = "0.5.0"

[dependencies.toml_edit]
version = "0.22.20"
features = ["serde"]

[dev-dependencies.bevy]
version = "0.18"
features = [
    "mouse",
    "keyboard",
    "gamepad",
]
default-features = true

[dev-dependencies.bevy_egui]
version = "0.39"
features = [
    "render",
    "default_fonts",
]
default-features = false

[dev-dependencies.bevy_mod_openxr]
version = "0.5"
optional = false

[lints.clippy]
too_many_arguments = "allow"
type_complexity = "allow"