From 7d3bacc69df0ba1151836c8da40bace5dfc5f037 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Sun, 19 Oct 2025 12:17:01 +0200 Subject: feat: add selectable `Rich` widget with an example --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ea35440..0576705 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,6 +19,7 @@ unicode-segmentation = "1.0" [dev-dependencies] iced = { git = "https://github.com/iced-rs/iced" } +open = "5.3" [package.metadata.docs.rs] rustdoc-args = ["--cfg", "docsrs"] -- cgit v1.2.3