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
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:
18
Cargo.lock
generated
18
Cargo.lock
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user