Add raqote to canvas' dependencies

This commit is contained in:
pylbrecht 2019-05-14 16:54:53 +02:00 committed by Josh Matthews
parent e3dc86bd8a
commit d1397c0b20
2 changed files with 156 additions and 37 deletions

View file

@ -27,6 +27,7 @@ ipc-channel = "0.11"
log = "0.4"
num-traits = "0.2"
offscreen_gl_context = {version = "0.22", features = ["serde", "osmesa"]}
raqote = {git = "https://github.com/jrmuizel/raqote"}
pixels = {path = "../pixels"}
serde_bytes = "0.10"
servo_config = {path = "../config"}