edb68153e3
- kf6-knewstuff/kwallet: removed all-zero blake3 placeholders - CONSOLE-TO-KDE-DESKTOP-PLAN.md: 20→22 KF6 enabled count - BOOT-PROCESS-IMPROVEMENT-PLAN.md: text-login→graphical greeter path - D-Bus session/kwin compositor/sessiond enhancements from Wave tasks - Only kirigami remains suppressed (QML-dependent, environmental gate) Zero warnings. 24 commits total.
16 lines
248 B
TOML
16 lines
248 B
TOML
[package]
|
|
name = "redbear-compositor"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
libc = "0.2"
|
|
|
|
[[bin]]
|
|
name = "redbear-compositor"
|
|
path = "src/main.rs"
|
|
|
|
[[bin]]
|
|
name = "redbear-compositor-check"
|
|
path = "src/bin/redbear-compositor-check.rs"
|