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








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