mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Move prepare_pixels helper functions to canvas_traits
This commit is contained in:
parent
86987ed75d
commit
adf363a208
12 changed files with 481 additions and 476 deletions
|
@ -14,14 +14,17 @@ path = "lib.rs"
|
|||
webgl_backtrace = []
|
||||
|
||||
[dependencies]
|
||||
byteorder = "1"
|
||||
cssparser = "0.25"
|
||||
euclid = "0.19"
|
||||
ipc-channel = "0.11"
|
||||
gleam = "0.6"
|
||||
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