mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Move image cache implementation to the net crate
This commit is contained in:
parent
72d7ee613b
commit
166c4e8bb2
11 changed files with 580 additions and 534 deletions
|
@ -15,7 +15,6 @@ extern crate heapsize_derive;
|
|||
extern crate hyper;
|
||||
extern crate hyper_serde;
|
||||
extern crate image as piston_image;
|
||||
extern crate immeta;
|
||||
extern crate ipc_channel;
|
||||
#[macro_use]
|
||||
extern crate lazy_static;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue