d2f1af9ca7
This unifies the driver interface handling between graphics drivers and makes it easier to change all graphics drivers in lockstep when adding new features.
14 lines
291 B
TOML
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" }
|