update to BTB release!
This commit is contained in:
20
Cargo.lock
generated
20
Cargo.lock
generated
@@ -868,6 +868,15 @@ dependencies = [
|
||||
"encase_derive_impl",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "bevy_fix_gltf_coordinate_system"
|
||||
version = "0.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c3d322f8addff6f04423ea6bbd4ab37a5fb08c9c14aec426bf1aae01bee128e1"
|
||||
dependencies = [
|
||||
"bevy",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "bevy_gilrs"
|
||||
version = "0.16.0"
|
||||
@@ -1539,13 +1548,15 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "bevy_trenchbroom"
|
||||
version = "0.8.0-dev"
|
||||
source = "git+https://github.com/Noxmore/bevy_trenchbroom.git?rev=3acfccf#3acfccfd7a5b56448a831c0f00157644cbdbfced"
|
||||
version = "0.8.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ce306a118409486343c73ede3decc9bf79906e499c8e3a90b3a812c1b701a6a8"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"atomicow",
|
||||
"avian3d",
|
||||
"bevy",
|
||||
"bevy_fix_gltf_coordinate_system",
|
||||
"bevy_materialize",
|
||||
"bevy_mesh",
|
||||
"bevy_reflect",
|
||||
@@ -1569,8 +1580,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "bevy_trenchbroom_macros"
|
||||
version = "0.8.0-dev"
|
||||
source = "git+https://github.com/Noxmore/bevy_trenchbroom.git?rev=3acfccf#3acfccfd7a5b56448a831c0f00157644cbdbfced"
|
||||
version = "0.8.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "520f2720901baee5c85f74a30351164780b153251e9632a57fecde7130da35d2"
|
||||
dependencies = [
|
||||
"heck",
|
||||
"proc-macro2",
|
||||
|
||||
Reference in New Issue
Block a user