Files
pikl/crates/pikl-gui/Cargo.toml
J. Champagne 5e076b8682
Some checks failed
CI / Lint (push) Has been cancelled
CI / Test (push) Has been cancelled
feat: Add MacOS support.
2026-03-15 12:17:39 -04:00

19 lines
478 B
TOML

[package]
name = "pikl-gui"
description = "GUI frontend for pikl-menu (iced-based, with platform-specific windowing)."
version.workspace = true
edition.workspace = true
license.workspace = true
[lints]
workspace = true
[dependencies]
pikl-core = { path = "../pikl-core" }
iced = { version = "0.14", features = ["tokio"] }
tokio = { version = "1", features = ["sync", "macros", "rt"] }
tracing = "0.1"
[target.'cfg(target_os = "linux")'.dependencies]
iced_layershell = "0.15"