diff options
| author | mat <27899617+mat-1@users.noreply.github.com> | 2023-07-09 19:11:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-09 19:11:29 -0500 |
| commit | d1afd02aa84e7b4450c1607277f078eb2a0f1bf3 (patch) | |
| tree | efea9bb7ef7f2064f7c963fd88f394fecec6231b /azalea-physics/Cargo.toml | |
| parent | ea8a8fccb6eb39c97f6cb69e11db5f7d0886172e (diff) | |
| download | azalea-drasl-d1afd02aa84e7b4450c1607277f078eb2a0f1bf3.tar.xz | |
Update to Bevy 0.11 (#94)
* update to bevy 0.11
* clippy
---------
Co-authored-by: mat <git@matdoes.dev>
Diffstat (limited to 'azalea-physics/Cargo.toml')
| -rw-r--r-- | azalea-physics/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/azalea-physics/Cargo.toml b/azalea-physics/Cargo.toml index 086620dc..7209420c 100644 --- a/azalea-physics/Cargo.toml +++ b/azalea-physics/Cargo.toml @@ -14,11 +14,11 @@ azalea-core = { path = "../azalea-core", version = "^0.7.0" } azalea-inventory = { version = "0.7.0", path = "../azalea-inventory" } azalea-registry = { path = "../azalea-registry", version = "^0.7.0" } azalea-world = { path = "../azalea-world", version = "^0.7.0" } -bevy_app = "0.10.0" -bevy_ecs = "0.10.0" -once_cell = "1.16.0" +bevy_app = "0.11.0" +bevy_ecs = "0.11.0" +once_cell = "1.18.0" parking_lot = "^0.12.1" [dev-dependencies] -bevy_time = "0.10.0" -uuid = "^1.1.2" +bevy_time = "0.11.0" +uuid = "^1.4.0" |
