|
|
@ -281,7 +281,7 @@ dependencies = [
|
|
|
|
"azure 0.23.0 (git+https://github.com/servo/rust-azure)",
|
|
|
|
"azure 0.23.0 (git+https://github.com/servo/rust-azure)",
|
|
|
|
"canvas_traits 0.0.1",
|
|
|
|
"canvas_traits 0.0.1",
|
|
|
|
"compositing 0.0.1",
|
|
|
|
"compositing 0.0.1",
|
|
|
|
"cssparser 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cssparser 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"euclid 0.15.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"euclid 0.15.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fnv 1.0.5 (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.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"gleam 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@ -298,7 +298,7 @@ dependencies = [
|
|
|
|
name = "canvas_traits"
|
|
|
|
name = "canvas_traits"
|
|
|
|
version = "0.0.1"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"cssparser 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cssparser 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"euclid 0.15.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"euclid 0.15.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ipc-channel 0.9.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 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@ -561,7 +561,7 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "cssparser"
|
|
|
|
name = "cssparser"
|
|
|
|
version = "0.22.0"
|
|
|
|
version = "0.23.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"cssparser-macros 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cssparser-macros 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@ -1038,7 +1038,7 @@ name = "geckoservo"
|
|
|
|
version = "0.0.1"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cssparser 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cssparser 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@ -1109,7 +1109,7 @@ dependencies = [
|
|
|
|
name = "gfx_tests"
|
|
|
|
name = "gfx_tests"
|
|
|
|
version = "0.0.1"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"cssparser 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cssparser 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"gfx 0.0.1",
|
|
|
|
"gfx 0.0.1",
|
|
|
|
"ipc-channel 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ipc-channel 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"style 0.0.1",
|
|
|
|
"style 0.0.1",
|
|
|
@ -1696,7 +1696,7 @@ name = "malloc_size_of"
|
|
|
|
version = "0.0.1"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cssparser 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cssparser 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"euclid 0.15.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"euclid 0.15.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hashglobe 0.1.0",
|
|
|
|
"hashglobe 0.1.0",
|
|
|
|
"mozjs 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mozjs 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@ -2560,7 +2560,7 @@ dependencies = [
|
|
|
|
"caseless 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"caseless 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cmake 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cmake 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cookie 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cookie 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cssparser 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cssparser 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"deny_public_fields 0.0.1",
|
|
|
|
"deny_public_fields 0.0.1",
|
|
|
|
"devtools_traits 0.0.1",
|
|
|
|
"devtools_traits 0.0.1",
|
|
|
|
"dom_struct 0.0.1",
|
|
|
|
"dom_struct 0.0.1",
|
|
|
@ -2636,7 +2636,7 @@ dependencies = [
|
|
|
|
"app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"canvas_traits 0.0.1",
|
|
|
|
"canvas_traits 0.0.1",
|
|
|
|
"cssparser 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cssparser 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"euclid 0.15.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"euclid 0.15.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"gfx_traits 0.0.1",
|
|
|
|
"gfx_traits 0.0.1",
|
|
|
|
"html5ever 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"html5ever 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@ -2717,7 +2717,7 @@ name = "selectors"
|
|
|
|
version = "0.19.0"
|
|
|
|
version = "0.19.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bitflags 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cssparser 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cssparser 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"malloc_size_of 0.0.1",
|
|
|
|
"malloc_size_of 0.0.1",
|
|
|
@ -3133,7 +3133,7 @@ dependencies = [
|
|
|
|
"bitflags 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bitflags 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cssparser 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cssparser 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"encoding_rs 0.7.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.15.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"euclid 0.15.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fallible 0.0.1",
|
|
|
|
"fallible 0.0.1",
|
|
|
@ -3192,7 +3192,7 @@ version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cssparser 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cssparser 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"euclid 0.15.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"euclid 0.15.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"html5ever 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"html5ever 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@ -3214,7 +3214,7 @@ version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bitflags 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bitflags 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cssparser 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cssparser 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"euclid 0.15.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"euclid 0.15.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"malloc_size_of 0.0.1",
|
|
|
|
"malloc_size_of 0.0.1",
|
|
|
|
"malloc_size_of_derive 0.0.1",
|
|
|
|
"malloc_size_of_derive 0.0.1",
|
|
|
@ -3230,7 +3230,7 @@ name = "stylo_tests"
|
|
|
|
version = "0.0.1"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cssparser 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cssparser 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"env_logger 0.4.3 (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.15.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"euclid 0.15.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"geckoservo 0.0.1",
|
|
|
|
"geckoservo 0.0.1",
|
|
|
@ -3811,7 +3811,7 @@ dependencies = [
|
|
|
|
"checksum core-foundation-sys 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bc9fb3d6cb663e6fd7cf1c63f9b144ee2b1e4a78595a0451dd34bff85b9a3387"
|
|
|
|
"checksum core-foundation-sys 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bc9fb3d6cb663e6fd7cf1c63f9b144ee2b1e4a78595a0451dd34bff85b9a3387"
|
|
|
|
"checksum core-graphics 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "5dc0a78ab2ac23b6ea7b3fe5fe93b227900dc0956979735b8f68032417976dd4"
|
|
|
|
"checksum core-graphics 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "5dc0a78ab2ac23b6ea7b3fe5fe93b227900dc0956979735b8f68032417976dd4"
|
|
|
|
"checksum core-text 8.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bcad23756dd1dc4b47bf6a914ace27aadb8fa68889db5837af2308d018d0467c"
|
|
|
|
"checksum core-text 8.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bcad23756dd1dc4b47bf6a914ace27aadb8fa68889db5837af2308d018d0467c"
|
|
|
|
"checksum cssparser 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44313341610282488e1156ad1fedebca51c54766c87a041d0287b10499c04ba1"
|
|
|
|
"checksum cssparser 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)" = "217b0241b46d3b758271d88086d2d935b9f21aafa6112813b5f5f854b826146c"
|
|
|
|
"checksum cssparser-macros 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "079adec4af52bb5275eadd004292028c79eb3c5f5b4ee8086a36d4197032f6df"
|
|
|
|
"checksum cssparser-macros 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "079adec4af52bb5275eadd004292028c79eb3c5f5b4ee8086a36d4197032f6df"
|
|
|
|
"checksum cubeb-ffi 0.0.2 (git+https://github.com/djg/cubeb-pulse-rs?branch=dev)" = "<none>"
|
|
|
|
"checksum cubeb-ffi 0.0.2 (git+https://github.com/djg/cubeb-pulse-rs?branch=dev)" = "<none>"
|
|
|
|
"checksum cubeb-pulse 0.0.2 (git+https://github.com/djg/cubeb-pulse-rs?branch=dev)" = "<none>"
|
|
|
|
"checksum cubeb-pulse 0.0.2 (git+https://github.com/djg/cubeb-pulse-rs?branch=dev)" = "<none>"
|
|
|
|