iced/examples/modal/Cargo.toml
2022-11-29 12:50:57 -08:00

10 lines
213 B
TOML

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