gun shots (#16)

This commit is contained in:
extrawurst
2025-03-24 16:27:26 +01:00
committed by GitHub
parent 8599fe50e8
commit 594a5a612d
7 changed files with 160 additions and 9 deletions

12
Cargo.lock generated
View File

@@ -1127,6 +1127,17 @@ dependencies = [
"uuid",
]
[[package]]
name = "bevy_polyline"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bbf333dab4a712f63456aa64b8e06268a44afdcbc9be4780e6260a0e8113072"
dependencies = [
"bevy",
"bitflags 2.9.0",
"bytemuck",
]
[[package]]
name = "bevy_ptr"
version = "0.15.3"
@@ -2893,6 +2904,7 @@ dependencies = [
"bevy",
"bevy-inspector-egui",
"bevy_asset_loader",
"bevy_polyline",
"bevy_sprite3d",
"bevy_trenchbroom",
"nil",