Add and purify arc example by @ThatsNoMoon
This commit is contained in:
parent
53d93a37dd
commit
4b8ae71b63
5 changed files with 155 additions and 5 deletions
9
examples/pure/arc/Cargo.toml
Normal file
9
examples/pure/arc/Cargo.toml
Normal 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"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue