summaryrefslogtreecommitdiffstats
path: root/examples/sierpinski_triangle/Cargo.toml
blob: 600a9e068694ab7d78a5fa9671b70715cc92a4c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "sierpinski_triangle"
version = "0.1.0"
authors = ["xkenmon <xkenmon@gmail.com>"]
edition = "2018"
publish = false

[dependencies]
iced.workspace = true
iced.features = ["debug", "canvas"]

rand = "0.8"