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 | |
| 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)
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -117,7 +117,7 @@ checksum = "151665d9be52f9bb40fc7966565d39666f2d1e69233571b71b87791c7e0528b3" [[package]] name = "iced_core" version = "0.14.0-dev" -source = "git+https://github.com/iced-rs/iced?rev=97f1db3783dca5a4f60a9f89668613de4dfe9edd#97f1db3783dca5a4f60a9f89668613de4dfe9edd" +source = "git+https://github.com/pml68/iced?rev=d49a70eaea0803b9a4843b37e870f44b652ed6df#d49a70eaea0803b9a4843b37e870f44b652ed6df" dependencies = [ "bitflags 2.8.0", "bytes", @@ -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"] |
