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

View File

@@ -1,6 +1,6 @@
[package]
name = "asteroids"
version = "0.6.1"
version = "0.6.2"
edition = "2024"
license = "AGPL-3.0-only"