Files
RedBear-OS/drivers/graphics/graphics-ipc/Cargo.toml
T
2025-12-18 10:36:37 +01:00

15 lines
280 B
TOML

[package]
name = "graphics-ipc"
version = "0.1.0"
edition = "2021"
[dependencies]
drm = "0.14"
drm-fourcc = "2.2.0"
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" }