7b11acbc46
While for now this for now only includes helpers for the current limited display interface which is relatively simple to implement manually, in the future we will likely need a more complex interface with gpu drivers that would be hard to get right without a common crate proving the interface.
21 lines
425 B
TOML
21 lines
425 B
TOML
[package]
|
|
name = "fbcond"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
orbclient = "0.3.27"
|
|
ransid = "0.4"
|
|
redox_event = "0.4"
|
|
redox_syscall = "0.5"
|
|
redox-daemon = "0.1"
|
|
redox-scheme = { git = "https://gitlab.redox-os.org/redox-os/redox-scheme.git" }
|
|
|
|
console-draw = { path = "../console-draw" }
|
|
graphics-ipc = { path = "../graphics-ipc" }
|
|
inputd = { path = "../../inputd" }
|
|
libredox = "0.1.3"
|
|
|
|
[features]
|
|
default = []
|