mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update image/png.
This commit is contained in:
parent
2059f117b4
commit
369a5c0370
10 changed files with 209 additions and 64 deletions
|
@ -58,7 +58,7 @@ headers = "0.3"
|
|||
html5ever = "0.26"
|
||||
http = "0.2"
|
||||
hyper_serde = "0.12"
|
||||
image = "0.23"
|
||||
image = "0.24"
|
||||
indexmap = { version = "1.0.2", features = ["std"] }
|
||||
ipc-channel = "0.14"
|
||||
itertools = "0.8"
|
||||
|
|
|
@ -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