From 6107291a672ffc912d2cfae9ffa33dcfc7b50399 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Mon, 20 Oct 2025 13:35:38 +0200 Subject: feat: add `markdown` example --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a2c7a29..396241e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,9 +22,9 @@ iced_widget.workspace = true unicode-segmentation.workspace = true [workspace.dependencies] -iced_widget = { git = "https://github.com/iced-rs/iced" } +iced_widget = { git = "https://github.com/iced-rs/iced", branch = "master" } unicode-segmentation = "1.0" -iced = { git = "https://github.com/iced-rs/iced" } +iced = { git = "https://github.com/iced-rs/iced", branch = "master" } open = "5.3" [workspace] -- cgit v1.2.3