aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-02-21 17:28:10 +0100
committerpml68 <contact@pml68.dev>2025-02-21 17:28:17 +0100
commit0395dcc2181a5bf0fc68907e28bb83b57b63dfa7 (patch)
tree15e0d42cfd6ef2a8a3b664ad8605f3181c9b7a47 /Cargo.toml
parentfeat: remove `text_editor::Catalog` constraint, iced_widget dependency (diff)
downloadiced_custom_highlighter-0395dcc2181a5bf0fc68907e28bb83b57b63dfa7.tar.gz
chore: update to `iced` 0.14-dev
Diffstat (limited to '')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 97cd61e..4d1780c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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