From ac6a60347a2d044926ec200665cea430f12b34fe Mon Sep 17 00:00:00 2001 From: pml68 Date: Wed, 23 Jul 2025 01:33:32 +0200 Subject: ci: add unit test(s) for `save` example --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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" } -- cgit v1.2.3