[dependencies.ahash]
features = ["serde"]
version = "0.8.12"
[dependencies.ordered-float]
features = ["serde"]
version = "5.1.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.228"
[dependencies.smol_str]
version = "0.3.4"
[dependencies.winit]
features = ["serde"]
version = "0.30.12"
[lib]
name = "ascending_input"
path = "src/lib.rs"
[package]
authors = ["S.J.R. van Schaik", "Andrew Wheeler <genusistimelord@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["game-development"]
description = "This is just a basic Library to help with winit input."
documentation = "https://docs.rs/ascending_input"
edition = "2024"
keywords = ["winit", "input", "wgpu"]
license = "MIT OR Apache-2.0"
name = "ascending_input"
readme = "README.md"
repository = "https://github.com/AscendingCreations/AscendingLibraries"
rust-version = "1.85"
version = "0.6.0"