diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-10-20 13:35:38 +0200 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-10-20 13:36:22 +0200 |
| commit | 6107291a672ffc912d2cfae9ffa33dcfc7b50399 (patch) | |
| tree | a266c6d8f21490e4899fee905df1534a99068bd2 /Cargo.toml | |
| parent | ci(doc): build docs with (diff) | |
| download | iced_selection-6107291a672ffc912d2cfae9ffa33dcfc7b50399.tar.gz | |
feat: add `markdown` example
Diffstat (limited to '')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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] |
