aboutsummaryrefslogtreecommitdiff
path: root/example/Cargo.toml
blob: 7bc22dc29c84caabf7a861947b7a811fc65e31b6 (plain)
1
2
3
4
5
6
7
8
[package]
name = "example"
version = "0.0.1"
edition = "2024"

[dependencies]
iced = { git = "https://github.com/iced-rs/iced", branch = "master" }
iced_dialog = { path = ".." }