diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2019-10-15 17:52:51 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2019-10-24 10:44:31 +0200 |
commit | cfc3ffcd545a18806674cf3bb1e3ddcffff3d89e (patch) | |
tree | 139b37dc348c1a4c4231210611164d9039929e22 /components/layout_2020/Cargo.toml | |
parent | 4e8eeda976f1475b11b1630854a01046d51e3c44 (diff) | |
download | servo-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.toml | 1 |
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" |