first pass of merging in warp (doesn't build)

This commit is contained in:
Ryan Ward
2026-07-01 16:08:58 -05:00
parent 2f64909469
commit 4770ac06b5
3662 changed files with 414574 additions and 89772 deletions
+6 -1
View File
@@ -10,6 +10,8 @@ license.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow.workspace = true
command.workspace = true
content_inspector = "0.2.4"
pathdiff = "0.2.1"
rand.workspace = true
@@ -21,10 +23,12 @@ regex.workspace = true
thiserror.workspace = true
typed-path.workspace = true
dunce.workspace = true
event-listener.workspace = true
serde.workspace = true
serde_json.workspace = true
pin-project.workspace = true
futures-util.workspace = true
log.workspace = true
[target.'cfg(windows)'.dependencies]
windows.workspace = true
@@ -33,4 +37,5 @@ windows.workspace = true
gloo.workspace = true
[dev-dependencies]
galaxyui.workspace = true
futures-lite.workspace = true
galaxyui_core.workspace = true