summaryrefslogtreecommitdiffstats
path: root/examples/checkbox/Cargo.toml
blob: dde8f91093e1c099e77f42c94c77ad10ed440f40 (plain) (blame)
1
2
3
4
5
6
7
8
9
[package]
name = "checkbox"
version = "0.1.0"
authors = ["Casper Rogild Storm<casper@rogildstorm.com>"]
edition = "2021"
publish = false

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