usbhidd: v6.0 single-producer evdev; bump 0.1.0->0.2.3

This commit is contained in:
2026-06-09 03:09:35 +03:00
parent 8e491d74b7
commit 7bcb7ac28d
+2 -5
View File
@@ -1,18 +1,15 @@
[package]
name = "usbhidd"
description = "USB HID driver"
version = "0.1.0"
description = "USB HID driver v6.0 2026: writes Linux evdev events to /scheme/input/evdev"
version = "0.2.3"
authors = ["4lDO2 <4lDO2@protonmail.com>"]
edition = "2018"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow.workspace = true
bitflags.workspace = true
log.workspace = true
orbclient.workspace = true
redox_syscall.workspace = true
rehid = { git = "https://gitlab.redox-os.org/redox-os/rehid.git" }
xhcid = { path = "../../usb/xhcid" }