Move image cache implementation to the net crate

This commit is contained in:
Fernando Jiménez Moreno 2017-03-21 17:32:48 +01:00
parent 72d7ee613b
commit 166c4e8bb2
11 changed files with 580 additions and 534 deletions

1
Cargo.lock generated
View file

@ -450,6 +450,7 @@ dependencies = [
"layout_traits 0.0.1",
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
"msg 0.0.1",
"net 0.0.1",
"net_traits 0.0.1",
"offscreen_gl_context 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)",
"profile_traits 0.0.1",