summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-09-21 06:05:46 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-09-21 06:05:46 +0200
commit25d47c3238ce23854e2c78e2bd9ad2b1f4b326b3 (patch)
tree6c2cc193b3ce63087f7c87ab8f2f5c7daf18ac33 /Cargo.toml
parent29fb4eab878a7ba399cae6ab1ec18a71e369ee59 (diff)
downloadiced-25d47c3238ce23854e2c78e2bd9ad2b1f4b326b3.tar.gz
iced-25d47c3238ce23854e2c78e2bd9ad2b1f4b326b3.tar.bz2
iced-25d47c3238ce23854e2c78e2bd9ad2b1f4b326b3.zip
Remove `rangemap` patch in `Cargo.toml`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8899fa67..77d4c647 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -163,7 +163,3 @@ winit = { git = "https://github.com/iced-rs/winit.git", rev = "c52db2045d0a2f1b8
[patch.crates-io.cosmic-text]
git = "https://github.com/hecrj/cosmic-text.git"
branch = "respect-fontconfig-aliases"
-
-[patch.crates-io.rangemap]
-git = "https://github.com/hecrj/rangemap.git"
-branch = "fix/partial-eq"