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

[dependencies]
iced = { path = "../../.." }
iced_pure = { path = "../../../pure" }