Mark v0.6.2 release: Removed debug noise
Some checks failed
Basic checks / Basic build-and-test supertask (push) Failing after 1m10s

I've removed a bit of the debug stuff from the program -- mainly the
egui-inspector UI, but also some debug prints that were still happening
in the physics module.
This commit is contained in:
2025-12-22 10:41:52 -06:00
parent 70de4bb67d
commit 172b528138
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -242,7 +242,7 @@ dependencies = [
[[package]]
name = "asteroids"
version = "0.6.1"
version = "0.6.2"
dependencies = [
"bevy",
"bevy-inspector-egui",