[package] name = "example" version = "0.0.1" edition = "2024" [dependencies] iced = { git = "https://github.com/iced-rs/iced", branch = "master" } iced_dialog = { path = ".." }