mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Update image/png.
This commit is contained in:
parent
2059f117b4
commit
369a5c0370
10 changed files with 209 additions and 64 deletions
|
@ -37,7 +37,7 @@ use canvas_traits::webgl::{GLContextAttributes, WebGLVersion};
|
|||
use dom_struct::dom_struct;
|
||||
use euclid::default::{Rect, Size2D};
|
||||
use html5ever::{LocalName, Prefix};
|
||||
use image::png::PngEncoder;
|
||||
use image::codecs::png::PngEncoder;
|
||||
use image::ColorType;
|
||||
use ipc_channel::ipc::{self as ipcchan, IpcSharedMemory};
|
||||
use js::error::throw_type_error;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue