honeycomb-navigation/Cargo.toml
user0-07161 0cd6c9e52f
All checks were successful
build / test-alpine (push) Successful in 2m20s
build / test-debian (push) Successful in 2m59s
feat, chore: cleanup, make the back button work, latest iced
2026-02-11 19:24:40 +01:00

14 lines
346 B
TOML

[package]
name = "honeycomb-navigation"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.98"
iced = { version = "0.14.0", default-features = false, features = ["tokio", "image", "wayland"] }
iced_layershell = "0.14.2"
interprocess = "2.3.1"
tempfile = "3.25.0"
tracing = "0.1.44"
tracing-subscriber = "0.3.22"
xkbcommon = "0.9.0"