From b9efff07ef381c690d47e0a9b89c90cccac633fe Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 4 Feb 2025 22:53:10 +0100 Subject: feat: remove `text_editor::Catalog` constraint, iced_widget dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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] -- cgit v1.2.3