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
+4 -4
View File
@@ -21,9 +21,9 @@ serde_json.workspace = true
thiserror.workspace = true
walkdir.workspace = true
itertools.workspace = true
warpui.workspace = true
warp_core.workspace = true
warp_util.workspace = true
galaxyui.workspace = true
galaxy_core.workspace = true
galaxy_util.workspace = true
ignore = "0.4.23"
once_cell.workspace = true
log.workspace = true
@@ -47,4 +47,4 @@ anyhow.workspace = true
env_logger.workspace = true
futures = "0.3"
virtual-fs.workspace = true
warpui = { workspace = true, features = ["test-util"] }
galaxyui = { workspace = true, features = ["test-util"] }