diff options
| author | mat <git@matdoes.dev> | 2024-04-24 05:05:19 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2024-04-24 05:05:19 +0000 |
| commit | e7c5a5e4fa7f2491b93b0f0692bba51ef76a4426 (patch) | |
| tree | 534bb04299cbde22f0151f4a742c34be67ab964a /azalea-inventory | |
| parent | 287f493172e2440c5b6d2ece9a016d0c9688d5d1 (diff) | |
| download | azalea-drasl-e7c5a5e4fa7f2491b93b0f0692bba51ef76a4426.tar.xz | |
require azalea-buf feature for azalea-chat in some places
Diffstat (limited to 'azalea-inventory')
| -rw-r--r-- | azalea-inventory/Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/azalea-inventory/Cargo.toml b/azalea-inventory/Cargo.toml index 78fb2916..775daabe 100644 --- a/azalea-inventory/Cargo.toml +++ b/azalea-inventory/Cargo.toml @@ -13,6 +13,8 @@ simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" } azalea-buf = { version = "0.10.0", path = "../azalea-buf" } azalea-inventory-macros = { version = "0.10.0", path = "./azalea-inventory-macros" } azalea-registry = { version = "0.10.0", path = "../azalea-registry" } -azalea-chat = { version = "0.10.0", path = "../azalea-chat" } +azalea-chat = { version = "0.10.0", path = "../azalea-chat", features = [ + "azalea-buf", +] } azalea-core = { version = "0.10.0", path = "../azalea-core" } uuid = "1.8.0" |
