|
|
|
@ -10,7 +10,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.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gfx 0.0.1",
|
|
|
|
|
"gfx_tests 0.0.1",
|
|
|
|
|
"gleam 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -73,13 +73,13 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "app_units"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
version = "0.1.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"euclid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_macros 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_macros 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -89,21 +89,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "azure"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "git+https://github.com/servo/rust-azure#cf625c81bcbc412e3d79303a35fe7828e3fc615d"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
source = "git+https://github.com/servo/rust-azure#5a5701c269cb7cb65f6c690122ef75c268f8d44d"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"core-foundation 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"core-graphics 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"core-text 0.1.0 (git+https://github.com/servo/core-text-rs)",
|
|
|
|
|
"egl 0.1.0 (git+https://github.com/servo/rust-egl)",
|
|
|
|
|
"euclid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"freetype 0.1.0 (git+https://github.com/servo/rust-freetype)",
|
|
|
|
|
"freetype-sys 2.4.11 (git+https://github.com/servo/libfreetype2)",
|
|
|
|
|
"heapsize 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"heapsize_plugin 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_macros 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_macros 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"skia 0.0.20130412 (git+https://github.com/servo/skia)",
|
|
|
|
|
"x11 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
@ -146,10 +146,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
name = "canvas"
|
|
|
|
|
version = "0.0.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"azure 0.1.0 (git+https://github.com/servo/rust-azure)",
|
|
|
|
|
"azure 0.2.0 (git+https://github.com/servo/rust-azure)",
|
|
|
|
|
"canvas_traits 0.0.1",
|
|
|
|
|
"cssparser 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gfx_traits 0.0.1",
|
|
|
|
|
"gleam 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ipc-channel 0.1.0 (git+https://github.com/pcwalton/ipc-channel)",
|
|
|
|
@ -165,16 +165,16 @@ dependencies = [
|
|
|
|
|
name = "canvas_traits"
|
|
|
|
|
version = "0.0.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"azure 0.1.0 (git+https://github.com/servo/rust-azure)",
|
|
|
|
|
"azure 0.2.0 (git+https://github.com/servo/rust-azure)",
|
|
|
|
|
"cssparser 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gfx_traits 0.0.1",
|
|
|
|
|
"ipc-channel 0.1.0 (git+https://github.com/pcwalton/ipc-channel)",
|
|
|
|
|
"layers 0.1.0 (git+https://github.com/servo/rust-layers)",
|
|
|
|
|
"offscreen_gl_context 0.1.0 (git+https://github.com/ecoal95/rust-offscreen-rendering-context)",
|
|
|
|
|
"plugins 0.0.1",
|
|
|
|
|
"serde 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_macros 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_macros 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"util 0.0.1",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -248,15 +248,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
name = "compositing"
|
|
|
|
|
version = "0.0.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"app_units 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"azure 0.1.0 (git+https://github.com/servo/rust-azure)",
|
|
|
|
|
"app_units 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"azure 0.2.0 (git+https://github.com/servo/rust-azure)",
|
|
|
|
|
"canvas 0.0.1",
|
|
|
|
|
"canvas_traits 0.0.1",
|
|
|
|
|
"clipboard 0.0.3 (git+https://github.com/aweinstock314/rust-clipboard)",
|
|
|
|
|
"core-graphics 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"core-text 0.1.0 (git+https://github.com/servo/core-text-rs)",
|
|
|
|
|
"devtools_traits 0.0.1",
|
|
|
|
|
"euclid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gfx 0.0.1",
|
|
|
|
|
"gfx_traits 0.0.1",
|
|
|
|
|
"gleam 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -324,7 +324,7 @@ dependencies = [
|
|
|
|
|
"encoding 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_macros 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_macros 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -352,7 +352,7 @@ dependencies = [
|
|
|
|
|
"plugins 0.0.1",
|
|
|
|
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_macros 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_macros 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"time 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"url 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"util 0.0.1",
|
|
|
|
@ -369,7 +369,7 @@ dependencies = [
|
|
|
|
|
"plugins 0.0.1",
|
|
|
|
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_macros 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_macros 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"time 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"url 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"util 0.0.1",
|
|
|
|
@ -518,15 +518,17 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "euclid"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
version = "0.3.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"heapsize 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"heapsize_plugin 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"num 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rand 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_macros 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_macros 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -621,14 +623,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
name = "gfx"
|
|
|
|
|
version = "0.0.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"app_units 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"azure 0.1.0 (git+https://github.com/servo/rust-azure)",
|
|
|
|
|
"app_units 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"azure 0.2.0 (git+https://github.com/servo/rust-azure)",
|
|
|
|
|
"bitflags 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"canvas_traits 0.0.1",
|
|
|
|
|
"core-foundation 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"core-graphics 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"core-text 0.1.0 (git+https://github.com/servo/core-text-rs)",
|
|
|
|
|
"euclid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"fontconfig 0.1.0 (git+https://github.com/servo/rust-fontconfig)",
|
|
|
|
|
"freetype 0.1.0 (git+https://github.com/servo/rust-freetype)",
|
|
|
|
@ -647,7 +649,7 @@ dependencies = [
|
|
|
|
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"script_traits 0.0.1",
|
|
|
|
|
"serde 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_macros 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_macros 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"simd 0.1.0 (git+https://github.com/huonw/simd)",
|
|
|
|
|
"skia 0.0.20130412 (git+https://github.com/servo/skia)",
|
|
|
|
|
"smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -670,7 +672,7 @@ dependencies = [
|
|
|
|
|
name = "gfx_traits"
|
|
|
|
|
version = "0.0.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"azure 0.1.0 (git+https://github.com/servo/rust-azure)",
|
|
|
|
|
"azure 0.2.0 (git+https://github.com/servo/rust-azure)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -747,6 +749,36 @@ dependencies = [
|
|
|
|
|
"x11-dl 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "glutin"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"android_glue 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cgl 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cocoa 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"core-foundation 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"core-graphics 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"dwmapi-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdi32-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gl_common 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gl_generator 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"kernel32-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"khronos_api 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"objc 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"osmesa-sys 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"shared_library 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"shell32-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"user32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"wayland-client 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"wayland-kbd 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"wayland-window 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"winapi 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"x11-dl 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "glutin_app"
|
|
|
|
|
version = "0.0.1"
|
|
|
|
@ -755,7 +787,7 @@ dependencies = [
|
|
|
|
|
"cgl 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"compositing 0.0.1",
|
|
|
|
|
"egl 0.1.0 (git+https://github.com/servo/rust-egl)",
|
|
|
|
|
"euclid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gleam 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glutin 0.4.0 (git+https://github.com/servo/glutin?branch=servo)",
|
|
|
|
|
"layers 0.1.0 (git+https://github.com/servo/rust-layers)",
|
|
|
|
@ -905,12 +937,12 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "io-surface"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "git+https://github.com/servo/io-surface-rs#c558d64ea5cf3acd5fbbaf004513853cccd77761"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "git+https://github.com/servo/io-surface-rs#aaaa5da1f2d75958fc1a3a06648717be4ea08283"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cgl 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"core-foundation 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gleam 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
@ -926,7 +958,7 @@ dependencies = [
|
|
|
|
|
"libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rand 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_macros 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_macros 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -963,16 +995,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "layers"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "git+https://github.com/servo/rust-layers#5af8c6bb9801e4f8d337c6a74a0bb2641ab48e0e"
|
|
|
|
|
source = "git+https://github.com/servo/rust-layers#82672814604f5e4293fcc9d2f89055a85ad87c11"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"azure 0.1.0 (git+https://github.com/servo/rust-azure)",
|
|
|
|
|
"azure 0.2.0 (git+https://github.com/servo/rust-azure)",
|
|
|
|
|
"cgl 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"core-foundation 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"egl 0.1.0 (git+https://github.com/servo/rust-egl)",
|
|
|
|
|
"euclid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gleam 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glx 0.0.1 (git+https://github.com/servo/rust-glx)",
|
|
|
|
|
"io-surface 0.1.0 (git+https://github.com/servo/io-surface-rs)",
|
|
|
|
|
"io-surface 0.1.1 (git+https://github.com/servo/io-surface-rs)",
|
|
|
|
|
"libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -984,15 +1016,15 @@ dependencies = [
|
|
|
|
|
name = "layout"
|
|
|
|
|
version = "0.0.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"app_units 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"azure 0.1.0 (git+https://github.com/servo/rust-azure)",
|
|
|
|
|
"app_units 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"azure 0.2.0 (git+https://github.com/servo/rust-azure)",
|
|
|
|
|
"bitflags 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"canvas 0.0.1",
|
|
|
|
|
"canvas_traits 0.0.1",
|
|
|
|
|
"clock_ticks 0.0.6 (git+https://github.com/tomaka/clock_ticks)",
|
|
|
|
|
"cssparser 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"encoding 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.3.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",
|
|
|
|
@ -1010,7 +1042,7 @@ dependencies = [
|
|
|
|
|
"selectors 0.1.0 (git+https://github.com/servo/rust-selectors)",
|
|
|
|
|
"serde 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_json 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_macros 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_macros 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"string_cache 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"string_cache_plugin 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -1025,7 +1057,7 @@ dependencies = [
|
|
|
|
|
name = "layout_traits"
|
|
|
|
|
version = "0.0.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"euclid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gfx 0.0.1",
|
|
|
|
|
"ipc-channel 0.1.0 (git+https://github.com/pcwalton/ipc-channel)",
|
|
|
|
|
"msg 0.0.1",
|
|
|
|
@ -1033,7 +1065,7 @@ dependencies = [
|
|
|
|
|
"profile_traits 0.0.1",
|
|
|
|
|
"script_traits 0.0.1",
|
|
|
|
|
"serde 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_macros 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_macros 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"url 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"util 0.0.1",
|
|
|
|
|
]
|
|
|
|
@ -1144,21 +1176,21 @@ dependencies = [
|
|
|
|
|
name = "msg"
|
|
|
|
|
version = "0.0.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"app_units 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"azure 0.1.0 (git+https://github.com/servo/rust-azure)",
|
|
|
|
|
"app_units 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"azure 0.2.0 (git+https://github.com/servo/rust-azure)",
|
|
|
|
|
"bitflags 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"canvas_traits 0.0.1",
|
|
|
|
|
"core-foundation 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"hyper 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"io-surface 0.1.0 (git+https://github.com/servo/io-surface-rs)",
|
|
|
|
|
"io-surface 0.1.1 (git+https://github.com/servo/io-surface-rs)",
|
|
|
|
|
"ipc-channel 0.1.0 (git+https://github.com/pcwalton/ipc-channel)",
|
|
|
|
|
"layers 0.1.0 (git+https://github.com/servo/rust-layers)",
|
|
|
|
|
"offscreen_gl_context 0.1.0 (git+https://github.com/ecoal95/rust-offscreen-rendering-context)",
|
|
|
|
|
"plugins 0.0.1",
|
|
|
|
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_macros 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_macros 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"style_traits 0.0.1",
|
|
|
|
|
"url 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"util 0.0.1",
|
|
|
|
@ -1170,7 +1202,7 @@ version = "0.0.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cookie 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"devtools_traits 0.0.1",
|
|
|
|
|
"euclid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"flate2 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"hyper 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ipc-channel 0.1.0 (git+https://github.com/pcwalton/ipc-channel)",
|
|
|
|
@ -1207,7 +1239,7 @@ dependencies = [
|
|
|
|
|
name = "net_traits"
|
|
|
|
|
version = "0.0.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"euclid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"hyper 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"image 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ipc-channel 0.1.0 (git+https://github.com/pcwalton/ipc-channel)",
|
|
|
|
@ -1217,7 +1249,7 @@ dependencies = [
|
|
|
|
|
"regex 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex_macros 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_macros 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_macros 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"stb_image 0.1.0 (git+https://github.com/servo/rust-stb-image)",
|
|
|
|
|
"url 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"util 0.0.1",
|
|
|
|
@ -1271,19 +1303,20 @@ dependencies = [
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "offscreen_gl_context"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "git+https://github.com/ecoal95/rust-offscreen-rendering-context#5b4bd591f785232019f0d6a0bc018d7cb6274125"
|
|
|
|
|
source = "git+https://github.com/ecoal95/rust-offscreen-rendering-context#a33af19355dfdd0076a3f2836dc66e0fea44bcab"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cgl 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"core-foundation 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gl_generator 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gleam 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glutin 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"khronos_api 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"layers 0.1.0 (git+https://github.com/servo/rust-layers)",
|
|
|
|
|
"libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_macros 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_macros 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"x11 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -1406,7 +1439,7 @@ dependencies = [
|
|
|
|
|
"ipc-channel 0.1.0 (git+https://github.com/pcwalton/ipc-channel)",
|
|
|
|
|
"plugins 0.0.1",
|
|
|
|
|
"serde 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_macros 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_macros 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"time 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"url 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
@ -1489,7 +1522,7 @@ name = "script"
|
|
|
|
|
version = "0.0.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"angle 0.1.0 (git+https://github.com/ecoal95/angle?branch=servo)",
|
|
|
|
|
"app_units 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"app_units 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"bitflags 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"canvas 0.0.1",
|
|
|
|
|
"canvas_traits 0.0.1",
|
|
|
|
@ -1497,7 +1530,7 @@ dependencies = [
|
|
|
|
|
"cssparser 0.3.9 (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.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"html5ever 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"hyper 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -1542,9 +1575,9 @@ dependencies = [
|
|
|
|
|
name = "script_traits"
|
|
|
|
|
version = "0.0.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"app_units 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"app_units 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"devtools_traits 0.0.1",
|
|
|
|
|
"euclid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ipc-channel 0.1.0 (git+https://github.com/pcwalton/ipc-channel)",
|
|
|
|
|
"libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"msg 0.0.1",
|
|
|
|
@ -1552,7 +1585,7 @@ dependencies = [
|
|
|
|
|
"plugins 0.0.1",
|
|
|
|
|
"profile_traits 0.0.1",
|
|
|
|
|
"serde 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_macros 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_macros 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"time 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"url 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"util 0.0.1",
|
|
|
|
@ -1602,7 +1635,7 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_macros"
|
|
|
|
|
version = "0.5.3"
|
|
|
|
|
version = "0.6.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"serde_codegen 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -1634,17 +1667,17 @@ source = "git+https://github.com/huonw/simd#be4242121e081206d8769cc60a7d2fa8e23c
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "skia"
|
|
|
|
|
version = "0.0.20130412"
|
|
|
|
|
source = "git+https://github.com/servo/skia#c743b93629bbd60e8c0cab7b9f2fddb9877d64b2"
|
|
|
|
|
source = "git+https://github.com/servo/skia#d1885f1d721d1cb5a32ab932f07866eba7c01c13"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cgl 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"egl 0.1.0 (git+https://github.com/servo/rust-egl)",
|
|
|
|
|
"euclid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"expat-sys 2.1.0 (git+https://github.com/servo/libexpat)",
|
|
|
|
|
"fontconfig 0.1.0 (git+https://github.com/servo/rust-fontconfig)",
|
|
|
|
|
"freetype-sys 2.4.11 (git+https://github.com/servo/libfreetype2)",
|
|
|
|
|
"gleam 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glx 0.0.1 (git+https://github.com/servo/rust-glx)",
|
|
|
|
|
"io-surface 0.1.0 (git+https://github.com/servo/io-surface-rs)",
|
|
|
|
|
"io-surface 0.1.1 (git+https://github.com/servo/io-surface-rs)",
|
|
|
|
|
"libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"x11 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
@ -1706,11 +1739,11 @@ dependencies = [
|
|
|
|
|
name = "style"
|
|
|
|
|
version = "0.0.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"app_units 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"app_units 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"bitflags 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cssparser 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"encoding 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -1720,7 +1753,7 @@ dependencies = [
|
|
|
|
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"selectors 0.1.0 (git+https://github.com/servo/rust-selectors)",
|
|
|
|
|
"serde 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_macros 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_macros 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"string_cache 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"string_cache_plugin 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -1733,9 +1766,9 @@ dependencies = [
|
|
|
|
|
name = "style_tests"
|
|
|
|
|
version = "0.0.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"app_units 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"app_units 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cssparser 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"selectors 0.1.0 (git+https://github.com/servo/rust-selectors)",
|
|
|
|
|
"string_cache 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"string_cache_plugin 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -1750,7 +1783,7 @@ name = "style_traits"
|
|
|
|
|
version = "0.0.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cssparser 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"num 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -1758,7 +1791,7 @@ dependencies = [
|
|
|
|
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"selectors 0.1.0 (git+https://github.com/servo/rust-selectors)",
|
|
|
|
|
"serde 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_macros 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_macros 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"url 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"util 0.0.1",
|
|
|
|
|
]
|
|
|
|
@ -1882,11 +1915,11 @@ dependencies = [
|
|
|
|
|
name = "util"
|
|
|
|
|
version = "0.0.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"app_units 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"azure 0.1.0 (git+https://github.com/servo/rust-azure)",
|
|
|
|
|
"app_units 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"azure 0.2.0 (git+https://github.com/servo/rust-azure)",
|
|
|
|
|
"bitflags 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cssparser 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"html5ever 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"hyper 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -1903,7 +1936,7 @@ dependencies = [
|
|
|
|
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"selectors 0.1.0 (git+https://github.com/servo/rust-selectors)",
|
|
|
|
|
"serde 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_macros 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_macros 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"string_cache 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"url 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -1913,7 +1946,7 @@ dependencies = [
|
|
|
|
|
name = "util_tests"
|
|
|
|
|
version = "0.0.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"euclid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"euclid 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"plugins 0.0.1",
|
|
|
|
|
"util 0.0.1",
|
|
|
|
|