summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-01-14 18:43:06 +0100
committerpml68 <contact@pml68.dev>2025-01-14 18:43:06 +0100
commit563b8109f0cdadeeb6f6b12f49e93f591bf94e34 (patch)
treeb371ac3bb98181d8abd6d210057b7f7bc5959699 /Cargo.lock
parentfeat: add `-V` and `--version` flags (diff)
downloadiced-builder-563b8109f0cdadeeb6f6b12f49e93f591bf94e34.tar.gz
feat: add iced_custom_highlighter
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 10 insertions, 0 deletions
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",
@@ -2039,6 +2040,15 @@ dependencies = [
]
[[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"
source = "git+https://github.com/jhannyj/iced_drop?rev=d259ec4dff098852d995d3bcaa5551a88330636f#d259ec4dff098852d995d3bcaa5551a88330636f"