This commit is contained in:
2026-07-25 07:40:17 +07:00
parent bcb5a19bf2
commit addd834995
12 changed files with 4 additions and 291 deletions

View File

@@ -10,7 +10,6 @@ theme = { path = "../theme" }
gpui.workspace = true
serde.workspace = true
serde_json.workspace = true
smallvec.workspace = true
anyhow.workspace = true
itertools.workspace = true
@@ -19,7 +18,6 @@ log.workspace = true
unicode-segmentation = "1.12.0"
uuid = "1.10"
regex = "1"
image = "0.25.1"
lsp-types = "0.97.0"
ropey = { version = "=2.0.0-beta.1", features = ["metric_lines_lf", "metric_utf16"] }
sum_tree = { git = "https://github.com/zed-industries/zed" }