web build

This commit is contained in:
2026-07-16 14:06:58 +07:00
parent 4b57a1d2a6
commit c69cd6cf7a
28 changed files with 348 additions and 17 deletions

View File

@@ -28,6 +28,7 @@ icons = [
[dependencies]
assets = { path = "../crates/assets" }
workspace = { path = "../crates/workspace" }
ui = { path = "../crates/ui" }
theme = { path = "../crates/theme" }
common = { path = "../crates/common" }
@@ -62,9 +63,3 @@ futures.workspace = true
oneshot.workspace = true
webbrowser.workspace = true
tracing-subscriber.workspace = true
indexset = "0.12.3"
[target.'cfg(target_os = "macos")'.dependencies]
# Temporary workaround https://github.com/zed-industries/zed/issues/47168
core-text = "=21.0.0"