Add toast example

This commit is contained in:
Cory Forsstrom 2023-01-17 17:10:58 -08:00
parent 3ab6797255
commit d470467718
No known key found for this signature in database
GPG key ID: 1DFE170A4415C9F5
3 changed files with 689 additions and 0 deletions

10
examples/toast/Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "toast"
version = "0.1.0"
authors = ["tarkah <admin@tarkah.dev>"]
edition = "2021"
publish = false
[dependencies]
iced = { path = "../..", features = [] }
iced_native = { path = "../../native" }