glyph picker
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user