mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Move Image and PixelFormat to net_traits.
This commit is contained in:
parent
e3ebbd0fcd
commit
dce2872f45
14 changed files with 40 additions and 32 deletions
|
@ -2,9 +2,8 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use image::base::ImageMetadata;
|
||||
use image::base::{Image, ImageMetadata};
|
||||
use ipc_channel::ipc::{self, IpcSender};
|
||||
use msg::constellation_msg::Image;
|
||||
use std::sync::Arc;
|
||||
use url::Url;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue