diff options
| author | pml68 <contact@pml68.dev> | 2025-05-07 16:25:20 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-05-07 16:26:11 +0200 |
| commit | c14309113052ec2592b4c79435b12f02e9a79042 (patch) | |
| tree | 4362fc9b85f456281abd5764aee4504d1ae1eff8 /Cargo.toml | |
| parent | feat: switch from specific ref to master branch (diff) | |
| download | iced_custom_highlighter-c14309113052ec2592b4c79435b12f02e9a79042.tar.gz | |
feat: switch from `onig` to `fancy`
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |
