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

@ -0,0 +1,10 @@
[package]
name = "sierpinski_triangle"
version = "0.1.0"
authors = ["xkenmon <xkenmon@gmail.com>"]
edition = "2018"
publish = false
[dependencies]
iced = { path = "../..", features = ["canvas", "debug"] }
rand = "0.8.4"