Files
RedBear-OS/drivers/graphics/console-draw/Cargo.toml
T
2026-02-20 15:00:43 +00:00

18 lines
234 B
TOML

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