summaryrefslogtreecommitdiffstats
path: root/examples/sierpinski_triangle/Cargo.toml
blob: 39d45f64b3c2b33089b83bfaa7256d634797cc00 (plain) (blame)
1
2
3
4
5
6
7
8
9
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"