blob: f1f986aabc0694aea45ffb32cc7809ac234a4074 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
[package]
name = "toast"
version = "0.1.0"
authors = ["tarkah <admin@tarkah.dev>"]
edition = "2021"
publish = false
[dependencies]
iced = { path = "../..", features = [] }
iced_native = { path = "../../native" }
|