From 8d110a9f7c568fd52fc6c213d707206287311319 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 2 Feb 2025 21:17:28 +0000 Subject: cleanup, fix warnings --- azalea-physics/Cargo.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'azalea-physics') diff --git a/azalea-physics/Cargo.toml b/azalea-physics/Cargo.toml index 60d80787..c75b8d17 100644 --- a/azalea-physics/Cargo.toml +++ b/azalea-physics/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "azalea-physics" description = "Physics for Minecraft entities." -version = { workspace = true } -edition = { workspace = true } -license = { workspace = true } -repository = { workspace = true } +version.workspace = true +edition.workspace = true +license.workspace = true +repository.workspace = true [dev-dependencies] -bevy_time = { workspace = true } -uuid = { workspace = true } +bevy_time.workspace = true +uuid.workspace = true [dependencies] azalea-block = { path = "../azalea-block", version = "0.11.0" } @@ -17,7 +17,7 @@ azalea-entity = { version = "0.11.0", path = "../azalea-entity" } azalea-inventory = { version = "0.11.0", path = "../azalea-inventory" } azalea-registry = { path = "../azalea-registry", version = "0.11.0" } azalea-world = { path = "../azalea-world", version = "0.11.0" } -bevy_app = { workspace = true } -bevy_ecs = { workspace = true } -tracing = { workspace = true } -parking_lot = { workspace = true } +bevy_app.workspace = true +bevy_ecs.workspace = true +tracing.workspace = true +parking_lot.workspace = true -- cgit v1.2.3