diff options
| author | mat <git@matdoes.dev> | 2024-12-27 05:43:35 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2024-12-27 05:43:35 +0000 |
| commit | 3c3952bb0b255a4e03537fbfe3b53634a64c6a7b (patch) | |
| tree | 85e38de84373d3f83d43ebacf7f754d14f393ceb /azalea-core/Cargo.toml | |
| parent | 33e1a1326a462263aa578b5095c3c37160345c77 (diff) | |
| download | azalea-drasl-3c3952bb0b255a4e03537fbfe3b53634a64c6a7b.tar.xz | |
resolve some todos in az-core
Diffstat (limited to 'azalea-core/Cargo.toml')
| -rw-r--r-- | azalea-core/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/azalea-core/Cargo.toml b/azalea-core/Cargo.toml index a8ac2d85..74403ec1 100644 --- a/azalea-core/Cargo.toml +++ b/azalea-core/Cargo.toml @@ -13,10 +13,9 @@ bevy_ecs = { workspace = true, optional = true } nohash-hasher = { workspace = true } num-traits = { workspace = true } serde = { workspace = true, optional = true } -#serde_json = { workspace = true } simdnbt = { workspace = true } tracing = { workspace = true } -#uuid = { workspace = true } +azalea-chat = { path = "../azalea-chat", version = "0.11.0" } [features] bevy_ecs = ["dep:bevy_ecs"] |
