17 lines
410 B
TOML
17 lines
410 B
TOML
[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"
|