chore: prepare mobile(android/ios) target

This commit is contained in:
Ren Amamiya
2026-04-04 09:32:41 +07:00
parent 6b872527ad
commit c2a723faa8
7 changed files with 652 additions and 158 deletions

View File

@@ -12,15 +12,14 @@ common = { path = "../common" }
state = { path = "../state" }
device = { path = "../device" }
chat = { path = "../chat" }
chat_ui = { path = "../chat_ui" }
settings = { path = "../settings" }
person = { path = "../person" }
relay_auth = { path = "../relay_auth" }
gpui.workspace = true
gpui_web.workspace = true
gpui_platform.workspace = true
gpui_tokio.workspace = true
gpui_web = { git = "https://github.com/zed-industries/zed" }
nostr-connect.workspace = true
nostr-sdk.workspace = true
@@ -35,8 +34,8 @@ smol.workspace = true
futures.workspace = true
oneshot.workspace = true
webbrowser.workspace = true
tracing-subscriber.workspace = true
tracing-subscriber = { version = "0.3.18", features = ["fmt", "env-filter"] }
console_error_panic_hook = "0.1"
tracing-wasm = "0.2"
console_log = "1.0"