iced-yoda/examples/sierpinski_triangle/Cargo.toml

13 lines
220 B
TOML
Raw Normal View History

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]
iced.workspace = true
iced.features = ["debug", "canvas"]
rand = "0.8"