diff options
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] |
