From 5a0cee3ff53a601caa89341901b142bc9de0f963 Mon Sep 17 00:00:00 2001 From: pml68 Date: Fri, 28 Feb 2025 00:23:31 +0100 Subject: feat: add extra syntaxes with `two-face` --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3