mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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
|
@ -18,9 +18,10 @@ use gleam::gl::types::{GLint, GLsizei};
|
|||
use image::{DynamicImage, ImageFormat, RgbImage};
|
||||
use ipc_channel::ipc::{self, IpcSender, IpcSharedMemory};
|
||||
use ipc_channel::router::ROUTER;
|
||||
use msg::constellation_msg::{Image, PixelFormat, Key, KeyModifiers, KeyState};
|
||||
use msg::constellation_msg::{Key, KeyModifiers, KeyState};
|
||||
use msg::constellation_msg::{PipelineId, PipelineIndex, PipelineNamespaceId};
|
||||
use msg::constellation_msg::{TraversalDirection, WindowSizeType};
|
||||
use net_traits::image::base::{Image, PixelFormat};
|
||||
use profile_traits::mem::{self, Reporter, ReporterRequest};
|
||||
use profile_traits::time::{self, ProfilerCategory, profile};
|
||||
use script_traits::{AnimationState, AnimationTickType, ConstellationControlMsg};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue