gpui-component/crates/ui/Cargo.toml

34 lines
592 B
TOML

[package]
name = "ui"
description = "UI components for the GPUI"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
doctest = false
[dependencies]
gpui.workspace = true
anyhow = "1"
log = "0.4"
serde = "1.0.203"
serde_json = "1"
smallvec = "1.13.2"
windows = "0.57.0"
unicode-segmentation = "1.11.0"
image = "0.25.1"
resvg = { version = "0.41.0", default-features = false }
usvg = { version = "0.41.0", default-features = false }
taffy = "0.4.3"
paste = "1"
once_cell = "1.19.0"
raw-window-handle = "0.6.2"
winit = "0.30.3"
wry = "0"
smol = "1"
regex = "1"
[lints]
workspace = true