Add and purify arc example by @ThatsNoMoon

This commit is contained in:
Héctor Ramón Jiménez 2022-07-10 15:15:29 +02:00
parent 53d93a37dd
commit 4b8ae71b63
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
5 changed files with 155 additions and 5 deletions

View file

@ -0,0 +1,9 @@
[package]
name = "arc"
version = "0.1.0"
authors = ["ThatsNoMoon <git@thatsnomoon.dev>"]
edition = "2021"
publish = false
[dependencies]
iced = { path = "../../..", features = ["pure", "canvas", "tokio", "debug"] }