Files
RedBear-OS/input/ps2d/Cargo.toml
T
2024-12-24 15:28:56 +01:00

17 lines
278 B
TOML

[package]
name = "ps2d"
version = "0.1.0"
edition = "2018"
[dependencies]
bitflags = "1"
log = "0.4"
orbclient = "0.3.27"
redox_event = "0.4.1"
redox_syscall = "0.5"
redox-daemon = "0.1"
libredox = "0.1.3"
common = { path = "../../common" }
inputd = { path = "../../inputd" }