summaryrefslogtreecommitdiffstats
path: root/examples/arc/Cargo.toml
blob: 299f5a3e7b4d85518da8ad8d92716a08bf64b611 (plain) (blame)
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"] }