From e0785135383fb0d4c03feb51bf5becdc680c87b2 Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 24 Dec 2024 15:34:50 +0100 Subject: feat: make Highlighter generic over any T that is text_editor::Catalog --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 035019e..ff99632 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["gui", "ui", "graphics", "interface", "widgets"] rust-version = "1.80" [dependencies] -iced_core = "0.13.2" +iced_widget = "0.13.4" once_cell = "1.0" syntect = "5.1" -- cgit v1.2.3