btb update
This commit is contained in:
8
Cargo.lock
generated
8
Cargo.lock
generated
@@ -1548,9 +1548,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bevy_trenchbroom"
|
name = "bevy_trenchbroom"
|
||||||
version = "0.8.0"
|
version = "0.8.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "ce306a118409486343c73ede3decc9bf79906e499c8e3a90b3a812c1b701a6a8"
|
checksum = "daaf78e57d834d0e774fc09f9810e1628e4b880a5b1ca63bd209690251a83aa2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"atomicow",
|
"atomicow",
|
||||||
@@ -1580,9 +1580,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bevy_trenchbroom_macros"
|
name = "bevy_trenchbroom_macros"
|
||||||
version = "0.8.0"
|
version = "0.8.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "520f2720901baee5c85f74a30351164780b153251e9632a57fecde7130da35d2"
|
checksum = "deb625b904edcdf999dad92ff7443ef4744b94cf5af98aa38b9a2e9a5d43cc41"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"heck",
|
"heck",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ avian3d = { version = "0.3", default-features = false, features = [
|
|||||||
"parallel",
|
"parallel",
|
||||||
] }
|
] }
|
||||||
bevy = { version = "0.16.0", features = ["track_location"] }
|
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"
|
nil = "0.14.0"
|
||||||
bevy_asset_loader = "0.23.0-rc.3"
|
bevy_asset_loader = "0.23.0-rc.3"
|
||||||
bevy_sprite3d = "5.0.0"
|
bevy_sprite3d = "5.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user