aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-02-28 00:23:31 +0100
committerpml68 <contact@pml68.dev>2025-02-28 00:23:31 +0100
commit5a0cee3ff53a601caa89341901b142bc9de0f963 (patch)
tree74c1c312850376a8a43410b0785b98145663b16a /Cargo.toml
parentfeat: add `Stream` highlighter from upstream (diff)
downloadiced_custom_highlighter-5a0cee3ff53a601caa89341901b142bc9de0f963.tar.gz
feat: add extra syntaxes with `two-face`
Diffstat (limited to '')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5524086..eb7f89f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,8 @@ keywords = ["gui", "ui", "graphics", "interface", "widgets"]
rust-version = "1.80"
[dependencies]
-syntect = { version = "5.2", default-features = false, features = ["default-syntaxes", "regex-onig"] }
+syntect = { version = "5.2", default-features = false, features = ["regex-onig"] }
+two-face = "0.4.3"
[dependencies.iced_core]
git = "https://github.com/pml68/iced"