bc1a068a4f
This will in the future allow switching between graphical mode and text mode virtual terminals while keeping alternative graphics drivers like virtio-gpud enabled at all times rather than having to reset back to VGA mode every time.
17 lines
234 B
TOML
17 lines
234 B
TOML
[package]
|
|
name = "fbcond"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
orbclient = "0.3.27"
|
|
ransid = "0.4"
|
|
redox_event = "0.2"
|
|
redox_syscall = "0.4"
|
|
redox-daemon = "0.1"
|
|
|
|
inputd = { path = "../inputd" }
|
|
|
|
[features]
|
|
default = []
|