Fix ui dependency

This commit is contained in:
Jason Lee 2024-06-27 10:34:03 +08:00
parent b562708318
commit a90f51d165

View file

@ -4,11 +4,11 @@ version = "0.1.0"
edition = "2021"
[dependencies]
catppuccin = "2.4.0"
gpui.workspace = true
log.wokrspace = true
serde.workspace = true
serde_json.workspace = true
gpui = { git = "https://github.com/zed-industries/zed.git" }
anyhow = "1"
log = "0.4"
serde = "1.0.203"
serde_json = "1"
wry = "0"
smallvec = "1.13.2"
windows = "0.57.0"
anyhow = "1"