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

@ -14,17 +14,14 @@ path = "lib.rs"
webgl_backtrace = []
[dependencies]
byteorder = "1"
cssparser = "0.25"
euclid = "0.19"
ipc-channel = "0.11"
gleam = "0.6.7"
half = "1"
lazy_static = "1"
malloc_size_of = { path = "../malloc_size_of" }
malloc_size_of_derive = { path = "../malloc_size_of_derive" }
offscreen_gl_context = {version = "0.21", features = ["serde"]}
pixels = {path = "../pixels"}
serde = "1.0"
serde_bytes = "0.10"
servo_config = {path = "../config"}