Files
RedBear-OS/graphics/driver-graphics/Cargo.toml
T
bjorn3 d2f1af9ca7 Add driver-graphics crate
This unifies the driver interface handling between graphics drivers and
makes it easier to change all graphics drivers in lockstep when adding
new features.
2024-12-27 12:47:43 +01:00

14 lines
291 B
TOML

[package]
name = "driver-graphics"
version = "0.1.0"
edition = "2021"
[dependencies]
log = "0.4"
redox-scheme = { git = "https://gitlab.redox-os.org/redox-os/redox-scheme.git" }
redox_syscall = "0.5"
libredox = "0.1.3"
common = { path = "../../common" }
inputd = { path = "../../inputd" }