wip: startup flow

This commit is contained in:
2024-11-21 08:43:42 +07:00
parent fb71f02ef3
commit c60a37a245
15 changed files with 910 additions and 82 deletions

View File

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