mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Move prepare_pixels to the canvas thread
Nothing else uses it in the whole crate graph.
This commit is contained in:
parent
ca62b5c318
commit
87c849c0d6
5 changed files with 331 additions and 333 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue