Remove wezterm fork from dependencie (#8998)

Improves build time by removing wezterm dependency
([#8604](https://github.com/zed-industries/zed/issues/8604)).

Release Notes:

- N/A
This commit is contained in:
dalton-oliveira 2024-03-12 16:27:40 -03:00 committed by GitHub
parent e7289c385d
commit 41d8ba12ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 183 additions and 110 deletions

View file

@ -22,13 +22,13 @@ dirs = "4.0.0"
futures.workspace = true
gpui.workspace = true
libc = "0.2"
procinfo = { git = "https://github.com/zed-industries/wezterm", rev = "0c13436f4fa8b126f46dd4a20106419b41666897", default-features = false }
task.workspace = true
schemars.workspace = true
serde.workspace = true
serde_derive.workspace = true
serde_json.workspace = true
settings.workspace = true
sysinfo.workspace = true
smol.workspace = true
theme.workspace = true
thiserror.workspace = true