Glutin update: dependencies update

This commit is contained in:
Paul Rouget 2019-04-29 14:34:35 +02:00
parent 415b26e4f1
commit 30fb18e711
12 changed files with 507 additions and 306 deletions

View file

@ -15,7 +15,7 @@ app_units = "0.7"
cssparser = "0.25"
euclid = "0.19"
html5ever = "0.23"
parking_lot = "0.6"
parking_lot = "0.7"
rayon = "1"
serde_json = "1.0"
selectors = {path = "../../../components/selectors"}