mirror of
https://github.com/servo/servo.git
synced 2025-09-27 15:20:09 +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
|
@ -36,6 +36,8 @@ packages = [
|
|||
"crossbeam-deque",
|
||||
"crossbeam-epoch",
|
||||
"crossbeam-utils",
|
||||
"gl_generator",
|
||||
"khronos_api",
|
||||
"log",
|
||||
# TODO: remove num-rational when https://github.com/PistonDevelopers/image/pull/809 is merged.
|
||||
"num-rational",
|
||||
|
@ -45,6 +47,7 @@ packages = [
|
|||
"syn",
|
||||
"unicase",
|
||||
"winapi",
|
||||
"xml-rs",
|
||||
]
|
||||
# Files that are ignored for all tidy and lint checks.
|
||||
files = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue