aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"