glyph picker

This commit is contained in:
2026-06-20 15:27:09 -05:00
parent e74d015d1b
commit 05142e5712
12 changed files with 638 additions and 26 deletions
+3
View File
@@ -4,6 +4,9 @@ version = "0.1.0"
edition = "2024"
[dependencies]
# First kiln-core dependency in kiln-ui: the glyph picker needs `Glyph`/`Rgba8`.
kiln-core = { path = "../kiln-core" }
color = "0.3.3"
# text-only clipboard: drop the default `image-data` deps (image/tiff/jpeg), add Linux Wayland support
arboard = { version = "3", default-features = false, features = ["wayland-data-control"] }
ratatui = { workspace = true }