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

14 lines
259 B
TOML

[package]
name = "graphics-ipc"
version = "0.1.0"
edition = "2021"
[dependencies]
drm = "0.14"
log = "0.4"
libredox = "0.1.3"
redox-ioctl = { git = "https://gitlab.redox-os.org/redox-os/relibc.git" }
redox_syscall = "0.6"
common = { path = "../../common" }