9880e0a5b2
Consolidate the active desktop path around redbear-full while landing the greeter/session stack and the runtime fixes needed to keep Wayland and KWin bring-up moving forward.
20 lines
576 B
TOML
20 lines
576 B
TOML
[package]
|
|
name = "redbear-wifictl"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[[bin]]
|
|
name = "redbear-wifictl"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
libc = "0.2"
|
|
libredox = { version = "0.1", features = ["call", "std"] }
|
|
log = { version = "0.4", features = ["std"] }
|
|
redox-scheme = "0.11"
|
|
syscall = { package = "redox_syscall", version = "0.7", features = ["std"] }
|
|
redox-driver-sys = { path = "../../../drivers/redox-driver-sys/source" }
|
|
|
|
[target.'cfg(target_os = "redox")'.dependencies]
|
|
redox-driver-sys = { path = "../../../drivers/redox-driver-sys/source", features = ["redox"] }
|