summaryrefslogtreecommitdiffstats
path: root/examples/modern_art/Cargo.toml
blob: 4242d209d9ab5d859edab01a03385d5d64aa0d9d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "modern_art"
version = "0.1.0"
authors = ["Bingus <shankern@protonmail.com>"]
edition = "2021"
publish = false

[dependencies]
iced = { path = "../..", features = ["canvas", "tokio", "debug"] }
rand = "0.8.5"
env_logger = "0.9"