mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Move PixelFormat to the pixels crate
This commit is contained in:
parent
faee0b2b0c
commit
2c0acf6b9b
14 changed files with 38 additions and 21 deletions
|
@ -44,8 +44,8 @@ use js::rust::wrappers::Construct1;
|
|||
use js::rust::HandleValue;
|
||||
use js::rust::Runtime;
|
||||
use msg::constellation_msg::PipelineId;
|
||||
use net_traits::image::base::PixelFormat;
|
||||
use net_traits::image_cache::ImageCache;
|
||||
use pixels::PixelFormat;
|
||||
use profile_traits::ipc;
|
||||
use script_traits::Painter;
|
||||
use script_traits::{DrawAPaintImageResult, PaintWorkletError};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue