mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Bump euclid to 0.17
This commit is contained in:
parent
6fbf2c1e3c
commit
c28dcbc3e5
23 changed files with 73 additions and 73 deletions
|
@ -14,13 +14,13 @@ azure = {git = "https://github.com/servo/rust-azure"}
|
|||
canvas_traits = {path = "../canvas_traits"}
|
||||
compositing = {path = "../compositing"}
|
||||
cssparser = "0.23.0"
|
||||
euclid = "0.16"
|
||||
euclid = "0.17"
|
||||
fnv = "1.0"
|
||||
gleam = "0.4"
|
||||
ipc-channel = "0.9"
|
||||
log = "0.3.5"
|
||||
num-traits = "0.1.32"
|
||||
offscreen_gl_context = { version = "0.14", features = ["serde", "osmesa"] }
|
||||
offscreen_gl_context = { version = "0.15", features = ["serde", "osmesa"] }
|
||||
servo_config = {path = "../config"}
|
||||
webrender = {git = "https://github.com/servo/webrender"}
|
||||
webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
|
||||
|
|
|
@ -11,13 +11,13 @@ path = "lib.rs"
|
|||
|
||||
[dependencies]
|
||||
cssparser = "0.23.0"
|
||||
euclid = "0.16"
|
||||
euclid = "0.17"
|
||||
ipc-channel = "0.9"
|
||||
lazy_static = "1"
|
||||
malloc_size_of = { path = "../malloc_size_of" }
|
||||
malloc_size_of_derive = { path = "../malloc_size_of_derive" }
|
||||
nonzero = {path = "../nonzero"}
|
||||
offscreen_gl_context = { version = "0.14", features = ["serde"] }
|
||||
offscreen_gl_context = { version = "0.15", features = ["serde"] }
|
||||
serde = "1.0"
|
||||
servo_config = {path = "../config"}
|
||||
webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
|
||||
|
|
|
@ -10,7 +10,7 @@ name = "compositing"
|
|||
path = "lib.rs"
|
||||
|
||||
[dependencies]
|
||||
euclid = "0.16"
|
||||
euclid = "0.17"
|
||||
gfx_traits = {path = "../gfx_traits"}
|
||||
gleam = "0.4"
|
||||
image = "0.17"
|
||||
|
|
|
@ -12,7 +12,7 @@ test = false
|
|||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
euclid = "0.16"
|
||||
euclid = "0.17"
|
||||
getopts = "0.2.11"
|
||||
lazy_static = "1"
|
||||
log = "0.3.5"
|
||||
|
|
|
@ -18,7 +18,7 @@ canvas_traits = {path = "../canvas_traits"}
|
|||
compositing = {path = "../compositing"}
|
||||
debugger = {path = "../debugger"}
|
||||
devtools_traits = {path = "../devtools_traits"}
|
||||
euclid = "0.16"
|
||||
euclid = "0.17"
|
||||
gfx = {path = "../gfx"}
|
||||
gfx_traits = {path = "../gfx_traits"}
|
||||
hyper = "0.10"
|
||||
|
|
|
@ -11,7 +11,7 @@ path = "lib.rs"
|
|||
|
||||
[dependencies]
|
||||
app_units = "0.6"
|
||||
euclid = "0.16"
|
||||
euclid = "0.17"
|
||||
malloc_size_of = { path = "../malloc_size_of" }
|
||||
malloc_size_of_derive = { path = "../malloc_size_of_derive" }
|
||||
webrender_api = { git = "https://github.com/servo/webrender" }
|
||||
|
|
|
@ -18,7 +18,7 @@ unstable = ["simd"]
|
|||
[dependencies]
|
||||
app_units = "0.6"
|
||||
bitflags = "1.0"
|
||||
euclid = "0.16"
|
||||
euclid = "0.17"
|
||||
fnv = "1.0"
|
||||
fontsan = {git = "https://github.com/servo/fontsan"}
|
||||
gfx_traits = {path = "../gfx_traits"}
|
||||
|
|
|
@ -16,7 +16,7 @@ app_units = "0.6.1"
|
|||
atomic_refcell = "0.1"
|
||||
bitflags = "1.0"
|
||||
canvas_traits = {path = "../canvas_traits"}
|
||||
euclid = "0.16.4"
|
||||
euclid = "0.17"
|
||||
fnv = "1.0"
|
||||
gfx = {path = "../gfx"}
|
||||
gfx_traits = {path = "../gfx_traits"}
|
||||
|
|
|
@ -15,7 +15,7 @@ unstable = ["parking_lot/nightly"]
|
|||
[dependencies]
|
||||
app_units = "0.6"
|
||||
atomic_refcell = "0.1"
|
||||
euclid = "0.16"
|
||||
euclid = "0.17"
|
||||
fnv = "1.0"
|
||||
gfx = {path = "../gfx"}
|
||||
gfx_traits = {path = "../gfx_traits"}
|
||||
|
|
|
@ -14,7 +14,7 @@ servo = ["mozjs", "string_cache", "url", "webrender_api", "xml5ever"]
|
|||
[dependencies]
|
||||
app_units = "0.6"
|
||||
cssparser = "0.23.0"
|
||||
euclid = "0.16"
|
||||
euclid = "0.17"
|
||||
hashglobe = { path = "../hashglobe" }
|
||||
mozjs = { version = "0.1.8", features = ["promises"], optional = true }
|
||||
selectors = { path = "../selectors" }
|
||||
|
|
|
@ -43,7 +43,7 @@ devtools_traits = {path = "../devtools_traits"}
|
|||
dom_struct = {path = "../dom_struct"}
|
||||
domobject_derive = {path = "../domobject_derive"}
|
||||
encoding_rs = "0.7"
|
||||
euclid = "0.16"
|
||||
euclid = "0.17"
|
||||
fnv = "1.0"
|
||||
gleam = "0.4"
|
||||
half = "1.0"
|
||||
|
@ -66,7 +66,7 @@ mozjs = { version = "0.1.10", features = ["promises"]}
|
|||
msg = {path = "../msg"}
|
||||
net_traits = {path = "../net_traits"}
|
||||
num-traits = "0.1.32"
|
||||
offscreen_gl_context = { version = "0.14", features = ["serde"] }
|
||||
offscreen_gl_context = { version = "0.15", features = ["serde"] }
|
||||
parking_lot = "0.4"
|
||||
phf = "0.7.18"
|
||||
profile_traits = {path = "../profile_traits"}
|
||||
|
|
|
@ -14,7 +14,7 @@ app_units = "0.6"
|
|||
atomic_refcell = "0.1"
|
||||
canvas_traits = {path = "../canvas_traits"}
|
||||
cssparser = "0.23.0"
|
||||
euclid = "0.16"
|
||||
euclid = "0.17"
|
||||
gfx_traits = {path = "../gfx_traits"}
|
||||
html5ever = "0.22"
|
||||
ipc-channel = "0.9"
|
||||
|
|
|
@ -14,7 +14,7 @@ bluetooth_traits = {path = "../bluetooth_traits"}
|
|||
canvas_traits = {path = "../canvas_traits"}
|
||||
cookie = "0.10"
|
||||
devtools_traits = {path = "../devtools_traits"}
|
||||
euclid = "0.16"
|
||||
euclid = "0.17"
|
||||
gfx_traits = {path = "../gfx_traits"}
|
||||
hyper = "0.10"
|
||||
hyper_serde = "0.8"
|
||||
|
|
|
@ -37,7 +37,7 @@ debugger = {path = "../debugger"}
|
|||
devtools = {path = "../devtools"}
|
||||
devtools_traits = {path = "../devtools_traits"}
|
||||
env_logger = "0.4"
|
||||
euclid = "0.16"
|
||||
euclid = "0.17"
|
||||
gfx = {path = "../gfx"}
|
||||
gleam = "0.4"
|
||||
ipc-channel = "0.9"
|
||||
|
|
|
@ -34,7 +34,7 @@ cfg-if = "0.1.0"
|
|||
cssparser = "0.23.0"
|
||||
debug_unreachable = "0.1.1"
|
||||
encoding_rs = {version = "0.7", optional = true}
|
||||
euclid = "0.16"
|
||||
euclid = "0.17"
|
||||
fallible = { path = "../fallible" }
|
||||
fnv = "1.0"
|
||||
hashglobe = { path = "../hashglobe" }
|
||||
|
|
|
@ -17,7 +17,7 @@ gecko = []
|
|||
app_units = "0.6"
|
||||
cssparser = "0.23.0"
|
||||
bitflags = "1.0"
|
||||
euclid = "0.16"
|
||||
euclid = "0.17"
|
||||
malloc_size_of = { path = "../malloc_size_of" }
|
||||
malloc_size_of_derive = { path = "../malloc_size_of_derive" }
|
||||
selectors = { path = "../selectors" }
|
||||
|
|
|
@ -12,7 +12,7 @@ path = "lib.rs"
|
|||
[dependencies]
|
||||
base64 = "0.6"
|
||||
cookie = "0.10"
|
||||
euclid = "0.16"
|
||||
euclid = "0.17"
|
||||
hyper = "0.10"
|
||||
image = "0.17"
|
||||
ipc-channel = "0.9"
|
||||
|
|
|
@ -15,7 +15,7 @@ oculusvr = ['rust-webvr/oculusvr']
|
|||
|
||||
[dependencies]
|
||||
canvas_traits = {path = "../canvas_traits"}
|
||||
euclid = "0.16"
|
||||
euclid = "0.17"
|
||||
ipc-channel = "0.9"
|
||||
log = "0.3"
|
||||
msg = {path = "../msg"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue