Remove partialeq for layers (#230)

This commit is contained in:
0HyperCube
2021-06-29 21:06:37 +01:00
committed by GitHub
parent 3ba570fa68
commit 69a446091f
10 changed files with 12 additions and 13 deletions
Generated
+2 -1
View File
@@ -119,7 +119,8 @@ dependencies = [
[[package]]
name = "kurbo"
version = "0.8.1"
source = "git+https://github.com/GraphiteEditor/kurbo.git?branch=bezpath-partial-eq#3f86bda9ba77d3b1279612bc5779e425f2d8714d"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e30b1df631d23875f230ed3ddd1a88c231f269a04b2044eb6ca87e763b5f4c42"
dependencies = [
"arrayvec",
]