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
@@ -12,7 +12,7 @@ path = "src/bin/main.rs"
required-features = ["bin"]
[features]
bin = ["warpui/log_named_telemetry_events"]
bin = ["galaxyui/log_named_telemetry_events"]
[dependencies]
ai.workspace = true
@@ -29,6 +29,6 @@ serde_json.workspace = true
strum.workspace = true
strum_macros.workspace = true
uuid.workspace = true
warp_core = { workspace = true }
warpui.workspace = true
warp_logging.workspace = true
galaxy_core = { workspace = true }
galaxyui.workspace = true
galaxy_logging.workspace = true