iced-yoda/examples/modal/Cargo.toml

11 lines
213 B
TOML
Raw Normal View History

2022-11-18 14:16:02 -08:00
[package]
name = "modal"
version = "0.1.0"
authors = ["tarkah <admin@tarkah.dev>"]
edition = "2021"
publish = false
[dependencies]
iced = { path = "../..", features = [] }
iced_native = { path = "../../native" }