key-names 3.0.0

Platform-aware keyboard key name handling for Rust applications
Documentation
[dependencies.winit]
version = "0.30.8"

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

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

[package]
authors = ["HactarCE"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["game-development", "gui", "internationalization", "os"]
description = "Platform-aware keyboard key name handling for Rust applications"
edition = "2021"
keywords = ["keyboard", "keylayout", "keymap", "scancode", "input"]
license = "MIT OR Apache-2.0"
name = "key-names"
readme = "README.md"
repository = "https://github.com/HactarCE/key-names"
version = "3.0.0"

[target.'cfg(target_os = "linux")'.dependencies.thiserror]
version = "2.0.11"

[target.'cfg(target_os = "linux")'.dependencies.wayland-client]
version = "0.31.8"

[target.'cfg(target_os = "linux")'.dependencies.xcb]
features = ["as-raw-xcb-connection"]
version = "1.5.0"

[target.'cfg(target_os = "linux")'.dependencies.xkbcommon]
features = ["x11", "wayland"]
version = "0.8.0"

[target."cfg(windows)".dependencies.cty]
version = "0.2"

[target."cfg(windows)".dependencies.winapi]
features = ["winuser"]
version = "0.3.9"