aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2024-12-24 15:34:50 +0100
committerpml68 <contact@pml68.dev>2024-12-24 15:34:50 +0100
commite0785135383fb0d4c03feb51bf5becdc680c87b2 (patch)
treef4fef3b8794dfe7059fd22087587922d73e36aaf /Cargo.toml
parentfeat: initial commit (diff)
downloadiced_custom_highlighter-e0785135383fb0d4c03feb51bf5becdc680c87b2.tar.gz
feat: make Highlighter generic over any T that is text_editor::Catalog
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"