diff options
| author | mat <git@matdoes.dev> | 2023-12-06 11:36:20 -0600 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-12-06 11:36:25 -0600 |
| commit | 3f341aa11452b4dfe0b61af23efe9742a4d3f277 (patch) | |
| tree | fa7b9c061faf380ebe5a310416ec598c613c0d02 /azalea-entity | |
| parent | 1369848c82a519cb554db8e4d6ff6d414ed741f8 (diff) | |
| download | azalea-drasl-3f341aa11452b4dfe0b61af23efe9742a4d3f277.tar.xz | |
disable feaatures on azalea-chat by default and fix disabling simdnbt feature
Diffstat (limited to 'azalea-entity')
| -rw-r--r-- | azalea-entity/Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/azalea-entity/Cargo.toml b/azalea-entity/Cargo.toml index af77428a..f7123d06 100644 --- a/azalea-entity/Cargo.toml +++ b/azalea-entity/Cargo.toml @@ -11,7 +11,9 @@ license = "MIT" [dependencies] azalea-block = { version = "0.9.0", path = "../azalea-block" } azalea-buf = { version = "0.9.0", path = "../azalea-buf" } -azalea-chat = { version = "0.9.0", path = "../azalea-chat" } +azalea-chat = { version = "0.9.0", path = "../azalea-chat", features = [ + "azalea-buf", +] } azalea-core = { version = "0.9.0", path = "../azalea-core" } azalea-inventory = { version = "0.9.0", path = "../azalea-inventory" } simdnbt = "0.3" |
