diff options
| author | mat <git@matdoes.dev> | 2025-02-02 21:17:28 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-02-02 21:17:28 +0000 |
| commit | 8d110a9f7c568fd52fc6c213d707206287311319 (patch) | |
| tree | 6dfed16120460fd726a09a779c5a1387cfa0baf1 /azalea-physics | |
| parent | b08d3d55d7351eff6e27a09d732078c038539958 (diff) | |
| download | azalea-drasl-8d110a9f7c568fd52fc6c213d707206287311319.tar.xz | |
cleanup, fix warnings
Diffstat (limited to 'azalea-physics')
| -rw-r--r-- | azalea-physics/Cargo.toml | 20 |
1 files changed, 10 insertions, 10 deletions
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 |
