summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-02-13 01:18:18 +0100
committerHenry Gressmann <mail@henrygressmann.de>2024-02-13 01:18:18 +0100
commit6cf5448611bdf5956127f1fe6840891c50a6f3ae (patch)
treece332c2230e3c0b277dcca2d2e348fdd04ef2e95 /Cargo.toml
parent3d1a621dc52727629a798249c27beba2466719ea (diff)
fix: broken dependency on latest nightly
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
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 bbe7e57..7e85d93 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,3 +36,7 @@ opt-level=3
lto="thin"
codegen-units=1
debug=true
+
+[patch.crates-io]
+# https://github.com/servo/pathfinder/pull/548
+pathfinder_simd={git="https://github.com/servo/pathfinder", rev="e4fcda0d5259d0acf902aee6de7d2501f2bd6629"}