8acc73d774
Phase 1 (Runtime Substrate): 4 check binaries, --probe, POSIX tests Phase 2 (Wayland Compositor): bounded scaffold, zero warnings Phase 3 (KWin Session): preflight checker (KWin stub, gated on Qt6Quick) Phase 4 (KDE Plasma): 18 KF6 enabled, preflight checker Phase 5 (Hardware GPU): DRM/firmware/Mesa preflight checker Build: zero warnings, all scripts syntax-clean. Oracle-verified.
19 lines
345 B
TOML
19 lines
345 B
TOML
[package]
|
|
name = "vboxd"
|
|
description = "VirtualBox driver"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
libredox.workspace = true
|
|
orbclient.workspace = true
|
|
redox_event.workspace = true
|
|
redox_syscall.workspace = true
|
|
|
|
common = { path = "../common" }
|
|
daemon = { path = "../../daemon" }
|
|
pcid = { path = "../pcid" }
|
|
|
|
[lints]
|
|
workspace = true
|