summaryrefslogtreecommitdiffstats
path: root/examples/pure/stateless_component/Cargo.toml
blob: d89ebf85b8a04b95ea376a04323238d444190101 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "stateless_component"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2021"
publish = false

[dependencies]
iced = { path = "../../..", features = ["debug", "pure"] }
iced_native = { path = "../../../native" }
iced_lazy = { path = "../../../lazy", features = ["pure"] }
iced_pure = { path = "../../../pure" }