Files
RedBear-OS/drivers/graphics/console-draw/Cargo.toml
T
bjorn3 03783e61e9 drivers/graphics: Move DisplayMap to console-draw
And inline a bunch of V2GraphicsHandle methods
2025-12-18 20:17:21 +01:00

15 lines
202 B
TOML

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