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:
parent
ad30950f85
commit
831e8c167f
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue