Files
RedBear-OS/drivers/graphics/fbbootlogd/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

25 lines
473 B
TOML

[package]
name = "fbbootlogd"
version = "0.1.0"
edition = "2021"
[dependencies]
drm.workspace = true
orbclient.workspace = true
ransid = "0.4"
redox_event.workspace = true
redox_syscall.workspace = true
redox-scheme.workspace = true
console-draw = { path = "../console-draw" }
daemon = { path = "../../../daemon" }
graphics-ipc = { path = "../graphics-ipc" }
inputd = { path = "../../inputd" }
libredox.workspace = true
[features]
default = []
[lints]
workspace = true