summaryrefslogtreecommitdiffstats
path: root/examples/combo_box/Cargo.toml
blob: be1b5e3255f2add34f727ab4d26567e41040cfe8 (plain) (blame)
1
2
3
4
5
6
7
8
9
[package]
name = "combo_box"
version = "0.1.0"
authors = ["Joao Freitas <jhff.15@gmail.com>"]
edition = "2021"
publish = false

[dependencies]
iced = { path = "../..", features = ["debug"] }