wip
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-03-27 15:25:02 +09:00
commit 1d76cabf4c
Signed by: nishi
GPG key ID: 27EF69B208EB9343
2 changed files with 80 additions and 0 deletions

View file

@ -138,6 +138,7 @@ new_example("examples/basic/box");
new_example("examples/basic/clipboard");
new_example("examples/basic/sevensegment");
new_example("examples/basic/calculator");
new_example("examples/basic/periodic");
if (param_get("opengl")) {
new_example("examples/gldemos/boing", $gl_libs);