diff options
| author | pml68 <contact@pml68.dev> | 2025-07-23 01:33:32 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-07-23 01:44:48 +0200 |
| commit | ac6a60347a2d044926ec200665cea430f12b34fe (patch) | |
| tree | 662da341972abb5134e9ab6f03d5956548288f01 /Cargo.toml | |
| parent | style: organize imports (diff) | |
| download | iced_dialog-ac6a60347a2d044926ec200665cea430f12b34fe.tar.gz | |
ci: add unit test(s) for `save` example
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -16,7 +16,7 @@ exclude = [ ".github/*", ".gitignore", "examples/*", - "rustfmt.toml" + "rustfmt.toml", ] [dependencies] @@ -25,6 +25,7 @@ iced_core = { version = "0.14.0-dev", features = ["advanced"] } [dev-dependencies] iced = "0.14.0-dev" +iced_test = "0.14.0-dev" [[example]] name = "save" @@ -60,3 +61,4 @@ broken_intra_doc_links = "forbid" iced_widget = { git = "https://github.com/iced-rs/iced", branch = "master" } iced_core = { git = "https://github.com/iced-rs/iced", branch = "master" } iced = { git = "https://github.com/iced-rs/iced", branch = "master" } +iced_test = { git = "https://github.com/iced-rs/iced", branch = "master" } |
