chore: Remove unused feature (#702)
This commit is contained in:
parent
61bb78d174
commit
81e6da503b
2 changed files with 6 additions and 13 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -2024,7 +2024,6 @@ version = "0.22.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "a3a6f9af55fb97ad673fb7a69533eb2f967648a06fa21f8c9bb2cd6d33975716"
|
checksum = "a3a6f9af55fb97ad673fb7a69533eb2f967648a06fa21f8c9bb2cd6d33975716"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"fontconfig-parser",
|
|
||||||
"log",
|
"log",
|
||||||
"slotmap",
|
"slotmap",
|
||||||
"tinyvec",
|
"tinyvec",
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
[package]
|
[package]
|
||||||
description = "UI components for building fantastic desktop application by using GPUI."
|
description = "UI components for building fantastic desktop application by using GPUI."
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
homepage = "https://github.com/longbridge/gpui-component"
|
||||||
|
keywords = ["GPUI", "application", "desktop", "ui"]
|
||||||
|
license-file = "LICENSE-APACHE"
|
||||||
name = "gpui-component"
|
name = "gpui-component"
|
||||||
publish = true
|
publish = true
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
homepage = "https://github.com/longbridge/gpui-component"
|
|
||||||
license-file = "LICENSE-APACHE"
|
|
||||||
keywords = ["ui", "desktop", "application", "GPUI"]
|
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
doctest = false
|
doctest = false
|
||||||
|
|
@ -15,17 +15,14 @@ doctest = false
|
||||||
webview = ["dep:wry"]
|
webview = ["dep:wry"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
gpui.workspace = true
|
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
|
gpui.workspace = true
|
||||||
image = "0.25.1"
|
image = "0.25.1"
|
||||||
itertools = "0.13.0"
|
itertools = "0.13.0"
|
||||||
once_cell = "1.19.0"
|
once_cell = "1.19.0"
|
||||||
paste = "1"
|
paste = "1"
|
||||||
regex = "1"
|
regex = "1"
|
||||||
resvg = { version = "0.44.0", default-features = false, features = [
|
resvg = { version = "0.44.0", default-features = false, features = ["text"] }
|
||||||
"system-fonts",
|
|
||||||
"text",
|
|
||||||
] }
|
|
||||||
rust-embed.workspace = true
|
rust-embed.workspace = true
|
||||||
rust-i18n = "3"
|
rust-i18n = "3"
|
||||||
serde = "1.0.203"
|
serde = "1.0.203"
|
||||||
|
|
@ -33,10 +30,7 @@ serde_json = "1"
|
||||||
smallvec = "1.13.2"
|
smallvec = "1.13.2"
|
||||||
smol = "1"
|
smol = "1"
|
||||||
unicode-segmentation = "1.12.0"
|
unicode-segmentation = "1.12.0"
|
||||||
usvg = { version = "0.44.0", default-features = false, features = [
|
usvg = { version = "0.44.0", default-features = false, features = ["text"] }
|
||||||
"system-fonts",
|
|
||||||
"text",
|
|
||||||
] }
|
|
||||||
uuid = "1.10"
|
uuid = "1.10"
|
||||||
wry = { version = "0.48.0", optional = true }
|
wry = { version = "0.48.0", optional = true }
|
||||||
# Markdown Parser
|
# Markdown Parser
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue