From c14309113052ec2592b4c79435b12f02e9a79042 Mon Sep 17 00:00:00 2001 From: pml68 Date: Wed, 7 May 2025 16:25:20 +0200 Subject: feat: switch from `onig` to `fancy` --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3