blob: d36ac038dded90b656c226651ad8db21a829a62b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
[package]
name = "azalea-core"
description = "Miscellaneous things in Azalea."
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
[dependencies]
azalea-buf.workspace = true
azalea-registry.workspace = true
bevy_ecs = { workspace = true, optional = true }
nohash-hasher.workspace = true
num-traits.workspace = true
serde.workspace = true
simdnbt.workspace = true
tracing.workspace = true
azalea-chat.workspace = true
indexmap.workspace = true
crc32c.workspace = true
thiserror.workspace = true
uuid.workspace = true
[features]
bevy_ecs = ["dep:bevy_ecs"]
strict_registry = []
|