Files
RedBear-OS/drivers/graphics/console-draw/Cargo.toml
T
2026-01-20 10:12:08 -07:00

15 lines
208 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 = []