[package] name = "kiln-ui" 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 } syntect = "5.3.0" unicode-width = "0.2"