bevy_pretty_nice_input 0.6.0

A refreshingly complex input crate for Bevy
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"
rust-version = "1.92.0"
name = "bevy_pretty_nice_input"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A refreshingly complex input crate for Bevy"
readme = "README.md"
keywords = [
    "bevy",
    "input",
]
categories = ["game-development"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/DragonFoxCollective/bevy_pretty_nice_input"
resolver = "2"

[features]
debug_graph = ["bevy_pretty_nice_input_derive/debug_graph"]
default = []

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

[[example]]
name = "first_person_controller"
path = "examples/first_person_controller.rs"

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

[dependencies.bevy_event_chain]
version = "0.2.0"

[dependencies.bevy_pretty_nice_input_derive]
version = "0.6.0"

[dependencies.paste]
version = "1.0.15"

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