feat(gui): Add Wayland GUI frontend to menu system.

This commit is contained in:
2026-03-15 10:33:54 -04:00
parent e77ecb447e
commit 0d241841bc
7 changed files with 4134 additions and 21 deletions

View File

@@ -0,0 +1,16 @@
[package]
name = "pikl-gui"
description = "GUI frontend for pikl-menu (iced + Wayland layer-shell)."
version.workspace = true
edition.workspace = true
license.workspace = true
[lints]
workspace = true
[dependencies]
pikl-core = { path = "../pikl-core" }
iced = { version = "0.14", features = ["tokio"] }
iced_layershell = "0.15"
tokio = { version = "1", features = ["sync", "macros", "rt"] }
tracing = "0.1"