diff options
| author | pml68 <contact@pml68.dev> | 2025-02-04 22:53:10 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-02-04 22:53:10 +0100 |
| commit | b9efff07ef381c690d47e0a9b89c90cccac633fe (patch) | |
| tree | 31b1c36a68787666ed66ffccc9350da2577583fb /Cargo.toml | |
| parent | docs: typo (diff) | |
| download | iced_custom_highlighter-b9efff07ef381c690d47e0a9b89c90cccac633fe.tar.gz | |
feat: remove `text_editor::Catalog` constraint, iced_widget dependency
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ keywords = ["gui", "ui", "graphics", "interface", "widgets"] rust-version = "1.80" [dependencies] -iced_widget = "0.13.4" +iced_core = "0.13.2" syntect = { version = "5.2", default-features = false, features = ["default-syntaxes", "regex-onig"] } [package.metadata.docs.rs] |
