Files
RedBear-OS/Cargo.toml
T
bjorn3 bc1a068a4f Introduce fbcond to replace text console handling inside vesad
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.
2024-01-14 18:14:40 +01:00

46 lines
851 B
TOML

[workspace]
members = [
"ac97d",
"acpid",
"ahcid",
"alxd",
"bgad",
"block-io-wrapper",
"common",
"e1000d",
"fbcond",
"ided",
"ihdad",
"ixgbed",
"nvmed",
"lived", # TODO: not really a driver...
"pcid",
"pcspkrd",
"ps2d",
"rtl8139d",
"rtl8168d",
"sb16d",
"vboxd",
"vesad",
"xhcid",
"usbctl",
"usbhidd",
"usbscsid",
"inputd",
"virtio-blkd",
"virtio-netd",
"virtio-gpud",
"virtio-core",
"bcm2835-sdhcid",
]
[profile.release]
lto = "fat"
[patch.crates-io]
mio = { git = "https://gitlab.redox-os.org/redox-os/mio.git", branch = "redox-unix" }
net2 = { git = "https://gitlab.redox-os.org/redox-os/net2-rs.git", branch = "master" }
orbclient = { git = "https://gitlab.redox-os.org/redox-os/orbclient.git", version = "0.3.44" }