blob: 8a72e1c90add1009636cfea895c8380f83cc6163 (
plain)
1
2
3
4
5
6
7
8
|
[package]
name = "dialog_example"
version = "0.0.1"
edition = "2024"
[dependencies]
iced = { git = "https://github.com/iced-rs/iced", branch = "master" }
iced_dialog = { path = ".." }
|