diff options
| author | pml68 <contact@pml68.dev> | 2025-02-21 17:28:10 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-02-21 17:28:17 +0100 |
| commit | 0395dcc2181a5bf0fc68907e28bb83b57b63dfa7 (patch) | |
| tree | 15e0d42cfd6ef2a8a3b664ad8605f3181c9b7a47 /Cargo.toml | |
| parent | feat: remove `text_editor::Catalog` constraint, iced_widget dependency (diff) | |
| download | iced_custom_highlighter-0395dcc2181a5bf0fc68907e28bb83b57b63dfa7.tar.gz | |
chore: update to `iced` 0.14-dev
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -11,9 +11,12 @@ keywords = ["gui", "ui", "graphics", "interface", "widgets"] rust-version = "1.80" [dependencies] -iced_core = "0.13.2" syntect = { version = "5.2", default-features = false, features = ["default-syntaxes", "regex-onig"] } +[dependencies.iced_core] +git = "https://github.com/iced-rs/iced" +rev = "97f1db3783dca5a4f60a9f89668613de4dfe9edd" + [package.metadata.docs.rs] rustdoc-args = ["--cfg", "docsrs"] all-features = true |
