Files
RedBear-OS/graphics/bgad/Cargo.toml
T
Kamil Koczurek d2c82add9d Move Io/Pio/Mmio from redox_syscall to common
* Fix Mmio repr from transparent to packed.
* Rename Mmio::from to Mmio::new.
* Remove dead imports around affected code.
* Minor formatting.
2024-09-30 13:01:36 +02:00

14 lines
225 B
TOML

[package]
name = "bgad"
version = "0.1.0"
edition = "2018"
[dependencies]
orbclient = "0.3.47"
redox-daemon = "0.1"
redox_syscall = "0.5"
common = { path = "../../common" }
pcid = { path = "../../pcid" }
libredox = "0.1.3"