From 563b8109f0cdadeeb6f6b12f49e93f591bf94e34 Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 14 Jan 2025 18:43:06 +0100 Subject: feat: add iced_custom_highlighter --- Cargo.lock | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index a638ff4..af254a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2003,6 +2003,7 @@ dependencies = [ "fxhash", "iced", "iced_anim", + "iced_custom_highlighter", "iced_drop", "iced_fontello", "rfd", @@ -2038,6 +2039,15 @@ dependencies = [ "web-time", ] +[[package]] +name = "iced_custom_highlighter" +version = "0.1.0" +source = "git+https://github.com/pml68/iced_custom_highlighter?branch=fix%2Ftemp-update-on-theme-changed#f780df7c0c65417731e9cd34143ae902796b7bbf" +dependencies = [ + "iced_widget", + "syntect", +] + [[package]] name = "iced_drop" version = "0.1.0" -- cgit v1.2.3