aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-02-04 22:53:10 +0100
committerpml68 <contact@pml68.dev>2025-02-04 22:53:10 +0100
commitb9efff07ef381c690d47e0a9b89c90cccac633fe (patch)
tree31b1c36a68787666ed66ffccc9350da2577583fb /Cargo.toml
parentdocs: typo (diff)
downloadiced_custom_highlighter-b9efff07ef381c690d47e0a9b89c90cccac633fe.tar.gz
feat: remove `text_editor::Catalog` constraint, iced_widget dependency
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 40ac890..97cd61e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ keywords = ["gui", "ui", "graphics", "interface", "widgets"]
rust-version = "1.80"
[dependencies]
-iced_widget = "0.13.4"
+iced_core = "0.13.2"
syntect = { version = "5.2", default-features = false, features = ["default-syntaxes", "regex-onig"] }
[package.metadata.docs.rs]