diff options
| author | pml68 <contact@pml68.dev> | 2025-02-26 23:18:36 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-02-26 23:55:54 +0100 |
| commit | 1e632cd6ccb2600938e29fc628232d2dd2128c99 (patch) | |
| tree | af794672f76d360de6c49e541457f5d8ed9b0c71 /Cargo.toml | |
| parent | chore: update to `iced` 0.14-dev (diff) | |
| download | iced_custom_highlighter-1e632cd6ccb2600938e29fc628232d2dd2128c99.tar.gz | |
feat: switch to personal `iced` fork (should be temporary)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,8 +14,8 @@ rust-version = "1.80" syntect = { version = "5.2", default-features = false, features = ["default-syntaxes", "regex-onig"] } [dependencies.iced_core] -git = "https://github.com/iced-rs/iced" -rev = "97f1db3783dca5a4f60a9f89668613de4dfe9edd" +git = "https://github.com/pml68/iced" +rev = "d49a70eaea0803b9a4843b37e870f44b652ed6df" [package.metadata.docs.rs] rustdoc-args = ["--cfg", "docsrs"] |
