feat: add bottom bar

This commit is contained in:
2024-11-22 14:09:20 +07:00
parent 8bf497bdc7
commit f448508b31
11 changed files with 258 additions and 108 deletions

View File

@@ -9,6 +9,7 @@ coop = { path = "crates/*" }
# UI
gpui = { git = "https://github.com/huacnlee/zed.git", branch = "export-platform-window" }
components = { package = "ui", git = "https://github.com/longbridgeapp/gpui-component" }
reqwest_client = { git = "https://github.com/huacnlee/zed.git", branch = "export-platform-window" }
# Nostr
nostr-relay-builder = { git = "https://github.com/rust-nostr/nostr" }