feat: Engine diagnostics #92

Merged
glen merged 16 commits from Vectornaut/dyna3:diagnostics into main 2025-07-21 04:18:50 +00:00
Showing only changes of commit 2137284358 - Show all commits

2
app-proto/run-examples → app-proto/run-examples.sh Executable file → Normal file
View file

@ -1,5 +1,3 @@
#!/bin/sh
# run all Cargo examples, as described here:
#
# Karol Kuczmarski. "Add examples to your Rust libraries"