Fix ui dependency
This commit is contained in:
parent
b562708318
commit
a90f51d165
1 changed files with 6 additions and 6 deletions
|
|
@ -4,11 +4,11 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
catppuccin = "2.4.0"
|
gpui = { git = "https://github.com/zed-industries/zed.git" }
|
||||||
gpui.workspace = true
|
anyhow = "1"
|
||||||
log.wokrspace = true
|
log = "0.4"
|
||||||
serde.workspace = true
|
serde = "1.0.203"
|
||||||
serde_json.workspace = true
|
serde_json = "1"
|
||||||
|
wry = "0"
|
||||||
smallvec = "1.13.2"
|
smallvec = "1.13.2"
|
||||||
windows = "0.57.0"
|
windows = "0.57.0"
|
||||||
anyhow = "1"
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue