Remove partialeq for layers (#230)

# Conflicts:
#	Cargo.lock
#	core/document/Cargo.toml
This commit is contained in:
0HyperCube
2021-06-29 21:06:37 +01:00
committed by Keavon Chambers
parent 0692bc8727
commit ece23e7c5f
10 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -10,6 +10,6 @@ license = "Apache-2.0"
[dependencies]
log = "0.4"
kurbo = {git="https://github.com/linebender/kurbo.git"}
kurbo = "0.8"
serde = { version = "1.0", features = ["derive"] }
glam = "0.16"