summaryrefslogblamecommitdiffstats
path: root/examples/modern_art/Cargo.toml
blob: 4995e9a74992be8bb2b303a5dccca9503e43b750 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                  
[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"