mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Use a faster scroll speed under X11 Platforms may report scroll deltas either in chunks/lines/rows or pixels, depending on the platform API and device capabilities. If the platform reports a line/chunk-based delta then the application needs to convert the delta into a suitable number of pixels. Apple's documentation for example states that the app should interpret the delta as a number of lines or rows to scroll, depending on the type of view. This commit just hardcodes it to 57 as a starting point which matches the value that Firefox calculates as the max char height for the root frame on my system. This depends on this Glutin PR: https://github.com/tomaka/glutin/pull/483 Fixes #5660 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6373) <!-- Reviewable:end -->
1376 lines
48 KiB
TOML
1376 lines
48 KiB
TOML
[root]
|
|
name = "servo"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"android_glue 0.0.2",
|
|
"bitflags 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"compositing 0.0.1",
|
|
"devtools 0.0.1",
|
|
"devtools_traits 0.0.1",
|
|
"env_logger 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gfx 0.0.1",
|
|
"gfx_tests 0.0.1",
|
|
"glutin_app 0.0.1",
|
|
"layout 0.0.1",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"msg 0.0.1",
|
|
"net 0.0.1",
|
|
"net_tests 0.0.1",
|
|
"net_traits 0.0.1",
|
|
"png 0.1.0 (git+https://github.com/servo/rust-png)",
|
|
"profile 0.0.1",
|
|
"profile_traits 0.0.1",
|
|
"script 0.0.1",
|
|
"script_tests 0.0.1",
|
|
"style_tests 0.0.1",
|
|
"time 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
"util_tests 0.0.1",
|
|
"webdriver_server 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "android_glue"
|
|
version = "0.0.2"
|
|
|
|
[[package]]
|
|
name = "android_glue"
|
|
version = "0.0.2"
|
|
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#d4ae702d7525a560d15e08238c7b7b75c093209d"
|
|
dependencies = [
|
|
"core-foundation 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"core-graphics 0.1.0 (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.1.0 (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)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"skia 0.0.20130412 (git+https://github.com/servo/skia)",
|
|
"x11 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "byteorder"
|
|
version = "0.3.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "canvas"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"azure 0.1.0 (git+https://github.com/servo/rust-azure)",
|
|
"canvas_traits 0.0.1",
|
|
"cssparser 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"euclid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gfx_traits 0.0.1",
|
|
"gleam 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"layers 0.1.0 (git+https://github.com/servo/rust-layers)",
|
|
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"offscreen_gl_context 0.0.1 (git+https://github.com/ecoal95/rust-offscreen-rendering-context)",
|
|
"util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "canvas_traits"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"azure 0.1.0 (git+https://github.com/servo/rust-azure)",
|
|
"cssparser 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"euclid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gfx_traits 0.0.1",
|
|
"layers 0.1.0 (git+https://github.com/servo/rust-layers)",
|
|
"offscreen_gl_context 0.0.1 (git+https://github.com/ecoal95/rust-offscreen-rendering-context)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cgl"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"gleam 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clipboard"
|
|
version = "0.0.1"
|
|
source = "git+https://github.com/aweinstock314/rust-clipboard#8ebdac0795f23119c28db9d11624059adf6482b5"
|
|
dependencies = [
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"x11 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clock_ticks"
|
|
version = "0.0.6"
|
|
source = "git+https://github.com/tomaka/clock_ticks#acfcf96806ae5e3bc647b7412a1c430ce62b79a1"
|
|
dependencies = [
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cocoa"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"objc 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "compositing"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"azure 0.1.0 (git+https://github.com/servo/rust-azure)",
|
|
"clipboard 0.0.1 (git+https://github.com/aweinstock314/rust-clipboard)",
|
|
"core-graphics 0.1.0 (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.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gfx 0.0.1",
|
|
"gfx_traits 0.0.1",
|
|
"gleam 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"layers 0.1.0 (git+https://github.com/servo/rust-layers)",
|
|
"layout_traits 0.0.1",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"msg 0.0.1",
|
|
"net 0.0.1",
|
|
"net_traits 0.0.1",
|
|
"num 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"png 0.1.0 (git+https://github.com/servo/rust-png)",
|
|
"profile_traits 0.0.1",
|
|
"script_traits 0.0.1",
|
|
"style 0.0.1",
|
|
"time 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cookie"
|
|
version = "0.1.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"openssl 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"time 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-foundation"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-graphics"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"core-foundation 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-text"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/servo/core-text-rs#c12e41b35141e094bf784017ca4a6f71d90c9877"
|
|
dependencies = [
|
|
"core-foundation 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"core-graphics 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cssparser"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
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)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "debug-builders"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "devtools"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"devtools_traits 0.0.1",
|
|
"hyper 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"msg 0.0.1",
|
|
"rustc-serialize 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"time 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "devtools_traits"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"bitflags 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"hyper 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"msg 0.0.1",
|
|
"rustc-serialize 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"time 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "egl"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/servo/rust-egl#b21a3eafc321bd498231fcd4f4704fd90898ebf4"
|
|
dependencies = [
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "encoding"
|
|
version = "0.2.32"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"encoding-index-japanese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"encoding-index-korean 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"encoding-index-simpchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"encoding-index-singlebyte 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"encoding-index-tradchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "encoding-index-japanese"
|
|
version = "1.20141219.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "encoding-index-korean"
|
|
version = "1.20141219.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "encoding-index-simpchinese"
|
|
version = "1.20141219.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "encoding-index-singlebyte"
|
|
version = "1.20141219.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "encoding-index-tradchinese"
|
|
version = "1.20141219.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "encoding_index_tests"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "env_logger"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"regex 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "euclid"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "expat-sys"
|
|
version = "2.1.0"
|
|
source = "git+https://github.com/servo/libexpat#83f914d964af73ba38aa413455a2009cc6cb2618"
|
|
|
|
[[package]]
|
|
name = "flate2"
|
|
version = "0.2.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"miniz-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fnv"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "fontconfig"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/servo/rust-fontconfig#7839e5adcb4d6da3cefe2256f5071ac0203b9206"
|
|
dependencies = [
|
|
"fontconfig-sys 2.11.1 (git+https://github.com/servo/libfontconfig)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fontconfig-sys"
|
|
version = "2.11.1"
|
|
source = "git+https://github.com/servo/libfontconfig#74f5279e8ff93297e5ce9be63bc49d4ea4943548"
|
|
dependencies = [
|
|
"expat-sys 2.1.0 (git+https://github.com/servo/libexpat)",
|
|
"freetype-sys 2.4.11 (git+https://github.com/servo/libfreetype2)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "freetype"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/servo/rust-freetype#507cee774458dc704c902d405bb869fb286f7a64"
|
|
dependencies = [
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "freetype-sys"
|
|
version = "2.4.11"
|
|
source = "git+https://github.com/servo/libfreetype2#3f22b9dd3be53cdea2a46a0d8eadf72eaeafe2b3"
|
|
|
|
[[package]]
|
|
name = "gcc"
|
|
version = "0.3.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "gdi32-sys"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"winapi 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gfx"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"azure 0.1.0 (git+https://github.com/servo/rust-azure)",
|
|
"bitflags 0.2.1 (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.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"core-text 0.1.0 (git+https://github.com/servo/core-text-rs)",
|
|
"euclid 0.1.0 (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)",
|
|
"gfx_traits 0.0.1",
|
|
"harfbuzz 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"layers 0.1.0 (git+https://github.com/servo/rust-layers)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"msg 0.0.1",
|
|
"net_traits 0.0.1",
|
|
"plugins 0.0.1",
|
|
"png 0.1.0 (git+https://github.com/servo/rust-png)",
|
|
"profile_traits 0.0.1",
|
|
"rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"script_traits 0.0.1",
|
|
"skia 0.0.20130412 (git+https://github.com/servo/skia)",
|
|
"smallvec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"stb_image 0.1.0 (git+https://github.com/servo/rust-stb-image)",
|
|
"string_cache 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"style 0.0.1",
|
|
"time 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gfx_tests"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"gfx 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gfx_traits"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"azure 0.1.0 (git+https://github.com/servo/rust-azure)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gl_common"
|
|
version = "0.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gl_generator"
|
|
version = "0.0.26"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"khronos_api 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"xml-rs 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gleam"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"gl_common 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gl_generator 0.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"khronos_api 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glutin"
|
|
version = "0.0.26"
|
|
source = "git+https://github.com/servo/glutin?branch=servo#abb5ba69eb6188d24567b47e7b5a289adc595f29"
|
|
dependencies = [
|
|
"android_glue 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"cocoa 0.1.2 (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.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.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gl_generator 0.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"kernel32-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"khronos_api 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"lazy_static 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"objc 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"osmesa-sys 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"user32-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"x11 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glutin_app"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"bitflags 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"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.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gleam 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"glutin 0.0.26 (git+https://github.com/servo/glutin?branch=servo)",
|
|
"layers 0.1.0 (git+https://github.com/servo/rust-layers)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"msg 0.0.1",
|
|
"net 0.0.1",
|
|
"script_traits 0.0.1",
|
|
"time 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
"x11 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glx"
|
|
version = "0.0.1"
|
|
source = "git+https://github.com/servo/rust-glx#75ed2359f50c16c60f871e2f5f146e2016d8453d"
|
|
dependencies = [
|
|
"gl_common 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gl_generator 0.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"khronos_api 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "harfbuzz"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "html5ever"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"html5ever_macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"mac 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"phf 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"phf_macros 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"string_cache 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"string_cache_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"time 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "html5ever_macros"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"mac 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "httparse"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "hyper"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"cookie 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"httparse 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"mime 0.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num_cpus 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"openssl 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"time 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"traitobject 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"unicase 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "io-surface"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/servo/io-surface-rs#401cf1d0a90290aa832b622061257d2ce985f69b"
|
|
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.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gleam 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "js"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/servo/rust-mozjs#32b64a91f58a9c99f56c48da9bb31d7e4e3860fc"
|
|
dependencies = [
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"mozjs_sys 0.0.0 (git+https://github.com/servo/mozjs)",
|
|
"rustc-serialize 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "kernel32-sys"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"winapi 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi-build 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "khronos_api"
|
|
version = "0.0.5"
|
|
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#65001b9e18631172a457c31c04be990639c02c35"
|
|
dependencies = [
|
|
"azure 0.1.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.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gleam 0.1.1 (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)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"skia 0.0.20130412 (git+https://github.com/servo/skia)",
|
|
"x11 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "layout"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"azure 0.1.0 (git+https://github.com/servo/rust-azure)",
|
|
"bitflags 0.2.1 (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.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"encoding 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"euclid 0.1.0 (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",
|
|
"layout_traits 0.0.1",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"msg 0.0.1",
|
|
"net_traits 0.0.1",
|
|
"plugins 0.0.1",
|
|
"png 0.1.0 (git+https://github.com/servo/rust-png)",
|
|
"profile_traits 0.0.1",
|
|
"rustc-serialize 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"script 0.0.1",
|
|
"script_traits 0.0.1",
|
|
"selectors 0.1.0 (git+https://github.com/servo/rust-selectors)",
|
|
"smallvec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"string_cache 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"string_cache_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"style 0.0.1",
|
|
"url 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "layout_traits"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"euclid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gfx 0.0.1",
|
|
"msg 0.0.1",
|
|
"net_traits 0.0.1",
|
|
"profile_traits 0.0.1",
|
|
"script_traits 0.0.1",
|
|
"url 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lazy_static"
|
|
version = "0.1.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "libressl-pnacl-sys"
|
|
version = "2.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"pnacl-build-helper 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "log"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mac"
|
|
version = "0.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "malloc_buf"
|
|
version = "0.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "matches"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "mime"
|
|
version = "0.0.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miniz-sys"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"gcc 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mozjs_sys"
|
|
version = "0.0.0"
|
|
source = "git+https://github.com/servo/mozjs#2c918d1fb803673f5e5aca230034f77e85455448"
|
|
|
|
[[package]]
|
|
name = "msg"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"azure 0.1.0 (git+https://github.com/servo/rust-azure)",
|
|
"bitflags 0.2.1 (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.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"hyper 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"io-surface 0.1.0 (git+https://github.com/servo/io-surface-rs)",
|
|
"layers 0.1.0 (git+https://github.com/servo/rust-layers)",
|
|
"png 0.1.0 (git+https://github.com/servo/rust-png)",
|
|
"rustc-serialize 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"style 0.0.1",
|
|
"url 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "net"
|
|
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.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"flate2 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"hyper 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"net_traits 0.0.1",
|
|
"openssl 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"png 0.1.0 (git+https://github.com/servo/rust-png)",
|
|
"regex 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"regex_macros 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"time 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
"uuid 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "net_tests"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"cookie 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"hyper 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"net 0.0.1",
|
|
"net_traits 0.0.1",
|
|
"url 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "net_traits"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"euclid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"hyper 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"msg 0.0.1",
|
|
"png 0.1.0 (git+https://github.com/servo/rust-png)",
|
|
"stb_image 0.1.0 (git+https://github.com/servo/rust-stb-image)",
|
|
"url 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num"
|
|
version = "0.1.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num_cpus"
|
|
version = "0.2.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "objc"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"malloc_buf 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "offscreen_gl_context"
|
|
version = "0.0.1"
|
|
source = "git+https://github.com/ecoal95/rust-offscreen-rendering-context#e79da8f61ad468087beb546bca4d7267b77edd9f"
|
|
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)",
|
|
"egl 0.1.0 (git+https://github.com/servo/rust-egl)",
|
|
"euclid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gleam 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"glx 0.0.1 (git+https://github.com/servo/rust-glx)",
|
|
"layers 0.1.0 (git+https://github.com/servo/rust-layers)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"x11 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openssl"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"lazy_static 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"openssl-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openssl-sys"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"gcc 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libressl-pnacl-sys 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pkg-config 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "osmesa-sys"
|
|
version = "0.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"shared_library 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"debug-builders 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"phf_shared 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf_generator"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"phf_shared 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf_macros"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"phf_generator 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"phf_shared 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf_shared"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "pkg-config"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "plugins"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"tenacious 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pnacl-build-helper"
|
|
version = "1.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"tempdir 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "png"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/servo/rust-png#653902184ce95d2dc44cd4674c8b273fe6a385a9"
|
|
dependencies = [
|
|
"gcc 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"png-sys 1.6.16 (git+https://github.com/servo/rust-png)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "png-sys"
|
|
version = "1.6.16"
|
|
source = "git+https://github.com/servo/rust-png#653902184ce95d2dc44cd4674c8b273fe6a385a9"
|
|
|
|
[[package]]
|
|
name = "profile"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"profile_traits 0.0.1",
|
|
"regex 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"task_info 0.0.1",
|
|
"time 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "profile_traits"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"time 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quicksort"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.3.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex"
|
|
version = "0.1.33"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"regex-syntax 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex-syntax"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "regex_macros"
|
|
version = "0.1.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"regex 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc-serialize"
|
|
version = "0.3.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "script"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"bitflags 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"canvas 0.0.1",
|
|
"canvas_traits 0.0.1",
|
|
"cssparser 0.3.1 (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.1.0 (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",
|
|
"html5ever 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"hyper 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"js 0.1.0 (git+https://github.com/servo/rust-mozjs)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"msg 0.0.1",
|
|
"net_traits 0.0.1",
|
|
"num 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"offscreen_gl_context 0.0.1 (git+https://github.com/ecoal95/rust-offscreen-rendering-context)",
|
|
"plugins 0.0.1",
|
|
"png 0.1.0 (git+https://github.com/servo/rust-png)",
|
|
"profile_traits 0.0.1",
|
|
"rustc-serialize 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"script_traits 0.0.1",
|
|
"selectors 0.1.0 (git+https://github.com/servo/rust-selectors)",
|
|
"smallvec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"string_cache 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"string_cache_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"style 0.0.1",
|
|
"time 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"unicase 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
"uuid 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"websocket 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "script_tests"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"msg 0.0.1",
|
|
"script 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "script_traits"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"devtools_traits 0.0.1",
|
|
"euclid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"msg 0.0.1",
|
|
"net_traits 0.0.1",
|
|
"url 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "selectors"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/servo/rust-selectors#bb6b97f38c3684e475e762ca0363b58fa6984c62"
|
|
dependencies = [
|
|
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"cssparser 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quicksort 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"smallvec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"string_cache 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"string_cache_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "shared_library"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"lazy_static 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "skia"
|
|
version = "0.0.20130412"
|
|
source = "git+https://github.com/servo/skia#92df68b91084bbe1e025efa64a1647471eb17afc"
|
|
dependencies = [
|
|
"expat-sys 2.1.0 (git+https://github.com/servo/libexpat)",
|
|
"freetype-sys 2.4.11 (git+https://github.com/servo/libfreetype2)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "smallvec"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "stb_image"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/servo/rust-stb-image#e3f7246caa694e863975ead98f4940d046108fd7"
|
|
dependencies = [
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "string_cache"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"lazy_static 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"phf 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"phf_macros 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"string_cache_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"string_cache_shared 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "string_cache_plugin"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"lazy_static 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"mac 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"string_cache_shared 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "string_cache_shared"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "style"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"bitflags 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"cssparser 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"encoding 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"euclid 0.1.0 (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.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"plugins 0.0.1",
|
|
"rustc-serialize 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"selectors 0.1.0 (git+https://github.com/servo/rust-selectors)",
|
|
"smallvec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"string_cache 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"string_cache_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "style_tests"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"cssparser 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"euclid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"selectors 0.1.0 (git+https://github.com/servo/rust-selectors)",
|
|
"string_cache 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"string_cache_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"style 0.0.1",
|
|
"url 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "task_info"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"gcc 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tempdir"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tenacious"
|
|
version = "0.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "time"
|
|
version = "0.1.26"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"gcc 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "traitobject"
|
|
version = "0.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "typeable"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "unicase"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "url"
|
|
version = "0.2.35"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
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)",
|
|
"rustc-serialize 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "user32-sys"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"winapi 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi-build 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "util"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"azure 0.1.0 (git+https://github.com/servo/rust-azure)",
|
|
"bitflags 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"cssparser 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"euclid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"layers 0.1.0 (git+https://github.com/servo/rust-layers)",
|
|
"lazy_static 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num_cpus 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"plugins 0.0.1",
|
|
"rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"selectors 0.1.0 (git+https://github.com/servo/rust-selectors)",
|
|
"smallvec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"string_cache 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"string_cache_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"time 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "util_tests"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"euclid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"plugins 0.0.1",
|
|
"util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "uuid"
|
|
version = "0.1.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "webdriver"
|
|
version = "0.2.0"
|
|
source = "git+https://github.com/jgraham/webdriver-rust.git#b9cf2b1f65d4f01f593de29a581518feeb6b5a64"
|
|
dependencies = [
|
|
"hyper 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"regex 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uuid 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "webdriver_server"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"msg 0.0.1",
|
|
"png 0.1.0 (git+https://github.com/servo/rust-png)",
|
|
"rustc-serialize 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
"uuid 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"webdriver 0.2.0 (git+https://github.com/jgraham/webdriver-rust.git)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "websocket"
|
|
version = "0.12.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"bitflags 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"byteorder 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"hyper 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"openssl 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"unicase 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winapi"
|
|
version = "0.1.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winapi-build"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "x11"
|
|
version = "1.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pkg-config 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xml-rs"
|
|
version = "0.1.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"bitflags 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|