|
|
|
@ -90,14 +90,14 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "azure"
|
|
|
|
|
version = "0.25.0"
|
|
|
|
|
source = "git+https://github.com/servo/rust-azure#78f3850ab31c2178d493c1f0fb47fb3d22484a0e"
|
|
|
|
|
version = "0.27.0"
|
|
|
|
|
source = "git+https://github.com/servo/rust-azure#46a9c9c6279ba46354b48f6fc849ee20624cbf90"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cmake 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.16.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"servo-freetype-sys 4.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"servo-skia 0.30000010.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"servo-skia 0.30000012.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -270,17 +270,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
name = "canvas"
|
|
|
|
|
version = "0.0.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"azure 0.25.0 (git+https://github.com/servo/rust-azure)",
|
|
|
|
|
"azure 0.27.0 (git+https://github.com/servo/rust-azure)",
|
|
|
|
|
"canvas_traits 0.0.1",
|
|
|
|
|
"compositing 0.0.1",
|
|
|
|
|
"cssparser 0.23.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.16.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gleam 0.4.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ipc-channel 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"offscreen_gl_context 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"offscreen_gl_context 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"servo_config 0.0.1",
|
|
|
|
|
"webrender 0.57.0 (git+https://github.com/servo/webrender)",
|
|
|
|
|
"webrender_api 0.57.0 (git+https://github.com/servo/webrender)",
|
|
|
|
@ -291,13 +291,13 @@ name = "canvas_traits"
|
|
|
|
|
version = "0.0.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cssparser 0.23.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.16.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ipc-channel 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"malloc_size_of 0.0.1",
|
|
|
|
|
"malloc_size_of_derive 0.0.1",
|
|
|
|
|
"nonzero 0.0.1",
|
|
|
|
|
"offscreen_gl_context 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"offscreen_gl_context 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"servo_config 0.0.1",
|
|
|
|
|
"webrender_api 0.57.0 (git+https://github.com/servo/webrender)",
|
|
|
|
@ -421,7 +421,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
name = "compositing"
|
|
|
|
|
version = "0.0.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"euclid 0.16.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gfx_traits 0.0.1",
|
|
|
|
|
"gleam 0.4.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"image 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -454,7 +454,7 @@ dependencies = [
|
|
|
|
|
"compositing 0.0.1",
|
|
|
|
|
"debugger 0.0.1",
|
|
|
|
|
"devtools_traits 0.0.1",
|
|
|
|
|
"euclid 0.16.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gaol 0.0.1 (git+https://github.com/servo/gaol)",
|
|
|
|
|
"gfx 0.0.1",
|
|
|
|
|
"gfx_traits 0.0.1",
|
|
|
|
@ -853,7 +853,7 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "euclid"
|
|
|
|
|
version = "0.16.4"
|
|
|
|
|
version = "0.17.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -1000,7 +1000,7 @@ dependencies = [
|
|
|
|
|
"core-graphics 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"core-text 9.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"dwrote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.16.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"fontsan 0.4.0 (git+https://github.com/servo/fontsan)",
|
|
|
|
|
"freetype 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -1362,7 +1362,7 @@ dependencies = [
|
|
|
|
|
"atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"bitflags 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"canvas_traits 0.0.1",
|
|
|
|
|
"euclid 0.16.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gfx 0.0.1",
|
|
|
|
|
"gfx_traits 0.0.1",
|
|
|
|
@ -1404,7 +1404,7 @@ version = "0.0.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"app_units 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.16.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gfx 0.0.1",
|
|
|
|
|
"gfx_traits 0.0.1",
|
|
|
|
@ -1511,7 +1511,7 @@ dependencies = [
|
|
|
|
|
"devtools 0.0.1",
|
|
|
|
|
"devtools_traits 0.0.1",
|
|
|
|
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.16.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gaol 0.0.1 (git+https://github.com/servo/gaol)",
|
|
|
|
|
"gfx 0.0.1",
|
|
|
|
|
"gleam 0.4.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -1589,7 +1589,7 @@ version = "0.0.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"app_units 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cssparser 0.23.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.16.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"hashglobe 0.1.0",
|
|
|
|
|
"mozjs 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"selectors 0.19.0",
|
|
|
|
@ -1979,12 +1979,12 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "offscreen_gl_context"
|
|
|
|
|
version = "0.14.4"
|
|
|
|
|
version = "0.15.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cgl 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.16.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gl_generator 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gleam 0.4.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -2145,12 +2145,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "plane-split"
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"binary-space-partition 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.16.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -2406,7 +2406,7 @@ dependencies = [
|
|
|
|
|
"dom_struct 0.0.1",
|
|
|
|
|
"domobject_derive 0.0.1",
|
|
|
|
|
"encoding_rs 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.16.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gleam 0.4.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"half 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -2429,7 +2429,7 @@ dependencies = [
|
|
|
|
|
"msg 0.0.1",
|
|
|
|
|
"net_traits 0.0.1",
|
|
|
|
|
"num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"offscreen_gl_context 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"offscreen_gl_context 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"phf 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"phf_codegen 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -2474,7 +2474,7 @@ dependencies = [
|
|
|
|
|
"atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"canvas_traits 0.0.1",
|
|
|
|
|
"cssparser 0.23.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.16.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gfx_traits 0.0.1",
|
|
|
|
|
"html5ever 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ipc-channel 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -2511,7 +2511,7 @@ dependencies = [
|
|
|
|
|
name = "script_tests"
|
|
|
|
|
version = "0.0.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"euclid 0.16.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"msg 0.0.1",
|
|
|
|
|
"script 0.0.1",
|
|
|
|
|
"servo_url 0.0.1",
|
|
|
|
@ -2526,7 +2526,7 @@ dependencies = [
|
|
|
|
|
"canvas_traits 0.0.1",
|
|
|
|
|
"cookie 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"devtools_traits 0.0.1",
|
|
|
|
|
"euclid 0.16.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gfx_traits 0.0.1",
|
|
|
|
|
"hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"hyper_serde 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -2623,7 +2623,7 @@ dependencies = [
|
|
|
|
|
"backtrace 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"bitflags 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"compositing 0.0.1",
|
|
|
|
|
"euclid 0.16.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gleam 0.4.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libservo 0.0.1",
|
|
|
|
@ -2705,12 +2705,12 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "servo-skia"
|
|
|
|
|
version = "0.30000010.0"
|
|
|
|
|
version = "0.30000012.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cgl 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cmake 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.16.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"expat-sys 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gleam 0.4.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glx 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -2771,7 +2771,7 @@ version = "0.0.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"android_injected_glue 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.16.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -2789,7 +2789,7 @@ name = "servo_geometry"
|
|
|
|
|
version = "0.0.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"app_units 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.16.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"malloc_size_of 0.0.1",
|
|
|
|
|
"malloc_size_of_derive 0.0.1",
|
|
|
|
|
"webrender_api 0.57.0 (git+https://github.com/servo/webrender)",
|
|
|
|
@ -2933,7 +2933,7 @@ dependencies = [
|
|
|
|
|
"cssparser 0.23.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"debug_unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"encoding_rs 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.16.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"fallible 0.0.1",
|
|
|
|
|
"fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"hashglobe 0.1.0",
|
|
|
|
@ -2993,7 +2993,7 @@ dependencies = [
|
|
|
|
|
"app_units 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cssparser 0.23.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.16.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"html5ever 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rayon 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -3015,7 +3015,7 @@ dependencies = [
|
|
|
|
|
"app_units 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"bitflags 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cssparser 0.23.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.16.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"malloc_size_of 0.0.1",
|
|
|
|
|
"malloc_size_of_derive 0.0.1",
|
|
|
|
|
"selectors 0.19.0",
|
|
|
|
@ -3033,7 +3033,7 @@ dependencies = [
|
|
|
|
|
"cssparser 0.23.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cstr 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.16.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"geckoservo 0.0.1",
|
|
|
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -3355,7 +3355,7 @@ version = "0.0.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cookie 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.16.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"image 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ipc-channel 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -3375,7 +3375,7 @@ dependencies = [
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "webrender"
|
|
|
|
|
version = "0.57.0"
|
|
|
|
|
source = "git+https://github.com/servo/webrender#681e181d254e867efb07b91436daf5a6aea71d34"
|
|
|
|
|
source = "git+https://github.com/servo/webrender#d7735c7da9844775d4a3e6ec8b6cea25fb0b0486"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"app_units 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -3385,14 +3385,14 @@ dependencies = [
|
|
|
|
|
"core-graphics 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"core-text 9.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"dwrote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.16.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"freetype 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gleam 0.4.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"plane-split 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"plane-split 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rayon 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"smallvec 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"thread_profiler 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -3403,7 +3403,7 @@ dependencies = [
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "webrender_api"
|
|
|
|
|
version = "0.57.0"
|
|
|
|
|
source = "git+https://github.com/servo/webrender#681e181d254e867efb07b91436daf5a6aea71d34"
|
|
|
|
|
source = "git+https://github.com/servo/webrender#d7735c7da9844775d4a3e6ec8b6cea25fb0b0486"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"app_units 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -3412,7 +3412,7 @@ dependencies = [
|
|
|
|
|
"core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"core-graphics 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"dwrote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.16.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ipc-channel 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_derive 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -3424,7 +3424,7 @@ name = "webvr"
|
|
|
|
|
version = "0.0.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"canvas_traits 0.0.1",
|
|
|
|
|
"euclid 0.16.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ipc-channel 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"msg 0.0.1",
|
|
|
|
@ -3585,7 +3585,7 @@ dependencies = [
|
|
|
|
|
"checksum atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fb2dcb6e6d35f20276943cc04bb98e538b348d525a04ac79c10021561d202f21"
|
|
|
|
|
"checksum atty 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "21e50800ec991574876040fff8ee46b136a53e985286fbe6a3bdfe6421b78860"
|
|
|
|
|
"checksum audio-video-metadata 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "71536082079f5ba92c274fba7c2dcd4e2f9d5c13ce6d7f8fe9acbbb258916d18"
|
|
|
|
|
"checksum azure 0.25.0 (git+https://github.com/servo/rust-azure)" = "<none>"
|
|
|
|
|
"checksum azure 0.27.0 (git+https://github.com/servo/rust-azure)" = "<none>"
|
|
|
|
|
"checksum backtrace 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "72f9b4182546f4b04ebc4ab7f84948953a118bd6021a1b6a6c909e3e94f6be76"
|
|
|
|
|
"checksum backtrace-sys 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "3a0d842ea781ce92be2bf78a9b38883948542749640b8378b3b2f03d1fd9f1ff"
|
|
|
|
|
"checksum base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "96434f987501f0ed4eb336a411e0631ecd1afa11574fe148587adc4ff96143c9"
|
|
|
|
@ -3650,7 +3650,7 @@ dependencies = [
|
|
|
|
|
"checksum enum_primitive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "be4551092f4d519593039259a9ed8daedf0da12e5109c5280338073eaeb81180"
|
|
|
|
|
"checksum env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3ddf21e73e016298f5cb37d6ef8e8da8e39f91f9ec8b0df44b7deb16a9f8cd5b"
|
|
|
|
|
"checksum error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d9435d864e017c3c6afeac1654189b06cdb491cf2ff73dbf0d73b0f292f42ff8"
|
|
|
|
|
"checksum euclid 0.16.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b8d33ed9630f5f7a86abb0849e96a585922cc5a640478a36f05f74d96a22655f"
|
|
|
|
|
"checksum euclid 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b2744c002882c67d0f6d6e8cfdf16eae729dc27744d312745132e62218b7de5c"
|
|
|
|
|
"checksum expat-sys 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c470ccb972f2088549b023db8029ed9da9426f5affbf9b62efff7009ab8ed5b1"
|
|
|
|
|
"checksum flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)" = "36df0166e856739905cd3d7e0b210fe818592211a008862599845e012d8d304c"
|
|
|
|
|
"checksum fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6cc484842f1e2884faf56f529f960cc12ad8c71ce96cc7abba0a067c98fee344"
|
|
|
|
@ -3736,7 +3736,7 @@ dependencies = [
|
|
|
|
|
"checksum objc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "877f30f37acef6749b1841cceab289707f211aecfc756553cd63976190e6cc2e"
|
|
|
|
|
"checksum objc-foundation 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
|
|
|
|
|
"checksum objc_id 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e4730aa1c64d722db45f7ccc4113a3e2c465d018de6db4d3e7dfe031e8c8a297"
|
|
|
|
|
"checksum offscreen_gl_context 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)" = "818643a4ea6e790be67aca18c9756f9d3d388997836610ab697215ca86567b30"
|
|
|
|
|
"checksum offscreen_gl_context 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f7698545d3c6db6a9f748cfd399880893d8876c3b980fa57c52b5a99b105abce"
|
|
|
|
|
"checksum ogg 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7137bf02687385302f4c0aecd77cfce052b69f5b4ee937be778e125c62f67e30"
|
|
|
|
|
"checksum ogg_metadata 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fc665717454399cba557c55ad226148996e9266ee291f8a37a98bb2cded0a490"
|
|
|
|
|
"checksum openssl 0.9.22 (registry+https://github.com/rust-lang/crates.io-index)" = "419ef26bb651d72b6c5a603bcc4e4856a362460e62352dfffa53de91d2e81181"
|
|
|
|
@ -3755,7 +3755,7 @@ dependencies = [
|
|
|
|
|
"checksum phf_generator 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "6b07ffcc532ccc85e3afc45865469bf5d9e4ef5bfcf9622e3cfe80c2d275ec03"
|
|
|
|
|
"checksum phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "07e24b0ca9643bdecd0632f2b3da6b1b89bbb0030e0b992afc1113b23a7bc2f2"
|
|
|
|
|
"checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903"
|
|
|
|
|
"checksum plane-split 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d2adb8d1523b2ddcd98275613e9bc04eef75b47a39e252e63733a3218ae3c1b7"
|
|
|
|
|
"checksum plane-split 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "69c557e11e3a1533bc969fa596e5011e1d9f76dd61cd102ef942c9f8654b17a2"
|
|
|
|
|
"checksum png 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f0b0cabbbd20c2d7f06dbf015e06aad59b6ca3d9ed14848783e98af9aaf19925"
|
|
|
|
|
"checksum precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|
|
|
|
"checksum proc-macro2 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d1cb7aaaa4bf022ec2b14ff2f2ba1643a22f3cee88df014a85e14b392282c61d"
|
|
|
|
@ -3791,7 +3791,7 @@ dependencies = [
|
|
|
|
|
"checksum servo-fontconfig-sys 4.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "38b494f03009ee81914b0e7d387ad7c145cafcd69747c2ec89b0e17bb94f303a"
|
|
|
|
|
"checksum servo-freetype-sys 4.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9232032c2e85118c0282c6562c84cab12316e655491ba0a5d1905b2320060d1b"
|
|
|
|
|
"checksum servo-glutin 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f883df5d9d1e35a86670a14e8392bc1cc64511b59ff2c27c6c28b99cec7a894b"
|
|
|
|
|
"checksum servo-skia 0.30000010.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4cfa78174a63556118abfe6ea7641f5f0823e7f51f0023c998017642686df6"
|
|
|
|
|
"checksum servo-skia 0.30000012.0 (registry+https://github.com/rust-lang/crates.io-index)" = "80980e6eb854c06e8e45fa3cfbd439bf4223a6840f38c3caec34efa39cf9405e"
|
|
|
|
|
"checksum servo-websocket 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)" = "efde78dfcf2178d5a11e1e2268e0d8df0627dfe2724546db8585d6678e1af150"
|
|
|
|
|
"checksum sha1 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cc30b1e1e8c40c121ca33b86c23308a090d19974ef001b4bf6e61fd1a0fb095c"
|
|
|
|
|
"checksum shared_library 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fb04126b6fcfd2710fb5b6d18f4207b6c535f2850a7e1a43bcd526d44f30a79a"
|
|
|
|
|