2021-12-05 20:03:07 +08:00
|
|
|
[package]
|
|
|
|
|
name = "sierpinski_triangle"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
authors = ["xkenmon <xkenmon@gmail.com>"]
|
|
|
|
|
edition = "2018"
|
|
|
|
|
publish = false
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2023-09-04 12:58:41 +02:00
|
|
|
iced.workspace = true
|
|
|
|
|
iced.features = ["debug", "canvas"]
|
|
|
|
|
|
|
|
|
|
rand = "0.8"
|