diff --git a/Cargo.lock b/Cargo.lock index ead0df91..f51f0a00 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2024,7 +2024,6 @@ version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a3a6f9af55fb97ad673fb7a69533eb2f967648a06fa21f8c9bb2cd6d33975716" dependencies = [ - "fontconfig-parser", "log", "slotmap", "tinyvec", diff --git a/crates/ui/Cargo.toml b/crates/ui/Cargo.toml index 3cb8b551..3a2ffd82 100644 --- a/crates/ui/Cargo.toml +++ b/crates/ui/Cargo.toml @@ -1,12 +1,12 @@ [package] description = "UI components for building fantastic desktop application by using GPUI." edition = "2021" +homepage = "https://github.com/longbridge/gpui-component" +keywords = ["GPUI", "application", "desktop", "ui"] +license-file = "LICENSE-APACHE" name = "gpui-component" publish = true version = "0.1.0" -homepage = "https://github.com/longbridge/gpui-component" -license-file = "LICENSE-APACHE" -keywords = ["ui", "desktop", "application", "GPUI"] [lib] doctest = false @@ -15,17 +15,14 @@ doctest = false webview = ["dep:wry"] [dependencies] -gpui.workspace = true anyhow = "1" +gpui.workspace = true image = "0.25.1" itertools = "0.13.0" once_cell = "1.19.0" paste = "1" regex = "1" -resvg = { version = "0.44.0", default-features = false, features = [ - "system-fonts", - "text", -] } +resvg = { version = "0.44.0", default-features = false, features = ["text"] } rust-embed.workspace = true rust-i18n = "3" serde = "1.0.203" @@ -33,10 +30,7 @@ serde_json = "1" smallvec = "1.13.2" smol = "1" unicode-segmentation = "1.12.0" -usvg = { version = "0.44.0", default-features = false, features = [ - "system-fonts", - "text", -] } +usvg = { version = "0.44.0", default-features = false, features = ["text"] } uuid = "1.10" wry = { version = "0.48.0", optional = true } # Markdown Parser