mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +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
|
@ -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"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue