add custom dock

This commit is contained in:
2026-08-19 08:03:07 +07:00
parent 7912dd0a03
commit 6a3e9604c9
23 changed files with 7267 additions and 67 deletions
+2
View File
@@ -22,6 +22,8 @@ reqwest_client = { git = "https://github.com/zed-industries/zed" }
# code preview (fenced code blocks are highlighted with tree-sitter).
gpui-component = { git = "https://github.com/longbridge/gpui-component", features = ["tree-sitter-languages"] }
dock = { path = "crates/dock" }
nostr = { git = "https://github.com/rust-nostr/nostr", features = ["nip59", "nip49", "nip44", "os-rng"] }
nostr-lmdb = { git = "https://github.com/rust-nostr/nostr" }
nostr-memory = { git = "https://github.com/rust-nostr/nostr" }