aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-05-07 16:25:20 +0200
committerpml68 <contact@pml68.dev>2025-05-07 16:26:11 +0200
commitc14309113052ec2592b4c79435b12f02e9a79042 (patch)
tree4362fc9b85f456281abd5764aee4504d1ae1eff8 /Cargo.toml
parentfeat: switch from specific ref to master branch (diff)
downloadiced_custom_highlighter-c14309113052ec2592b4c79435b12f02e9a79042.tar.gz
feat: switch from `onig` to `fancy`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 197c876..1befc70 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,8 +11,8 @@ keywords = ["gui", "ui", "graphics", "interface", "widgets"]
rust-version = "1.80"
[dependencies]
-syntect = { version = "5.2", default-features = false, features = ["regex-onig"] }
-two-face = "0.4.3"
+syntect = { version = "5.2", default-features = false, features = ["regex-fancy"] }
+two-face = { version = "0.4.3", default-features = false, features = ["syntect-fancy"] }
[dependencies.iced_core]
git = "https://github.com/pml68/iced"