Implement sierpinski-triangle example

This commit is contained in:
xkenmon 2021-12-05 20:03:07 +08:00 committed by Héctor Ramón Jiménez
parent 7420ea7a6b
commit 79d045cfe1
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
5 changed files with 221 additions and 0 deletions

View file

@ -78,6 +78,7 @@ members = [
"examples/progress_bar",
"examples/qr_code",
"examples/scrollable",
"examples/sierpinski_triangle",
"examples/solar_system",
"examples/stopwatch",
"examples/styling",