Add modal example

This commit is contained in:
Cory Forsstrom 2022-11-18 14:16:02 -08:00
parent 9a601c0954
commit 3814fda9d2
3 changed files with 465 additions and 34 deletions

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

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