move gpui-components to ui crate

This commit is contained in:
2024-12-10 09:40:27 +07:00
parent 9f0e367527
commit 516eb0e8bc
91 changed files with 20957 additions and 231 deletions

View File

@@ -12,7 +12,6 @@ path = "src/main.rs"
coop-ui = { path = "../ui" }
gpui.workspace = true
components.workspace = true
reqwest_client.workspace = true
tokio.workspace = true
@@ -25,7 +24,7 @@ serde_json.workspace = true
itertools.workspace = true
chrono.workspace = true
dirs.workspace = true
rust-embed.workspace = true
smol.workspace = true
tracing-subscriber = { version = "0.3.18", features = ["fmt"] }
rust-embed = "8.5.0"
smol = "1"