Files
RedBear-OS/drivers/graphics/vesad/Cargo.toml
T
bjorn3 13f8b090cf driver/graphics: Initial support for object properties
No support for writing property values or reading blob properties yet.
2025-12-21 21:56:30 +01:00

22 lines
421 B
TOML

[package]
name = "vesad"
version = "0.1.0"
edition = "2021"
[dependencies]
drm-sys = "0.8.0"
orbclient = "0.3.27"
ransid = "0.4"
redox_syscall = "0.6"
redox_event = "0.4.1"
common = { path = "../../common" }
daemon = { path = "../../../daemon" }
driver-graphics = { path = "../driver-graphics" }
graphics-ipc = { path = "../graphics-ipc" }
inputd = { path = "../../inputd" }
libredox = "0.1.3"
[features]
default = []