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

18 lines
242 B
TOML

[package]
name = "console-draw"
version = "0.1.0"
edition = "2021"
[dependencies]
drm.workspace = true
orbclient.workspace = true
ransid = "0.4"
graphics-ipc = { path = "../graphics-ipc" }
[features]
default = []
[lints]
workspace = true