summaryrefslogtreecommitdiffstats
path: root/examples/arc/Cargo.toml
blob: 5012ff8264465e542deaa147c79992e9b36f2d63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "arc"
version = "0.1.0"
authors = ["ThatsNoMoon <git@thatsnomoon.dev>"]
edition = "2021"
publish = false

[dependencies]
iced.workspace = true
iced.features = ["canvas", "tokio", "debug"]