mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 23:44:38 +00:00
26 lines
737 B
TOML
26 lines
737 B
TOML
[package]
|
|
name = "azalea-entity"
|
|
description = "Things related to Minecraft entities used by Azalea"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
azalea-block.workspace = true
|
|
azalea-buf.workspace = true
|
|
azalea-chat = { workspace = true, features = ["azalea-buf"] }
|
|
azalea-core.workspace = true
|
|
azalea-inventory.workspace = true
|
|
azalea-registry.workspace = true
|
|
azalea-world.workspace = true
|
|
bevy_app.workspace = true
|
|
bevy_ecs.workspace = true
|
|
derive_more.workspace = true
|
|
enum-as-inner.workspace = true
|
|
nohash-hasher.workspace = true
|
|
parking_lot.workspace = true
|
|
simdnbt.workspace = true
|
|
thiserror.workspace = true
|
|
tracing.workspace = true
|
|
uuid.workspace = true
|