aboutsummaryrefslogtreecommitdiff
path: root/azalea-physics/Cargo.toml
blob: 33a669c1fbc9cac9644b1ee85da6015c374ccf5c (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
[package]
name = "azalea-physics"
description = "Physics for Minecraft entities."
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true

[dev-dependencies]
uuid.workspace = true

[dependencies]
azalea-block.workspace = true
azalea-core.workspace = true
azalea-entity = { workspace = true, features = ["bevy_ecs"] }
azalea-inventory.workspace = true
azalea-registry.workspace = true
azalea-world.workspace = true
bevy_app.workspace = true
bevy_ecs.workspace = true
tracing.workspace = true
parking_lot.workspace = true

[lints]
workspace = true