summaryrefslogtreecommitdiffstats
path: root/examples/modal/Cargo.toml
blob: 8770acac6c56c34deca5627f73db1fc0d8c37c46 (plain) (blame)
1
2
3
4
5
6
7
8
9
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" }