aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/Cargo.toml
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2019-10-15 17:52:51 +0200
committerSimon Sapin <simon.sapin@exyr.org>2019-10-24 10:44:31 +0200
commitcfc3ffcd545a18806674cf3bb1e3ddcffff3d89e (patch)
tree139b37dc348c1a4c4231210611164d9039929e22 /components/layout_2020/Cargo.toml
parent4e8eeda976f1475b11b1630854a01046d51e3c44 (diff)
downloadservo-cfc3ffcd545a18806674cf3bb1e3ddcffff3d89e.tar.gz
servo-cfc3ffcd545a18806674cf3bb1e3ddcffff3d89e.zip
2020: paint background-color
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 cacece15eb5..69b0bea014e 100644
--- a/components/layout_2020/Cargo.toml
+++ b/components/layout_2020/Cargo.toml
@@ -15,6 +15,7 @@ doctest = false
[dependencies]
app_units = "0.7"
atomic_refcell = "0.1"
+cssparser = "0.27"
euclid = "0.20"
gfx = {path = "../gfx"}
ipc-channel = "0.12"