mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +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
|
@ -24,6 +24,7 @@ ipc-channel = "0.7"
|
|||
layout_traits = {path = "../layout_traits"}
|
||||
log = "0.3.5"
|
||||
msg = {path = "../msg"}
|
||||
net = {path = "../net"}
|
||||
net_traits = {path = "../net_traits"}
|
||||
offscreen_gl_context = "0.8"
|
||||
profile_traits = {path = "../profile_traits"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue