aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-07-23 01:33:32 +0200
committerpml68 <contact@pml68.dev>2025-07-23 01:44:48 +0200
commitac6a60347a2d044926ec200665cea430f12b34fe (patch)
tree662da341972abb5134e9ab6f03d5956548288f01 /Cargo.toml
parentstyle: organize imports (diff)
downloadiced_dialog-ac6a60347a2d044926ec200665cea430f12b34fe.tar.gz
ci: add unit test(s) for `save` example
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 050a263..56b8c41 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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" }