fix assets

This commit is contained in:
2026-08-31 17:51:31 +07:00
parent 963a641f39
commit 070c6a7e87
9 changed files with 433 additions and 57 deletions
+8
View File
@@ -8,4 +8,12 @@ publish.workspace = true
gpui.workspace = true
anyhow.workspace = true
log.workspace = true
[target.'cfg(not(target_family = "wasm"))'.dependencies]
rust-embed.workspace = true
[target.'cfg(target_family = "wasm")'.dependencies]
futures.workspace = true
reqwest = { version = "0.12", default-features = false }
wasm-bindgen-futures = "0.4"
web-sys = { version = "0.3", features = ["Window", "Location"] }