ax-input 0.5.11

Input device management for ArceOS
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "ax-input"
version = "0.5.11"
repository.workspace = true
edition.workspace = true
authors.workspace = true
description = "Input device management for ArceOS"
keywords.workspace = true
categories.workspace = true
license.workspace = true

[dependencies]
ax-driver = { workspace = true, features = ["input"] }
ax-sync = { workspace = true }

ax-lazyinit = { workspace = true }
log = { workspace = true }