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
+3 -3
View File
@@ -1,7 +1,7 @@
[package]
authors = ["Warp Team <dev@warp.dev>"]
edition = "2021"
name = "warp_graphql"
name = "galaxy_graphql"
version = "0.1.0"
publish.workspace = true
license.workspace = true
@@ -21,8 +21,8 @@ persistence.workspace = true
reqwest.workspace = true
serde.workspace = true
thiserror.workspace = true
warp_core.workspace = true
warp_graphql_schema.workspace = true
galaxy_core.workspace = true
galaxy_graphql_schema.workspace = true
websocket = {path = "../websocket"}
[target.'cfg(not(target_family = "wasm"))'.dependencies]