Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though

This commit is contained in:
Ryan Ward
2026-05-07 11:29:34 -05:00
parent f4e2475c60
commit a41cbd8cc7
2433 changed files with 14208 additions and 9409 deletions
+7 -7
View File
@@ -38,9 +38,9 @@ sentry = { workspace = true, optional = true }
shellexpand.workspace = true
strum.workspace = true
strum_macros.workspace = true
warpui.workspace = true
warpui_extras = { workspace = true, features = ["default"] }
warp_graphql.workspace = true
galaxyui.workspace = true
galaxyui_extras = { workspace = true, features = ["default"] }
galaxy_graphql.workspace = true
warp_multi_agent_api.workspace = true
dirs.workspace = true
lazy_static.workspace = true
@@ -53,9 +53,9 @@ tokio = { workspace = true, features = ["rt"] }
futures.workspace = true
generic-array = "0.14.7"
derivative.workspace = true
warp_core.workspace = true
warp_terminal.workspace = true
warp_util.workspace = true
galaxy_core.workspace = true
galaxy_terminal.workspace = true
galaxy_util.workspace = true
chrono.workspace = true
persistence.workspace = true
priority-queue = "2.3.1"
@@ -79,7 +79,7 @@ notify-debouncer-full.workspace = true
filetime = "0.2.25"
tempfile.workspace = true
virtual-fs.workspace = true
warp_core = { workspace = true, features = ["test-util"] }
galaxy_core = { workspace = true, features = ["test-util"] }
[build-dependencies]
anyhow.workspace = true