aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/Cargo.toml
diff options
context:
space:
mode:
authorAnthony Ramine <nox@nox.paris>2019-11-29 09:28:44 +0100
committerSimon Sapin <simon.sapin@exyr.org>2019-12-01 10:56:33 +0100
commit5a360ac63d374023884289ca86b7c2390394c533 (patch)
treeddd0f62d6628b36f44d857be64bfa14e8ea1564d /components/layout_2020/Cargo.toml
parentf24e8d0557c6cb51fac0a5e8ff4046ec6a1717d3 (diff)
downloadservo-5a360ac63d374023884289ca86b7c2390394c533.tar.gz
servo-5a360ac63d374023884289ca86b7c2390394c533.zip
Start supporting images in layout 2020
Diffstat (limited to 'components/layout_2020/Cargo.toml')
-rw-r--r--components/layout_2020/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/layout_2020/Cargo.toml b/components/layout_2020/Cargo.toml
index 7bfe7cbea16..5a28da8d9ee 100644
--- a/components/layout_2020/Cargo.toml
+++ b/components/layout_2020/Cargo.toml
@@ -22,6 +22,7 @@ gfx_traits = {path = "../gfx_traits"}
ipc-channel = "0.12"
libc = "0.2"
msg = {path = "../msg"}
+net_traits = {path = "../net_traits"}
range = {path = "../range"}
rayon = "1"
rayon_croissant = "0.1.1"