switch to using bevy_ballistic

This commit is contained in:
2025-04-01 16:00:06 +08:00
parent 1fa1b110db
commit 7c9249fa8f
3 changed files with 13 additions and 46 deletions

View File

@@ -31,6 +31,7 @@ bevy_sprite3d = "4.0.0"
rand = "=0.8.5"
bevy-inspector-egui = { version = "0.30", optional = true }
bevy_polyline = "0.11.0"
bevy_ballistic = "0.1.0"
[lints.clippy]
too_many_arguments = "allow"