Update app_units and webrender

This commit is contained in:
Simon Sapin 2017-12-07 17:49:06 +01:00
parent 0c13f14aaa
commit 76270ad6c1
11 changed files with 53 additions and 55 deletions

View file

@ -10,7 +10,7 @@ name = "servo_geometry"
path = "lib.rs"
[dependencies]
app_units = "0.5"
app_units = "0.6"
euclid = "0.15"
malloc_size_of = { path = "../malloc_size_of" }
malloc_size_of_derive = { path = "../malloc_size_of_derive" }

View file

@ -14,7 +14,7 @@ path = "lib.rs"
unstable = ["simd"]
[dependencies]
app_units = "0.5"
app_units = "0.6"
bitflags = "1.0"
euclid = "0.15"
fnv = "1.0"

View file

@ -10,7 +10,7 @@ name = "layout"
path = "lib.rs"
[dependencies]
app_units = "0.5"
app_units = "0.6"
atomic_refcell = "0.1"
bitflags = "1.0"
canvas_traits = {path = "../canvas_traits"}

View file

@ -13,7 +13,7 @@ path = "lib.rs"
unstable = ["parking_lot/nightly", "nonzero/unstable"]
[dependencies]
app_units = "0.5"
app_units = "0.6"
atomic_refcell = "0.1"
euclid = "0.15"
fnv = "1.0"

View file

@ -12,7 +12,7 @@ path = "lib.rs"
servo = ["mozjs", "string_cache", "url", "webrender_api", "xml5ever"]
[dependencies]
app_units = "0.5.5"
app_units = "0.6"
cssparser = "0.23.0"
euclid = "0.15"
hashglobe = { path = "../hashglobe" }

View file

@ -30,7 +30,7 @@ gecko-media = {git = "https://github.com/servo/gecko-media.git"}
tinyfiledialogs = "2.5.9"
[dependencies]
app_units = "0.5"
app_units = "0.6"
audio-video-metadata = "0.1.4"
base64 = "0.6"
bitflags = "1.0"

View file

@ -10,7 +10,7 @@ name = "script_layout_interface"
path = "lib.rs"
[dependencies]
app_units = "0.5"
app_units = "0.6"
atomic_refcell = "0.1"
canvas_traits = {path = "../canvas_traits"}
cssparser = "0.23.0"

View file

@ -25,7 +25,7 @@ servo = ["serde", "style_traits/servo", "servo_atoms", "servo_config", "html5eve
gecko_debug = ["nsstring/gecko_debug"]
[dependencies]
app_units = "0.5.5"
app_units = "0.6"
arrayvec = "0.4.6"
atomic_refcell = "0.1"
bitflags = "1.0"

View file

@ -14,7 +14,7 @@ servo = ["serde", "servo_atoms", "cssparser/serde", "webrender_api"]
gecko = []
[dependencies]
app_units = "0.5"
app_units = "0.6"
cssparser = "0.23.0"
bitflags = "1.0"
euclid = "0.15"