1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00

fix compiling azalea-registry

This commit is contained in:
mat 2024-12-21 02:40:53 +00:00
parent ad30950f85
commit 831e8c167f

View file

@ -9,7 +9,7 @@ repository = { workspace = true }
[dependencies]
azalea-buf = { path = "../azalea-buf", version = "0.11.0" }
azalea-registry-macros = { path = "./azalea-registry-macros", version = "0.11.0" }
serde = { workspace = true, optional = true }
serde = { workspace = true, optional = true, features = ["derive"] }
simdnbt = { workspace = true }
[features]