|
|
|
@ -12,7 +12,7 @@ dependencies = [
|
|
|
|
|
"devtools 0.0.1",
|
|
|
|
|
"devtools_traits 0.0.1",
|
|
|
|
|
"env_logger 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gaol 0.0.1 (git+https://github.com/servo/gaol)",
|
|
|
|
|
"gfx 0.0.1",
|
|
|
|
|
"gfx_tests 0.0.1",
|
|
|
|
@ -82,7 +82,7 @@ name = "app_units"
|
|
|
|
|
version = "0.2.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"heapsize_plugin 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -103,7 +103,7 @@ dependencies = [
|
|
|
|
|
"core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"core-text 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"freetype 0.1.0 (git+https://github.com/servo/rust-freetype)",
|
|
|
|
|
"heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"heapsize_plugin 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -158,7 +158,7 @@ version = "0.0.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"azure 0.4.3 (git+https://github.com/servo/rust-azure)",
|
|
|
|
|
"canvas_traits 0.0.1",
|
|
|
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gfx_traits 0.0.1",
|
|
|
|
|
"gleam 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)",
|
|
|
|
@ -177,7 +177,7 @@ version = "0.0.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"azure 0.4.3 (git+https://github.com/servo/rust-azure)",
|
|
|
|
|
"cssparser 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gfx_traits 0.0.1",
|
|
|
|
|
"heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"heapsize_plugin 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -279,7 +279,7 @@ dependencies = [
|
|
|
|
|
"core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"core-text 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"devtools_traits 0.0.1",
|
|
|
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.4 (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",
|
|
|
|
@ -559,7 +559,7 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "euclid"
|
|
|
|
|
version = "0.6.2"
|
|
|
|
|
version = "0.6.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -664,7 +664,7 @@ dependencies = [
|
|
|
|
|
"core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"core-text 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"freetype 0.1.0 (git+https://github.com/servo/rust-freetype)",
|
|
|
|
|
"gfx_traits 0.0.1",
|
|
|
|
@ -714,7 +714,7 @@ name = "gfx_traits"
|
|
|
|
|
version = "0.0.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"azure 0.4.3 (git+https://github.com/servo/rust-azure)",
|
|
|
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"heapsize_plugin 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"layers 0.2.2 (git+https://github.com/servo/rust-layers)",
|
|
|
|
@ -765,7 +765,7 @@ dependencies = [
|
|
|
|
|
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cgl 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"compositing 0.0.1",
|
|
|
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gleam 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"layers 0.2.2 (git+https://github.com/servo/rust-layers)",
|
|
|
|
|
"msg 0.0.1",
|
|
|
|
@ -926,7 +926,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cgl 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gleam 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"leaky-cow 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -953,7 +953,7 @@ version = "0.1.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"num 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rayon 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
@ -998,7 +998,7 @@ dependencies = [
|
|
|
|
|
"azure 0.4.3 (git+https://github.com/servo/rust-azure)",
|
|
|
|
|
"cgl 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gleam 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glx 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -1022,7 +1022,7 @@ dependencies = [
|
|
|
|
|
"canvas 0.0.1",
|
|
|
|
|
"canvas_traits 0.0.1",
|
|
|
|
|
"cssparser 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gfx 0.0.1",
|
|
|
|
|
"gfx_traits 0.0.1",
|
|
|
|
@ -1219,7 +1219,7 @@ version = "0.0.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cssparser 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"heapsize_plugin 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -1370,7 +1370,7 @@ source = "git+https://github.com/ecoal95/rust-offscreen-rendering-context#aa899f
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cgl 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gl_generator 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gleam 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"khronos_api 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -1661,7 +1661,7 @@ dependencies = [
|
|
|
|
|
"cssparser 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"devtools_traits 0.0.1",
|
|
|
|
|
"encoding 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gfx_traits 0.0.1",
|
|
|
|
|
"heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -1716,7 +1716,7 @@ dependencies = [
|
|
|
|
|
"app_units 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"canvas_traits 0.0.1",
|
|
|
|
|
"devtools_traits 0.0.1",
|
|
|
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gfx_traits 0.0.1",
|
|
|
|
|
"heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"heapsize_plugin 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -1861,7 +1861,7 @@ version = "0.20130412.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cgl 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"expat-sys 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gleam 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glx 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -1933,7 +1933,7 @@ dependencies = [
|
|
|
|
|
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cssparser 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"encoding 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"heapsize_plugin 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -1960,7 +1960,7 @@ version = "0.0.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"app_units 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cssparser 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"msg 0.0.1",
|
|
|
|
|
"plugins 0.0.1",
|
|
|
|
|
"selectors 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -1976,7 +1976,7 @@ name = "style_traits"
|
|
|
|
|
version = "0.0.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cssparser 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"heapsize_plugin 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -2133,7 +2133,7 @@ dependencies = [
|
|
|
|
|
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cssparser 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"deque 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"heapsize_plugin 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -2161,7 +2161,7 @@ name = "util_tests"
|
|
|
|
|
version = "0.0.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"app_units 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"plugins 0.0.1",
|
|
|
|
|
"util 0.0.1",
|
|
|
|
@ -2271,7 +2271,7 @@ dependencies = [
|
|
|
|
|
"app_units 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"core-text 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"freetype 0.1.0 (git+https://github.com/servo/rust-freetype)",
|
|
|
|
|
"gleam 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -2291,7 +2291,7 @@ source = "git+https://github.com/servo/webrender_traits#94f16f55e65d735a9c1dc387
|
|
|
|
|
dependencies = [
|
|
|
|
|
"app_units 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gleam 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)",
|
|
|
|
|
"offscreen_gl_context 0.1.0 (git+https://github.com/ecoal95/rust-offscreen-rendering-context)",
|
|
|
|
|