Files
RedBear-OS/drivers/graphics/driver-graphics/Cargo.toml
T
bjorn3 d70d648ceb Remove no longer necessary patches
New versions of drm and drm-sys have been released with Redox OS support.
2026-03-06 22:40:12 +01:00

19 lines
360 B
TOML

[package]
name = "driver-graphics"
version = "0.1.0"
edition = "2021"
[dependencies]
drm-sys.workspace = true
log.workspace = true
redox-scheme.workspace = true
redox_syscall.workspace = true
libredox.workspace = true
common = { path = "../../common" }
graphics-ipc = { path = "../graphics-ipc" }
inputd = { path = "../../inputd" }
[lints]
workspace = true