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