From a90f51d1654a040bd517b5d9a3029a87c086fd98 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Thu, 27 Jun 2024 10:34:03 +0800 Subject: [PATCH] Fix ui dependency --- crates/ui/Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/crates/ui/Cargo.toml b/crates/ui/Cargo.toml index 05d1e3c6..4860157d 100644 --- a/crates/ui/Cargo.toml +++ b/crates/ui/Cargo.toml @@ -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"