Use euclid from github

This commit is contained in:
2020-06-23 20:29:03 +02:00
parent c3cfb0bf5c
commit 1b32e76a55
+4 -1
View File
@@ -15,7 +15,10 @@ edition = "2018"
[dependencies] [dependencies]
euclid = "0.20.11"
thiserror = "1.0" thiserror = "1.0"
[dependencies.euclid]
git = "https://github.com/servo/euclid.git"
rev = "1a8b95d46fa33978f7a6dcbb7a4c0f2a0550a1c9"
[dev-dependencies] [dev-dependencies]