diff options
Diffstat (limited to 'azalea-physics')
| -rw-r--r-- | azalea-physics/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-physics/Cargo.toml b/azalea-physics/Cargo.toml index 8f0ac36b..912c17c9 100644 --- a/azalea-physics/Cargo.toml +++ b/azalea-physics/Cargo.toml @@ -13,8 +13,8 @@ uuid.workspace = true [dependencies] azalea-block.workspace = true azalea-core.workspace = true -azalea-entity = { version = "0.12.0", path = "../azalea-entity" } -azalea-inventory = { version = "0.12.0", path = "../azalea-inventory" } +azalea-entity.workspace = true +azalea-inventory.workspace = true azalea-registry.workspace = true azalea-world.workspace = true bevy_app.workspace = true |
