diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-11-21 11:48:57 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-11-21 11:48:57 +0100 |
| commit | 3b528bdb7070522212e2a2c504d6361df76ed582 (patch) | |
| tree | 3d69f0bd0676a986d3dd10bcfe2664518b349ec8 | |
| parent | chore: update mailing list address (diff) | |
| download | iced_custom_highlighter-3b528bdb7070522212e2a2c504d6361df76ed582.tar.gz | |
feat: switch to iced upstream
| -rw-r--r-- | Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -11,7 +11,7 @@ keywords = ["gui", "ui", "graphics", "interface", "widgets"] rust-version = "1.88" [dependencies] -syntect = { version = "5.2", default-features = false, features = [ +syntect = { version = "5.3", default-features = false, features = [ "regex-fancy", ] } two-face = { version = "0.4", default-features = false, features = [ @@ -19,12 +19,12 @@ two-face = { version = "0.4", default-features = false, features = [ ] } [dependencies.iced_core] -git = "https://github.com/pml68/iced" -branch = "feat/rehighlight-on-redraw" +git = "https://github.com/iced-rs/iced" +branch = "master" [dev-dependencies.iced] -git = "https://github.com/pml68/iced" -branch = "feat/rehighlight-on-redraw" +git = "https://github.com/iced-rs/iced" +branch = "master" [package.metadata.docs.rs] rustdoc-args = ["--cfg", "docsrs"] |
