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

17 lines
265 B
TOML

[package]
name = "graphics-ipc"
version = "0.1.0"
edition = "2021"
[dependencies]
drm = "0.14"
log.workspace = true
libredox.workspace = true
redox-ioctl.workspace = true
redox_syscall.workspace = true
common = { path = "../../common" }
[lints]
workspace = true