app_input 0.1.2

Cross-platform mouse and keyboard input
Documentation
[dependencies.atomic_float]
version = "1.1.0"

[dependencies.logwise]
version = "0.2.2"

[dependencies.raw-window-handle]
version = "0.6.2"

[dev-dependencies]

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

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

[package]
authors = ["Drew Crawford <drew@sealedabstract.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["gui", "hardware-support", "os", "wasm"]
description = "Cross-platform mouse and keyboard input"
edition = "2024"
exclude = [".*"]
homepage = "https://sealedabstract.com/code/app_input"
keywords = ["mouse", "keyboard", "input"]
license = "MPL-2.0"
name = "app_input"
readme = "README.md"
repository = "https://github.com/drewcrawford/app_input"
rust-version = "1.85.1"
version = "0.1.2"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2.100"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
features = ["KeyboardEvent", "Window", "Document", "MouseEvent", "WheelEvent"]
version = "0.3.76"

[target.'cfg(target_arch = "wasm32")'.dev-dependencies.console_error_panic_hook]
version = "0.1.7"

[target.'cfg(target_os = "linux")'.dependencies.ampsc]
version = "0.2.0"

[target.'cfg(target_os = "linux")'.dependencies.atspi]
features = []
version = "0.27"

[target.'cfg(target_os = "linux")'.dependencies.memmap2]
version = "0.9.5"

[target.'cfg(target_os = "linux")'.dependencies.some_executor]
version = "0.4.0"

[target.'cfg(target_os = "linux")'.dependencies.tempfile]
version = "3.14.0"

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

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

[target.'cfg(target_os = "macos")'.build-dependencies.swift-rs]
features = ["build"]
version = "1.0.7"

[target.'cfg(target_os = "macos")'.dependencies.swift-rs]
version = "1.0.7"

[target.'cfg(target_os = "windows")'.dependencies.windows]
features = ["Win32_Foundation", "Win32_UI_WindowsAndMessaging", "Win32_System_LibraryLoader", "Win32_Graphics_Gdi", "Win32_UI_Input_KeyboardAndMouse"]
version = "0.61.1"