Implement sierpinski-triangle example
This commit is contained in:
parent
7420ea7a6b
commit
79d045cfe1
5 changed files with 221 additions and 0 deletions
10
examples/sierpinski_triangle/Cargo.toml
Normal file
10
examples/sierpinski_triangle/Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue