aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a7bbeab..eec44a8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,6 +22,10 @@ two-face = { version = "0.4", default-features = false, features = [
git = "https://github.com/pml68/iced"
branch = "feat/rehighlight-on-redraw"
+[dev-dependencies.iced]
+git = "https://github.com/pml68/iced"
+branch = "feat/rehighlight-on-redraw"
+
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]
all-features = true