diff options
Diffstat (limited to 'examples/combo_box/Cargo.toml')
-rw-r--r-- | examples/combo_box/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/combo_box/Cargo.toml b/examples/combo_box/Cargo.toml new file mode 100644 index 00000000..0f5ecf2a --- /dev/null +++ b/examples/combo_box/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "combo_box" +version = "0.1.0" +authors = ["Joao Freitas <jhff.15@gmail.com>"] +edition = "2021" +publish = false + +[dependencies] +iced.workspace = true +iced.features = ["debug"] |