move dock to seperated crate
Some checks failed
Rust / build (ubuntu-latest, stable) (push) Failing after 1m24s
Rust / build (ubuntu-latest, stable) (pull_request) Failing after 1m16s

This commit is contained in:
2026-01-22 06:50:57 +07:00
parent dd6b93bd79
commit 2fa4436e2d
24 changed files with 138 additions and 162 deletions

18
Cargo.lock generated
View File

@@ -1034,6 +1034,7 @@ dependencies = [
"anyhow",
"chat",
"common",
"dock",
"emojis",
"gpui",
"gpui_tokio",
@@ -1295,6 +1296,7 @@ dependencies = [
"chat_ui",
"common",
"device",
"dock",
"futures",
"gpui",
"gpui_tokio",
@@ -1740,6 +1742,19 @@ dependencies = [
"rand 0.8.5",
]
[[package]]
name = "dock"
version = "0.3.0"
dependencies = [
"anyhow",
"common",
"gpui",
"log",
"smallvec",
"theme",
"ui",
]
[[package]]
name = "downcast-rs"
version = "1.2.1"
@@ -6584,10 +6599,7 @@ dependencies = [
"common",
"gpui",
"linicon",
"log",
"nostr-sdk",
"smallvec",
"smol",
"theme",
"ui",
"windows 0.61.3",