aboutsummaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorpylbrecht <palbrecht@mailbox.org>2019-05-14 16:54:53 +0200
committerJosh Matthews <josh@joshmatthews.net>2019-05-31 15:55:14 -0400
commitd1397c0b2032b51f6800f4fa0fede8faf5006ff6 (patch)
tree97008219dd676a63af6bd58e281f025c1bd15dc6 /components
parente3dc86bd8acc9adb41dde3ed996e34a7f19e45dd (diff)
downloadservo-d1397c0b2032b51f6800f4fa0fede8faf5006ff6.tar.gz
servo-d1397c0b2032b51f6800f4fa0fede8faf5006ff6.zip
Add raqote to canvas' dependencies
Diffstat (limited to 'components')
-rw-r--r--components/canvas/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/canvas/Cargo.toml b/components/canvas/Cargo.toml
index 20fa3300aae..c91302f02b3 100644
--- a/components/canvas/Cargo.toml
+++ b/components/canvas/Cargo.toml
@@ -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"}