bevy_unified_input 0.2.1

A unified input primitives
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 = "bevy_unified_input"
version = "0.2.1"
authors = ["Oleks Pickle <22867443+olekspickle@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A unified input primitives"
homepage = "https://github.com/olekspickle/bevy_unified_input"
readme = "README.md"
keywords = [
    "bevy",
    "inoput",
]
categories = ["game-development"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/olekspickle/bevy_unified_input"

[features]
default = []

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

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

[dependencies.bevy_ecs]
version = "0.18"
default-features = false

[dependencies.bevy_input]
version = "0.18"
features = [
    "gamepad",
    "mouse",
    "keyboard",
]

[dev-dependencies.bevy]
version = "0.18"
features = [
    "3d_bevy_render",
    "ui_bevy_render",
    "wayland",
    "debug",
    "default_font",
]
default-features = false

[dev-dependencies.bevy_top_down_camera]
version = "0.3"