Move prepare_pixels to the canvas thread

Nothing else uses it in the whole crate graph.
This commit is contained in:
Anthony Ramine 2018-11-17 16:41:53 +01:00
parent ca62b5c318
commit 87c849c0d6
5 changed files with 331 additions and 333 deletions

View file

@ -15,12 +15,14 @@ webgl_backtrace = ["canvas_traits/webgl_backtrace"]
[dependencies]
azure = {git = "https://github.com/servo/rust-azure"}
byteorder = "1"
canvas_traits = {path = "../canvas_traits"}
compositing = {path = "../compositing"}
cssparser = "0.25"
euclid = "0.19"
fnv = "1.0"
gleam = "0.6.4"
half = "1"
ipc-channel = "0.11"
log = "0.4"
num-traits = "0.2"