diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-12-08 20:40:10 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2026-02-05 14:43:01 +0100 |
| commit | 89fa86ab5bcfbca2f5e255fdb267a8ea9283d615 (patch) | |
| tree | 65307f801ed610a64d2bbc9f3a42511f6c630652 /Cargo.toml | |
| parent | docs: update changelog (diff) | |
| download | iced_selection-89fa86ab5bcfbca2f5e255fdb267a8ea9283d615.tar.gz | |
feat: prepare for release0.14
Diffstat (limited to '')
| -rw-r--r-- | Cargo.toml | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -8,10 +8,18 @@ license = "MIT" readme = "README.md" homepage = "https://sr.ht/~pml68/iced_selection" repository = "https://git.sr.ht/~pml68/iced_selection" -documentation = "https://iced-selection.pml68.dev" categories = ["gui"] keywords = ["gui", "ui", "graphics", "interface", "widgets"] rust-version = "1.88" +exclude = [ + ".cargo/config.toml", + ".builds/*", + "docs/*", + ".gitignore", + ".gitattributes", + "examples", + "rustfmt.toml", +] [features] default = [] @@ -22,9 +30,10 @@ iced_widget.workspace = true unicode-segmentation.workspace = true [workspace.dependencies] -iced_widget = { git = "https://github.com/iced-rs/iced", branch = "master" } +iced_widget = "0.14" unicode-segmentation = "1.0" -iced = { git = "https://github.com/iced-rs/iced", branch = "master" } + +iced = "0.14" open = "5.3" [workspace] |
