aboutsummaryrefslogtreecommitdiff
path: root/azalea-physics
diff options
context:
space:
mode:
authormat <27899617+mat-1@users.noreply.github.com>2024-07-05 00:45:45 -0500
committerGitHub <noreply@github.com>2024-07-05 00:45:45 -0500
commitea64fba7f655b9afa03d57e8590c16e024f396f3 (patch)
tree728293b8cc852bf6b50a55594589a3b93b96c286 /azalea-physics
parent350e32d0a9f21103e271e80e63daa5711a78e1d7 (diff)
downloadazalea-drasl-ea64fba7f655b9afa03d57e8590c16e024f396f3.tar.xz
upgrade to simdnbt 0.6 (#160)
Diffstat (limited to 'azalea-physics')
-rw-r--r--azalea-physics/Cargo.toml10
-rw-r--r--azalea-physics/src/lib.rs1
2 files changed, 5 insertions, 6 deletions
diff --git a/azalea-physics/Cargo.toml b/azalea-physics/Cargo.toml
index 605fd062..a5179af0 100644
--- a/azalea-physics/Cargo.toml
+++ b/azalea-physics/Cargo.toml
@@ -13,16 +13,16 @@ azalea-block = { path = "../azalea-block", version = "0.10.0" }
azalea-core = { path = "../azalea-core", version = "0.10.0" }
azalea-registry = { path = "../azalea-registry", version = "0.10.0" }
azalea-world = { path = "../azalea-world", version = "0.10.0" }
-bevy_app = "0.13.2"
-bevy_ecs = "0.13.2"
+bevy_app = "0.13.0"
+bevy_ecs = "0.13.0"
tracing = "0.1.40"
once_cell = "1.19.0"
-parking_lot = "^0.12.1"
+parking_lot = "^0.12.3"
nohash-hasher = "0.2.0"
smallvec = "1.13.2"
azalea-entity = { version = "0.10.0", path = "../azalea-entity" }
azalea-inventory = { version = "0.10.0", path = "../azalea-inventory" }
[dev-dependencies]
-bevy_time = "0.13.2"
-uuid = "^1.8.0"
+bevy_time = "0.13.0"
+uuid = "^1.9.1"
diff --git a/azalea-physics/src/lib.rs b/azalea-physics/src/lib.rs
index ed813b56..35f7f1d0 100644
--- a/azalea-physics/src/lib.rs
+++ b/azalea-physics/src/lib.rs
@@ -1,6 +1,5 @@
#![doc = include_str!("../README.md")]
#![feature(trait_alias)]
-#![feature(lazy_cell)]
pub mod clip;
pub mod collision;