aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2026-01-27 12:54:55 +1200
committermat <git@matdoes.dev>2026-01-27 12:54:55 +1200
commit0ba73a30dc6cdba3cafd726b4a94afee6157d035 (patch)
tree93c972e4c7a38a8960ed597470cccff531c381e5
parentd665924eb2163fc8afe256e502a39e72ad0e4a42 (diff)
downloadazalea-drasl-0ba73a30dc6cdba3cafd726b4a94afee6157d035.tar.xz
fix compiling azalea-core with serde feature
-rw-r--r--azalea-core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-core/Cargo.toml b/azalea-core/Cargo.toml
index ff2f8732..425c1823 100644
--- a/azalea-core/Cargo.toml
+++ b/azalea-core/Cargo.toml
@@ -24,7 +24,7 @@ derive_more = { workspace = true, features = ["deref", "deref_mut"] }
[features]
bevy_ecs = ["dep:bevy_ecs"]
-serde = ["dep:serde"]
+serde = ["dep:serde", "azalea-registry/serde"]
strict_registry = []
[lints]