aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-10-20 13:35:38 +0200
committerPolesznyák Márk <contact@pml68.dev>2025-10-20 13:36:22 +0200
commit6107291a672ffc912d2cfae9ffa33dcfc7b50399 (patch)
treea266c6d8f21490e4899fee905df1534a99068bd2 /Cargo.toml
parentci(doc): build docs with (diff)
downloadiced_selection-6107291a672ffc912d2cfae9ffa33dcfc7b50399.tar.gz
feat: add `markdown` example
Diffstat (limited to '')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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]