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







                                               
                                                                  
[package]
name = "arc"
version = "0.1.0"
authors = ["ThatsNoMoon <git@thatsnomoon.dev>"]
edition = "2021"
publish = false

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