Files
RedBear-OS/input/ps2d/Cargo.toml
T
2025-04-13 21:22:45 +02:00

17 lines
281 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.10"
redox-daemon = "0.1"
libredox = "0.1.3"
common = { path = "../../common" }
inputd = { path = "../../inputd" }