10 lines
213 B
TOML
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" }
|