btb update

This commit is contained in:
2025-05-26 00:47:29 +02:00
parent bdb0cdd04a
commit b661844107
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@@ -1548,9 +1548,9 @@ dependencies = [
[[package]]
name = "bevy_trenchbroom"
version = "0.8.0"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce306a118409486343c73ede3decc9bf79906e499c8e3a90b3a812c1b701a6a8"
checksum = "daaf78e57d834d0e774fc09f9810e1628e4b880a5b1ca63bd209690251a83aa2"
dependencies = [
"anyhow",
"atomicow",
@@ -1580,9 +1580,9 @@ dependencies = [
[[package]]
name = "bevy_trenchbroom_macros"
version = "0.8.0"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "520f2720901baee5c85f74a30351164780b153251e9632a57fecde7130da35d2"
checksum = "deb625b904edcdf999dad92ff7443ef4744b94cf5af98aa38b9a2e9a5d43cc41"
dependencies = [
"heck",
"proc-macro2",

View File

@@ -21,7 +21,7 @@ avian3d = { version = "0.3", default-features = false, features = [
"parallel",
] }
bevy = { version = "0.16.0", features = ["track_location"] }
bevy_trenchbroom = { version = "0.8.0", features = ["avian"] }
bevy_trenchbroom = { version = "0.8.1", features = ["avian"] }
nil = "0.14.0"
bevy_asset_loader = "0.23.0-rc.3"
bevy_sprite3d = "5.0.0"