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.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1f97ff3..f83f3c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,6 +31,10 @@ rev = "d259ec4dff098852d995d3bcaa5551a88330636f" [target.'cfg(target_os = "macos")'.dependencies] xdg = "2.5.2" +[dependencies.iced_custom_highlighter] +git = "https://github.com/pml68/iced_custom_highlighter" +branch = "fix/temp-update-on-theme-changed" + [build-dependencies] iced_fontello = "0.13.1" -- cgit v1.2.3