aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-02-26 23:18:36 +0100
committerpml68 <contact@pml68.dev>2025-02-26 23:55:54 +0100
commit1e632cd6ccb2600938e29fc628232d2dd2128c99 (patch)
treeaf794672f76d360de6c49e541457f5d8ed9b0c71
parentchore: update to `iced` 0.14-dev (diff)
downloadiced_custom_highlighter-1e632cd6ccb2600938e29fc628232d2dd2128c99.tar.gz
feat: switch to personal `iced` fork (should be temporary)
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml4
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0252792..342dec0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",
diff --git a/Cargo.toml b/Cargo.toml
index 4d1780c..24773ce 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"]