diff --git a/recipes/drivers/input/usbhidd/Cargo.toml b/recipes/drivers/input/usbhidd/Cargo.toml index 2c0cda1915..aef15cd966 100644 --- a/recipes/drivers/input/usbhidd/Cargo.toml +++ b/recipes/drivers/input/usbhidd/Cargo.toml @@ -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" }