|
|
|
@ -11,7 +11,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.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.2 (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",
|
|
|
|
@ -79,7 +79,7 @@ name = "app_units"
|
|
|
|
|
version = "0.2.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"euclid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"heapsize 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"heapsize_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -100,7 +100,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.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"freetype 0.1.0 (git+https://github.com/servo/rust-freetype)",
|
|
|
|
|
"heapsize 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"heapsize_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -150,7 +150,7 @@ version = "0.0.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"azure 0.4.0 (git+https://github.com/servo/rust-azure)",
|
|
|
|
|
"canvas_traits 0.0.1",
|
|
|
|
|
"euclid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gfx_traits 0.0.1",
|
|
|
|
|
"gleam 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)",
|
|
|
|
@ -168,7 +168,7 @@ version = "0.0.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"azure 0.4.0 (git+https://github.com/servo/rust-azure)",
|
|
|
|
|
"cssparser 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gfx_traits 0.0.1",
|
|
|
|
|
"heapsize 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"heapsize_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -269,7 +269,7 @@ dependencies = [
|
|
|
|
|
"core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"devtools_traits 0.0.1",
|
|
|
|
|
"euclid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.2 (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",
|
|
|
|
@ -543,7 +543,7 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "euclid"
|
|
|
|
|
version = "0.6.1"
|
|
|
|
|
version = "0.6.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"heapsize 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -648,7 +648,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.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.2 (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",
|
|
|
|
@ -695,7 +695,7 @@ name = "gfx_traits"
|
|
|
|
|
version = "0.0.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"azure 0.4.0 (git+https://github.com/servo/rust-azure)",
|
|
|
|
|
"euclid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"heapsize 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"heapsize_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"layers 0.2.1 (git+https://github.com/servo/rust-layers)",
|
|
|
|
@ -746,7 +746,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.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gleam 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"layers 0.2.1 (git+https://github.com/servo/rust-layers)",
|
|
|
|
|
"msg 0.0.1",
|
|
|
|
@ -904,7 +904,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.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gleam 0.2.3 (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)",
|
|
|
|
@ -965,7 +965,7 @@ dependencies = [
|
|
|
|
|
"azure 0.4.0 (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.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gleam 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glx 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"heapsize 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -989,7 +989,7 @@ dependencies = [
|
|
|
|
|
"canvas 0.0.1",
|
|
|
|
|
"canvas_traits 0.0.1",
|
|
|
|
|
"cssparser 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.2 (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",
|
|
|
|
@ -1182,7 +1182,7 @@ version = "0.0.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cssparser 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"heapsize 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"heapsize_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -1332,7 +1332,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.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.2 (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.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"khronos_api 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -1571,7 +1571,7 @@ dependencies = [
|
|
|
|
|
"cssparser 0.5.3 (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.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.2 (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.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -1623,7 +1623,7 @@ dependencies = [
|
|
|
|
|
"app_units 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"canvas_traits 0.0.1",
|
|
|
|
|
"devtools_traits 0.0.1",
|
|
|
|
|
"euclid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gfx_traits 0.0.1",
|
|
|
|
|
"heapsize 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"heapsize_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -1763,7 +1763,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.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.2 (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.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glx 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -1843,7 +1843,7 @@ dependencies = [
|
|
|
|
|
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cssparser 0.5.3 (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.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"heapsize 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"heapsize_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -1870,7 +1870,7 @@ version = "0.0.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"app_units 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cssparser 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"msg 0.0.1",
|
|
|
|
|
"plugins 0.0.1",
|
|
|
|
|
"selectors 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -1886,7 +1886,7 @@ name = "style_traits"
|
|
|
|
|
version = "0.0.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cssparser 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"heapsize 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"heapsize_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -2037,7 +2037,7 @@ dependencies = [
|
|
|
|
|
"app_units 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cssparser 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"heapsize 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"heapsize_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -2066,7 +2066,7 @@ name = "util_tests"
|
|
|
|
|
version = "0.0.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"app_units 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.6.2 (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",
|
|
|
|
|