2016-02-21 18:20:03 -05:00
|
|
|
[root]
|
|
|
|
name = "alacritty"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2016-06-06 19:54:15 -04:00
|
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 23:42:58 -05:00
|
|
|
"cgmath 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-05 17:17:09 -04:00
|
|
|
"errno 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-09 23:39:40 -04:00
|
|
|
"font 0.1.0",
|
2016-07-15 10:55:44 -04:00
|
|
|
"gl_generator 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-01 00:16:17 -04:00
|
|
|
"glutin 0.6.1 (git+https://github.com/jwilm/glutin?rev=16ed800f68022a37203434bd3b542ff5400c1403)",
|
2016-09-05 17:17:09 -04:00
|
|
|
"libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"notify 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parking_lot 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_macros 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-30 23:58:23 -04:00
|
|
|
"serde_yaml 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-21 18:20:03 -05:00
|
|
|
]
|
|
|
|
|
2016-02-23 23:42:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "android_glue"
|
2016-09-05 17:17:09 -04:00
|
|
|
version = "0.2.1"
|
2016-02-23 23:42:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-06-30 12:04:06 -04:00
|
|
|
[[package]]
|
|
|
|
name = "aster"
|
2016-09-05 17:17:09 -04:00
|
|
|
version = "0.26.1"
|
2016-06-30 12:04:06 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-21 22:44:54 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-06-04 13:54:33 -04:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-06-02 22:54:16 -04:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-05-21 00:36:28 -04:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-23 23:42:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2016-06-02 22:54:16 -04:00
|
|
|
version = "0.5.3"
|
2016-02-23 23:42:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-06-04 13:54:33 -04:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-23 23:42:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cgl"
|
2016-06-02 22:54:16 -04:00
|
|
|
version = "0.1.5"
|
2016-02-23 23:42:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-07-15 10:55:44 -04:00
|
|
|
"gleam 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-05 17:17:09 -04:00
|
|
|
"libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 23:42:58 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cgmath"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-09-05 17:17:09 -04:00
|
|
|
"num 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 23:42:58 -05:00
|
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-21 00:36:28 -04:00
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 23:42:58 -05:00
|
|
|
]
|
|
|
|
|
2016-09-05 17:17:09 -04:00
|
|
|
[[package]]
|
|
|
|
name = "cmake"
|
|
|
|
version = "0.1.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"gcc 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-02-23 23:42:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cocoa"
|
2016-06-09 23:39:40 -04:00
|
|
|
version = "0.3.3"
|
2016-02-23 23:42:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-09 11:30:55 -04:00
|
|
|
"core-graphics 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-05 17:17:09 -04:00
|
|
|
"libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-09 23:39:40 -04:00
|
|
|
"objc 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 23:42:58 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2016-05-21 00:36:28 -04:00
|
|
|
version = "0.2.2"
|
2016-02-23 23:42:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-05-21 00:36:28 -04:00
|
|
|
"core-foundation-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-05 17:17:09 -04:00
|
|
|
"libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 23:42:58 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2016-05-21 00:36:28 -04:00
|
|
|
version = "0.2.2"
|
2016-02-23 23:42:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-09-05 17:17:09 -04:00
|
|
|
"libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 23:42:58 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-graphics"
|
2016-06-09 11:30:55 -04:00
|
|
|
version = "0.3.2"
|
2016-02-23 23:42:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-05-21 00:36:28 -04:00
|
|
|
"core-foundation 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-05 17:17:09 -04:00
|
|
|
"libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-30 23:58:23 -04:00
|
|
|
"serde 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 23:42:58 -05:00
|
|
|
]
|
|
|
|
|
2016-06-09 23:39:40 -04:00
|
|
|
[[package]]
|
|
|
|
name = "core-text"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"core-graphics 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-05 17:17:09 -04:00
|
|
|
"libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-09 23:39:40 -04:00
|
|
|
]
|
|
|
|
|
2016-02-23 23:42:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam"
|
2016-09-05 17:17:09 -04:00
|
|
|
version = "0.2.10"
|
2016-02-23 23:42:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dlib"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-07-15 10:55:44 -04:00
|
|
|
"libloading 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 23:42:58 -05:00
|
|
|
]
|
|
|
|
|
2016-09-05 17:17:09 -04:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-23 23:42:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "dwmapi-sys"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-07-15 10:55:44 -04:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 23:42:58 -05:00
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2016-06-09 23:39:40 -04:00
|
|
|
name = "errno"
|
2016-09-05 17:17:09 -04:00
|
|
|
version = "0.1.8"
|
2016-02-23 23:42:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-06-09 23:39:40 -04:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-05 17:17:09 -04:00
|
|
|
"libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-15 10:55:44 -04:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-09 23:39:40 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "euclid"
|
|
|
|
version = "0.6.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"heapsize 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-05 17:17:09 -04:00
|
|
|
"num-traits 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-09 23:39:40 -04:00
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-30 23:58:23 -04:00
|
|
|
"serde 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 23:42:58 -05:00
|
|
|
]
|
|
|
|
|
2016-02-21 18:20:03 -05:00
|
|
|
[[package]]
|
|
|
|
name = "expat-sys"
|
2016-09-05 17:17:09 -04:00
|
|
|
version = "2.1.4"
|
2016-02-21 18:20:03 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-09-05 17:17:09 -04:00
|
|
|
"cmake 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-21 00:36:28 -04:00
|
|
|
"pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-21 18:20:03 -05:00
|
|
|
]
|
|
|
|
|
2016-06-04 13:54:33 -04:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-09-05 17:17:09 -04:00
|
|
|
"libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-04 13:54:33 -04:00
|
|
|
]
|
|
|
|
|
2016-06-09 23:39:40 -04:00
|
|
|
[[package]]
|
|
|
|
name = "font"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"core-foundation-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"core-graphics 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"core-text 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"euclid 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"freetype-rs 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-05 17:17:09 -04:00
|
|
|
"libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-09 23:39:40 -04:00
|
|
|
"servo-fontconfig 0.2.0 (git+https://github.com/jwilm/rust-fontconfig)",
|
|
|
|
]
|
|
|
|
|
2016-02-21 18:20:03 -05:00
|
|
|
[[package]]
|
2016-02-21 22:44:54 -05:00
|
|
|
name = "freetype-rs"
|
2016-06-02 22:54:16 -04:00
|
|
|
version = "0.9.0"
|
2016-02-21 22:44:54 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-02-21 18:20:03 -05:00
|
|
|
dependencies = [
|
2016-06-02 22:54:16 -04:00
|
|
|
"bitflags 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"freetype-sys 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-05 17:17:09 -04:00
|
|
|
"libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-21 18:20:03 -05:00
|
|
|
]
|
|
|
|
|
2016-02-21 22:44:54 -05:00
|
|
|
[[package]]
|
|
|
|
name = "freetype-sys"
|
2016-06-02 22:54:16 -04:00
|
|
|
version = "0.4.0"
|
2016-02-21 22:44:54 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-09-05 17:17:09 -04:00
|
|
|
"libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libz-sys 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-21 00:36:28 -04:00
|
|
|
"pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-21 22:44:54 -05:00
|
|
|
]
|
|
|
|
|
2016-02-23 23:42:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "fs2"
|
2016-07-15 10:55:44 -04:00
|
|
|
version = "0.2.5"
|
2016-02-23 23:42:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-05-21 00:36:28 -04:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-05 17:17:09 -04:00
|
|
|
"libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-15 10:55:44 -04:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 23:42:58 -05:00
|
|
|
]
|
|
|
|
|
2016-06-04 13:54:33 -04:00
|
|
|
[[package]]
|
|
|
|
name = "fsevent"
|
2016-09-05 17:17:09 -04:00
|
|
|
version = "0.2.15"
|
2016-06-04 13:54:33 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fsevent-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-05 17:17:09 -04:00
|
|
|
"libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-04 13:54:33 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fsevent-sys"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-09-05 17:17:09 -04:00
|
|
|
"libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-04 13:54:33 -04:00
|
|
|
]
|
|
|
|
|
2016-02-21 22:44:54 -05:00
|
|
|
[[package]]
|
|
|
|
name = "gcc"
|
2016-09-05 17:17:09 -04:00
|
|
|
version = "0.3.35"
|
2016-02-21 22:44:54 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-23 23:42:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "gdi32-sys"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-07-15 10:55:44 -04:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 23:42:58 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gl_generator"
|
2016-07-15 10:55:44 -04:00
|
|
|
version = "0.5.2"
|
2016-02-23 23:42:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"khronos_api 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-21 00:36:28 -04:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"xml-rs 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 23:42:58 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gleam"
|
2016-07-15 10:55:44 -04:00
|
|
|
version = "0.2.20"
|
2016-02-23 23:42:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-07-15 10:55:44 -04:00
|
|
|
"gl_generator 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 23:42:58 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glutin"
|
2016-07-15 10:55:44 -04:00
|
|
|
version = "0.6.1"
|
2016-09-01 00:16:17 -04:00
|
|
|
source = "git+https://github.com/jwilm/glutin?rev=16ed800f68022a37203434bd3b542ff5400c1403#16ed800f68022a37203434bd3b542ff5400c1403"
|
2016-02-23 23:42:58 -05:00
|
|
|
dependencies = [
|
2016-09-05 17:17:09 -04:00
|
|
|
"android_glue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-30 15:47:22 -04:00
|
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-02 22:54:16 -04:00
|
|
|
"cgl 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-09 23:39:40 -04:00
|
|
|
"cocoa 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-21 00:36:28 -04:00
|
|
|
"core-foundation 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-09 11:30:55 -04:00
|
|
|
"core-graphics 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 23:42:58 -05:00
|
|
|
"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)",
|
2016-07-15 10:55:44 -04:00
|
|
|
"gl_generator 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-21 00:36:28 -04:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-09 23:39:40 -04:00
|
|
|
"lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-05 17:17:09 -04:00
|
|
|
"libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-09 23:39:40 -04:00
|
|
|
"objc 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-05 17:17:09 -04:00
|
|
|
"osmesa-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"shared_library 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 23:42:58 -05:00
|
|
|
"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)",
|
2016-05-21 00:36:28 -04:00
|
|
|
"wayland-client 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wayland-kbd 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wayland-window 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-15 10:55:44 -04:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-05 17:17:09 -04:00
|
|
|
"x11-dl 2.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-09 23:39:40 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heapsize"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 23:42:58 -05:00
|
|
|
]
|
|
|
|
|
2016-06-04 13:54:33 -04:00
|
|
|
[[package]]
|
|
|
|
name = "inotify"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-09-05 17:17:09 -04:00
|
|
|
"libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-04 13:54:33 -04:00
|
|
|
]
|
|
|
|
|
2016-07-15 10:55:44 -04:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-23 23:42:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
2016-05-21 00:36:28 -04:00
|
|
|
version = "0.2.2"
|
2016-02-23 23:42:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-07-15 10:55:44 -04:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 23:42:58 -05:00
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "khronos_api"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2016-05-21 00:36:28 -04:00
|
|
|
version = "0.1.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "0.2.1"
|
2016-02-23 23:42:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-21 18:20:03 -05:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2016-09-05 17:17:09 -04:00
|
|
|
version = "0.2.15"
|
2016-02-21 18:20:03 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-23 23:42:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2016-07-15 10:55:44 -04:00
|
|
|
version = "0.2.4"
|
2016-02-23 23:42:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-05-21 00:36:28 -04:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-05 17:17:09 -04:00
|
|
|
"target_build_utils 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-15 10:55:44 -04:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 23:42:58 -05:00
|
|
|
]
|
|
|
|
|
2016-02-21 22:44:54 -05:00
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
2016-09-05 17:17:09 -04:00
|
|
|
version = "1.0.6"
|
2016-02-21 22:44:54 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-09-05 17:17:09 -04:00
|
|
|
"gcc 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-21 00:36:28 -04:00
|
|
|
"pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-21 22:44:54 -05:00
|
|
|
]
|
|
|
|
|
2016-02-23 23:42:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2016-05-21 00:36:28 -04:00
|
|
|
version = "0.3.6"
|
2016-02-23 23:42:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "malloc_buf"
|
|
|
|
version = "0.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-09-05 17:17:09 -04:00
|
|
|
"libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 23:42:58 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memmap"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-07-15 10:55:44 -04:00
|
|
|
"fs2 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-21 00:36:28 -04:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-05 17:17:09 -04:00
|
|
|
"libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-15 10:55:44 -04:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 23:42:58 -05:00
|
|
|
]
|
|
|
|
|
2016-06-04 13:54:33 -04:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-05 17:17:09 -04:00
|
|
|
"libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-04 13:54:33 -04:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-05 17:17:09 -04:00
|
|
|
"miow 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"net2 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-15 10:55:44 -04:00
|
|
|
"nix 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-04 13:54:33 -04:00
|
|
|
"slab 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-15 10:55:44 -04:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-04 13:54:33 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2016-09-05 17:17:09 -04:00
|
|
|
version = "0.1.3"
|
2016-06-04 13:54:33 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-05 17:17:09 -04:00
|
|
|
"net2 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-15 10:55:44 -04:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-04 13:54:33 -04:00
|
|
|
"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "net2"
|
2016-09-05 17:17:09 -04:00
|
|
|
version = "0.2.26"
|
2016-06-04 13:54:33 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-05 17:17:09 -04:00
|
|
|
"libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-15 10:55:44 -04:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-04 13:54:33 -04:00
|
|
|
"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2016-07-15 10:55:44 -04:00
|
|
|
version = "0.5.1"
|
2016-06-04 13:54:33 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-05 17:17:09 -04:00
|
|
|
"libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-04 13:54:33 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "notify"
|
2016-09-05 17:17:09 -04:00
|
|
|
version = "2.6.3"
|
2016-07-15 10:55:44 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-06-04 13:54:33 -04:00
|
|
|
dependencies = [
|
|
|
|
"bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-05 17:17:09 -04:00
|
|
|
"fsevent 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-04 13:54:33 -04:00
|
|
|
"fsevent-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"inotify 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-05 17:17:09 -04:00
|
|
|
"libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-04 13:54:33 -04:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-05 17:17:09 -04:00
|
|
|
"walkdir 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-15 10:55:44 -04:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-04 13:54:33 -04:00
|
|
|
]
|
|
|
|
|
2016-02-23 23:42:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "num"
|
2016-09-05 17:17:09 -04:00
|
|
|
version = "0.1.35"
|
2016-02-23 23:42:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-09-05 17:17:09 -04:00
|
|
|
"num-bigint 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-complex 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-21 00:36:28 -04:00
|
|
|
"num-integer 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-iter 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-05 17:17:09 -04:00
|
|
|
"num-rational 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-21 00:36:28 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2016-09-05 17:17:09 -04:00
|
|
|
version = "0.1.35"
|
2016-05-21 00:36:28 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"num-integer 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-05 17:17:09 -04:00
|
|
|
"num-traits 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 23:42:58 -05:00
|
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-21 00:36:28 -04:00
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 23:42:58 -05:00
|
|
|
]
|
|
|
|
|
2016-05-21 00:36:28 -04:00
|
|
|
[[package]]
|
|
|
|
name = "num-complex"
|
2016-09-05 17:17:09 -04:00
|
|
|
version = "0.1.35"
|
2016-05-21 00:36:28 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-09-05 17:17:09 -04:00
|
|
|
"num-traits 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-21 00:36:28 -04:00
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.32"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-09-05 17:17:09 -04:00
|
|
|
"num-traits 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-21 00:36:28 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
|
|
|
version = "0.1.32"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"num-integer 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-05 17:17:09 -04:00
|
|
|
"num-traits 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-21 00:36:28 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
2016-09-05 17:17:09 -04:00
|
|
|
version = "0.1.35"
|
2016-05-21 00:36:28 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-09-05 17:17:09 -04:00
|
|
|
"num-bigint 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-21 00:36:28 -04:00
|
|
|
"num-integer 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-05 17:17:09 -04:00
|
|
|
"num-traits 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-21 00:36:28 -04:00
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2016-09-05 17:17:09 -04:00
|
|
|
version = "0.1.35"
|
2016-05-21 00:36:28 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-23 23:42:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "objc"
|
2016-06-09 23:39:40 -04:00
|
|
|
version = "0.2.1"
|
2016-02-23 23:42:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "osmesa-sys"
|
2016-09-05 17:17:09 -04:00
|
|
|
version = "0.1.1"
|
2016-02-23 23:42:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-09-05 17:17:09 -04:00
|
|
|
"shared_library 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 23:42:58 -05:00
|
|
|
]
|
|
|
|
|
2016-06-27 22:46:24 -04:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2016-09-05 17:17:09 -04:00
|
|
|
version = "0.3.2"
|
2016-08-29 22:23:04 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-09-05 17:17:09 -04:00
|
|
|
"parking_lot_core 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-29 22:23:04 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2016-09-05 17:17:09 -04:00
|
|
|
version = "0.1.2"
|
2016-06-27 22:46:24 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-05 17:17:09 -04:00
|
|
|
"libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-29 22:23:04 -04:00
|
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-27 22:46:24 -04:00
|
|
|
"smallvec 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-15 10:55:44 -04:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-27 22:46:24 -04:00
|
|
|
]
|
|
|
|
|
2016-02-21 18:20:03 -05:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2016-05-21 00:36:28 -04:00
|
|
|
version = "0.3.8"
|
2016-02-21 18:20:03 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-06-30 12:04:06 -04:00
|
|
|
[[package]]
|
|
|
|
name = "quasi"
|
2016-09-05 17:17:09 -04:00
|
|
|
version = "0.19.0"
|
2016-06-30 12:04:06 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quasi_codegen"
|
2016-09-05 17:17:09 -04:00
|
|
|
version = "0.19.0"
|
2016-06-30 12:04:06 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-09-05 17:17:09 -04:00
|
|
|
"aster 0.26.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-30 12:04:06 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quasi_macros"
|
2016-09-05 17:17:09 -04:00
|
|
|
version = "0.19.0"
|
2016-06-30 12:04:06 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-09-05 17:17:09 -04:00
|
|
|
"quasi_codegen 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-30 12:04:06 -04:00
|
|
|
]
|
|
|
|
|
2016-02-23 23:42:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.3.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-09-05 17:17:09 -04:00
|
|
|
"libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 23:42:58 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-serialize"
|
2016-05-21 00:36:28 -04:00
|
|
|
version = "0.3.19"
|
2016-02-23 23:42:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2016-05-21 00:36:28 -04:00
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.1.7"
|
2016-02-23 23:42:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-05-21 00:36:28 -04:00
|
|
|
"semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 23:42:58 -05:00
|
|
|
]
|
|
|
|
|
2016-05-21 00:36:28 -04:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.1.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2016-08-30 23:58:23 -04:00
|
|
|
version = "0.7.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2016-09-05 17:17:09 -04:00
|
|
|
version = "0.8.6"
|
2016-05-21 00:36:28 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-06-30 12:04:06 -04:00
|
|
|
[[package]]
|
|
|
|
name = "serde_codegen"
|
2016-09-05 17:17:09 -04:00
|
|
|
version = "0.8.6"
|
2016-06-30 12:04:06 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-09-05 17:17:09 -04:00
|
|
|
"aster 0.26.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quasi 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quasi_macros 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_codegen_internals 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-30 12:04:06 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2016-07-15 10:55:44 -04:00
|
|
|
name = "serde_codegen_internals"
|
2016-09-05 17:17:09 -04:00
|
|
|
version = "0.8.0"
|
2016-06-30 12:04:06 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-07-15 10:55:44 -04:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2016-09-05 17:17:09 -04:00
|
|
|
version = "0.8.1"
|
2016-07-15 10:55:44 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-09-05 17:17:09 -04:00
|
|
|
"dtoa 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-15 10:55:44 -04:00
|
|
|
"itoa 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-05 17:17:09 -04:00
|
|
|
"num-traits 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-15 10:55:44 -04:00
|
|
|
]
|
|
|
|
|
2016-06-30 12:04:06 -04:00
|
|
|
[[package]]
|
|
|
|
name = "serde_macros"
|
2016-09-05 17:17:09 -04:00
|
|
|
version = "0.8.6"
|
2016-06-30 12:04:06 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-09-05 17:17:09 -04:00
|
|
|
"serde_codegen 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-30 12:04:06 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_yaml"
|
2016-08-30 23:58:23 -04:00
|
|
|
version = "0.4.0"
|
2016-06-30 12:04:06 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-09-05 17:17:09 -04:00
|
|
|
"serde 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-30 12:04:06 -04:00
|
|
|
"yaml-rust 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-02-21 18:20:03 -05:00
|
|
|
[[package]]
|
|
|
|
name = "servo-fontconfig"
|
|
|
|
version = "0.2.0"
|
2016-02-21 22:44:54 -05:00
|
|
|
source = "git+https://github.com/jwilm/rust-fontconfig#419135e5e1106ec0973dd4923bd9c70d8e438cc8"
|
2016-02-21 18:20:03 -05:00
|
|
|
dependencies = [
|
2016-09-05 17:17:09 -04:00
|
|
|
"libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-21 22:44:54 -05:00
|
|
|
"servo-fontconfig-sys 2.11.3 (git+https://github.com/jwilm/libfontconfig)",
|
2016-02-21 18:20:03 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "servo-fontconfig-sys"
|
|
|
|
version = "2.11.3"
|
2016-06-02 22:54:16 -04:00
|
|
|
source = "git+https://github.com/jwilm/libfontconfig#618a52973d46e5cce4f054f6ee3bd2682167eee4"
|
2016-02-21 18:20:03 -05:00
|
|
|
dependencies = [
|
2016-09-05 17:17:09 -04:00
|
|
|
"expat-sys 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-02 22:54:16 -04:00
|
|
|
"freetype-sys 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-21 00:36:28 -04:00
|
|
|
"pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-21 18:20:03 -05:00
|
|
|
]
|
|
|
|
|
2016-02-23 23:42:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "shared_library"
|
2016-09-05 17:17:09 -04:00
|
|
|
version = "0.1.5"
|
2016-02-23 23:42:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-09-05 17:17:09 -04:00
|
|
|
"lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 23:42:58 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "shell32-sys"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-07-15 10:55:44 -04:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 23:42:58 -05:00
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-06-04 13:54:33 -04:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-06-27 22:46:24 -04:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-07-15 10:55:44 -04:00
|
|
|
[[package]]
|
|
|
|
name = "target_build_utils"
|
2016-09-05 17:17:09 -04:00
|
|
|
version = "0.1.1"
|
2016-07-15 10:55:44 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-09-05 17:17:09 -04:00
|
|
|
"serde_json 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-15 10:55:44 -04:00
|
|
|
]
|
|
|
|
|
2016-02-23 23:42:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2016-07-15 10:55:44 -04:00
|
|
|
version = "2.1.4"
|
2016-02-23 23:42:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-05-21 00:36:28 -04:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-05 17:17:09 -04:00
|
|
|
"libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 23:42:58 -05:00
|
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-21 00:36:28 -04:00
|
|
|
"rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-15 10:55:44 -04:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 23:42:58 -05:00
|
|
|
]
|
|
|
|
|
2016-06-04 13:54:33 -04:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
|
|
|
version = "0.1.35"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-05 17:17:09 -04:00
|
|
|
"libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-15 10:55:44 -04:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-04 13:54:33 -04:00
|
|
|
]
|
|
|
|
|
2016-02-23 23:42:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "user32-sys"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-07-15 10:55:44 -04:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 23:42:58 -05:00
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-06-04 13:54:33 -04:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2016-09-05 17:17:09 -04:00
|
|
|
version = "0.1.6"
|
2016-06-04 13:54:33 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-15 10:55:44 -04:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-04 13:54:33 -04:00
|
|
|
]
|
|
|
|
|
2016-02-23 23:42:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "wayland-client"
|
2016-05-21 00:36:28 -04:00
|
|
|
version = "0.5.12"
|
2016-02-23 23:42:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-05-21 00:36:28 -04:00
|
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-05 17:17:09 -04:00
|
|
|
"crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-21 00:36:28 -04:00
|
|
|
"dlib 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-05 17:17:09 -04:00
|
|
|
"libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-21 00:36:28 -04:00
|
|
|
"wayland-scanner 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wayland-sys 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 23:42:58 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-kbd"
|
2016-05-21 00:36:28 -04:00
|
|
|
version = "0.3.6"
|
2016-02-23 23:42:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-05-21 00:36:28 -04:00
|
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 23:42:58 -05:00
|
|
|
"dlib 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-21 00:36:28 -04:00
|
|
|
"lazy_static 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 23:42:58 -05:00
|
|
|
"memmap 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-21 00:36:28 -04:00
|
|
|
"wayland-client 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 23:42:58 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-scanner"
|
2016-05-21 00:36:28 -04:00
|
|
|
version = "0.5.11"
|
2016-02-23 23:42:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-05-21 00:36:28 -04:00
|
|
|
"xml-rs 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 23:42:58 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-sys"
|
2016-05-21 00:36:28 -04:00
|
|
|
version = "0.5.11"
|
2016-02-23 23:42:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"dlib 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-21 00:36:28 -04:00
|
|
|
"lazy_static 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 23:42:58 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-window"
|
2016-05-21 00:36:28 -04:00
|
|
|
version = "0.2.3"
|
2016-02-23 23:42:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-06-02 22:54:16 -04:00
|
|
|
"byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-15 10:55:44 -04:00
|
|
|
"tempfile 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-21 00:36:28 -04:00
|
|
|
"wayland-client 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 23:42:58 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2016-07-15 10:55:44 -04:00
|
|
|
version = "0.2.8"
|
2016-02-23 23:42:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-06-04 13:54:33 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ws2_32-sys"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-07-15 10:55:44 -04:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-04 13:54:33 -04:00
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-02-23 23:42:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "x11-dl"
|
2016-09-05 17:17:09 -04:00
|
|
|
version = "2.8.0"
|
2016-02-23 23:42:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-06-09 23:39:40 -04:00
|
|
|
"lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-05 17:17:09 -04:00
|
|
|
"libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 23:42:58 -05:00
|
|
|
]
|
|
|
|
|
2016-05-21 00:36:28 -04:00
|
|
|
[[package]]
|
|
|
|
name = "xml-rs"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-06-30 12:04:06 -04:00
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-08-30 23:58:23 -04:00
|
|
|
[metadata]
|
2016-09-05 17:17:09 -04:00
|
|
|
"checksum android_glue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e2b80445d331077679dfc6f3014f3e9ab7083e588423d35041d3fc017198189"
|
|
|
|
"checksum aster 0.26.1 (registry+https://github.com/rust-lang/crates.io-index)" = "baa18cafee9499ac766e76117577b84efa98f43b81964cf167cd800b29176db3"
|
2016-08-30 23:58:23 -04:00
|
|
|
"checksum bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "32866f4d103c4e438b1db1158aa1b1a80ee078e5d77a59a2f906fd62a577389c"
|
|
|
|
"checksum bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dead7461c1127cf637931a1e50934eb6eee8bff2f74433ac7909e9afcee04a3"
|
|
|
|
"checksum bitflags 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "72cd7314bd4ee024071241147222c706e80385a1605ac7d4cd2fcc339da2ae46"
|
|
|
|
"checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d"
|
|
|
|
"checksum byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0fc10e8cc6b2580fda3f36eb6dc5316657f812a3df879a44a66fc9f0fdbc4855"
|
|
|
|
"checksum bytes 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c129aff112dcc562970abb69e2508b40850dd24c274761bb50fb8a0067ba6c27"
|
|
|
|
"checksum cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de1e760d7b6535af4241fca8bd8adf68e2e7edacc6b29f5d399050c5e48cf88c"
|
|
|
|
"checksum cgl 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "8bdd78cca65a739cb5475dbf6b6bbb49373e327f4a6f2b499c0f98632df38c10"
|
|
|
|
"checksum cgmath 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "75e93b3eb66e74ffb946a69ff54c6026c1399960241c843f249ea0127b96b9f6"
|
2016-09-05 17:17:09 -04:00
|
|
|
"checksum cmake 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "dfcf5bcece56ef953b8ea042509e9dcbdfe97820b7e20d86beb53df30ed94978"
|
2016-08-30 23:58:23 -04:00
|
|
|
"checksum cocoa 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3afe4613f57a171039a98db1773f5840b5743cf85aaf03afb65ddfade4f4a9db"
|
|
|
|
"checksum core-foundation 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "20a6d0448d3a99d977ae4a2aa5a98d886a923e863e81ad9ff814645b6feb3bbd"
|
|
|
|
"checksum core-foundation-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "05eed248dc504a5391c63794fe4fb64f46f071280afaa1b73308f3c0ce4574c5"
|
|
|
|
"checksum core-graphics 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0c56c6022ba22aedbaa7d231be545778becbe1c7aceda4c82ba2f2084dd4c723"
|
|
|
|
"checksum core-text 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "94d4f3fab9e0242a648728764ac50e322b61eeb28c2d26d483721fe392cb2878"
|
2016-09-05 17:17:09 -04:00
|
|
|
"checksum crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0c5ea215664ca264da8a9d9c3be80d2eaf30923c259d03e870388eb927508f97"
|
2016-08-30 23:58:23 -04:00
|
|
|
"checksum dlib 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8bd015f00d33d7e4ff66f1589fb824ccf3ccb10209b66c7b756f26ba9aa90215"
|
2016-09-05 17:17:09 -04:00
|
|
|
"checksum dtoa 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0dd841b58510c9618291ffa448da2e4e0f699d984d436122372f446dae62263d"
|
2016-08-30 23:58:23 -04:00
|
|
|
"checksum dwmapi-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "07c4c7cc7b396419bc0a4d90371d0cee16cb5053b53647d287c0b728000c41fe"
|
2016-09-05 17:17:09 -04:00
|
|
|
"checksum errno 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1e2b2decb0484e15560df3210cf0d78654bb0864b2c138977c07e377a1bae0e2"
|
2016-08-30 23:58:23 -04:00
|
|
|
"checksum euclid 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c7b555729225fcc2aabc1ac951f9346967b35c901f4f03a480c31b6a45824109"
|
2016-09-05 17:17:09 -04:00
|
|
|
"checksum expat-sys 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cef36cd1a8a02d28b91d97347c63247b9e4cb8a8e36df36f8201dc87a1c0859c"
|
2016-08-30 23:58:23 -04:00
|
|
|
"checksum filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "5363ab8e4139b8568a6237db5248646e5a8a2f89bd5ccb02092182b11fd3e922"
|
|
|
|
"checksum freetype-rs 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1e8c93a141b156862ab58d0206fa44a9b20d899c86c3e6260017ab748029aa42"
|
|
|
|
"checksum freetype-sys 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eccfb6d96cac99921f0c2142a91765f6c219868a2c45bdfe7d65a08775f18127"
|
|
|
|
"checksum fs2 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "bcd414e5a1a979b931bb92f41b7a54106d3f6d2e6c253e9ce943b7cd468251ef"
|
2016-09-05 17:17:09 -04:00
|
|
|
"checksum fsevent 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" = "740a52ca589381d87dd0d9960555de3320aa6d408326659e3bae88be9f71a125"
|
2016-08-30 23:58:23 -04:00
|
|
|
"checksum fsevent-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "72e33a926306442d961595c3a325864326ca4287795e106dae8993afe484ede6"
|
2016-09-05 17:17:09 -04:00
|
|
|
"checksum gcc 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)" = "91ecd03771effb0c968fd6950b37e89476a578aaf1c70297d8e92b6516ec3312"
|
2016-08-30 23:58:23 -04:00
|
|
|
"checksum gdi32-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "65256ec4dc2592e6f05bfc1ca3b956a4e0698aa90b1dff1f5687d55a5a3fd59a"
|
|
|
|
"checksum gl_generator 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f1d8edc81c5ae84605a62f5dac661a2313003b26d59839f81d47d46cf0f16a55"
|
|
|
|
"checksum gleam 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)" = "13a363b2a5264b600e530db2f14b3c487098e6dee0655f2810ea779385cbac5a"
|
2016-09-01 00:16:17 -04:00
|
|
|
"checksum glutin 0.6.1 (git+https://github.com/jwilm/glutin?rev=16ed800f68022a37203434bd3b542ff5400c1403)" = "<none>"
|
2016-08-30 23:58:23 -04:00
|
|
|
"checksum heapsize 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "abb306abb8d398e053cfb1b3e7b72c2f580be048b85745c52652954f8ad1439c"
|
|
|
|
"checksum inotify 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e8458c07bdbdaf309c80e2c3304d14c3db64e7465d4f07cf589ccb83fd0ff31a"
|
|
|
|
"checksum itoa 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ae3088ea4baeceb0284ee9eea42f591226e6beaecf65373e41b38d95a1b8e7a1"
|
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
|
|
|
"checksum khronos_api 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "09c9d3760673c427d46f91a0350f0a84a52e6bc5a84adf26dc610b6c52436630"
|
|
|
|
"checksum lazy_static 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "cf186d1a8aa5f5bee5fd662bc9c1b949e0259e1bcc379d1f006847b0080c7417"
|
|
|
|
"checksum lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "49247ec2a285bb3dcb23cbd9c35193c025e7251bfce77c1d5da97e6362dffe7f"
|
2016-09-05 17:17:09 -04:00
|
|
|
"checksum libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" = "23e3757828fa702a20072c37ff47938e9dd331b92fac6e223d26d4b7a55f7ee2"
|
2016-08-30 23:58:23 -04:00
|
|
|
"checksum libloading 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "eceb2637ee9a27c7f19764048a9f377e40e3a70a322722f348e6bc7704d565f2"
|
2016-09-05 17:17:09 -04:00
|
|
|
"checksum libz-sys 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "40f2df7730b5d29426c3e44ce4d088d8c5def6471c2c93ba98585b89fb201ce6"
|
2016-08-30 23:58:23 -04:00
|
|
|
"checksum log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ab83497bf8bf4ed2a74259c1c802351fcd67a65baa86394b6ba73c36f4838054"
|
|
|
|
"checksum malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
|
|
|
"checksum memmap 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f20f72ed93291a72e22e8b16bb18762183bb4943f0f483da5b8be1a9e8192752"
|
|
|
|
"checksum mio 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a637d1ca14eacae06296a008fa7ad955347e34efcb5891cfd8ba05491a37907e"
|
2016-09-05 17:17:09 -04:00
|
|
|
"checksum miow 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d5bfc6782530ac8ace97af10a540054a37126b63b0702ddaaa243b73b5745b9a"
|
|
|
|
"checksum net2 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)" = "5edf9cb6be97212423aed9413dd4729d62b370b5e1c571750e882cebbbc1e3e2"
|
2016-08-30 23:58:23 -04:00
|
|
|
"checksum nix 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bfb3ddedaa14746434a02041940495bf11325c22f6d36125d3bdd56090d50a79"
|
2016-09-05 17:17:09 -04:00
|
|
|
"checksum notify 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4e0e7eec936337952c4228b023007528a33b2fa039d96c2e8f32d764221a9c07"
|
|
|
|
"checksum num 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)" = "5a9699207fab8b02bd0e56f8f06fee3f26d640303130de548898b4c9704f6d01"
|
|
|
|
"checksum num-bigint 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)" = "88b14378471f7c2adc5262f05b4701ef53e8da376453a8d8fee48e51db745e49"
|
|
|
|
"checksum num-complex 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)" = "f0c78e054dd19c3fd03419ade63fa661e9c49bb890ce3beb4eee5b7baf93f92f"
|
2016-08-30 23:58:23 -04:00
|
|
|
"checksum num-integer 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "fb24d9bfb3f222010df27995441ded1e954f8f69cd35021f6bef02ca9552fb92"
|
|
|
|
"checksum num-iter 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "287a1c9969a847055e1122ec0ea7a5c5d6f72aad97934e131c83d5c08ab4e45c"
|
2016-09-05 17:17:09 -04:00
|
|
|
"checksum num-rational 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)" = "54ff603b8334a72fbb27fe66948aac0abaaa40231b3cecd189e76162f6f38aaf"
|
|
|
|
"checksum num-traits 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)" = "8359ea48994f253fa958b5b90b013728b06f54872e5a58bce39540fcdd0f2527"
|
2016-08-30 23:58:23 -04:00
|
|
|
"checksum objc 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7c9311aa5acd7bee14476afa0f0557f564e9d0d61218a8b833d9b1f871fa5fba"
|
2016-09-05 17:17:09 -04:00
|
|
|
"checksum osmesa-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b0040392971435cdab6bb52f0d4dc2fbb959c90b4263bec33af6ef092f8f828d"
|
|
|
|
"checksum parking_lot 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "aa2a676a66f54ed4c84f55261814eb357e530eb2b703cd21466beee4bcf30238"
|
|
|
|
"checksum parking_lot_core 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "941838eddae14ac9b3a1ace17ff9cc1002b639671f9f21a177175609f82dad93"
|
2016-08-30 23:58:23 -04:00
|
|
|
"checksum pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8cee804ecc7eaf201a4a207241472cc870e825206f6c031e3ee2a72fa425f2fa"
|
2016-09-05 17:17:09 -04:00
|
|
|
"checksum quasi 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f9b160391362abca7c0e30cead65872b01b03f8371dee7441e130601c9b4d173"
|
|
|
|
"checksum quasi_codegen 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bcc10982c4b09697fb79d7725ea5e33ef2b1ff934fdddefa3e83d4f8c50b8d34"
|
|
|
|
"checksum quasi_macros 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f4debfba7bd3bfb3d93439a758e0fd9a6ba8c9b8fc0296bf989fe8f8e30de765"
|
2016-08-30 23:58:23 -04:00
|
|
|
"checksum rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "2791d88c6defac799c3f20d74f094ca33b9332612d9aef9078519c82e4fe04a5"
|
|
|
|
"checksum rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)" = "6159e4e6e559c81bd706afe9c8fd68f547d3e851ce12e76b1de7914bab61691b"
|
|
|
|
"checksum rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "c5f5376ea5e30ce23c03eb77cbe4962b988deead10910c372b226388b594c084"
|
|
|
|
"checksum semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)" = "d4f410fedcf71af0345d7607d246e7ad15faaadd49d240ee3b24e5dc21a820ac"
|
|
|
|
"checksum serde 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)" = "1b0e0732aa8ec4267f61815a396a942ba3525062e3bd5520aa8419927cfc0a92"
|
2016-09-05 17:17:09 -04:00
|
|
|
"checksum serde 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)" = "16e5b0b0e8d887f68e6617ceb7f51ed011cba79b249a583f3248fe7883e488b1"
|
|
|
|
"checksum serde_codegen 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)" = "8c5691b768f6a6a29fef4e57e55de23a5030bde65b9662dc469388f9d2c851de"
|
|
|
|
"checksum serde_codegen_internals 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8488640b7caaa438eb05c74466f9fa91a61bb4e4e7520f3c1cfcf77fb10bdb61"
|
|
|
|
"checksum serde_json 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0e10f8a9d94b06cf5d3bef66475f04c8ff90950f1be7004c357ff9472ccbaebc"
|
|
|
|
"checksum serde_macros 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)" = "6ed50b9c47a45df98b39b8d9463a184e34acd71695a8a20ccfe609f9bd7c0dc0"
|
2016-08-30 23:58:23 -04:00
|
|
|
"checksum serde_yaml 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "159ed553b5c249a0cec774f9ce2ea531cd8ce15c43bbfdd98ef76cf7f3ecf58a"
|
|
|
|
"checksum servo-fontconfig 0.2.0 (git+https://github.com/jwilm/rust-fontconfig)" = "<none>"
|
|
|
|
"checksum servo-fontconfig-sys 2.11.3 (git+https://github.com/jwilm/libfontconfig)" = "<none>"
|
2016-09-05 17:17:09 -04:00
|
|
|
"checksum shared_library 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fb04126b6fcfd2710fb5b6d18f4207b6c535f2850a7e1a43bcd526d44f30a79a"
|
2016-08-30 23:58:23 -04:00
|
|
|
"checksum shell32-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72f20b8f3c060374edb8046591ba28f62448c369ccbdc7b02075103fb3a9e38d"
|
|
|
|
"checksum slab 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d807fd58c4181bbabed77cb3b891ba9748241a552bcc5be698faaebefc54f46e"
|
|
|
|
"checksum smallvec 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "fcc8d19212aacecf95e4a7a2179b26f7aeb9732a915cf01f05b0d3e044865410"
|
2016-09-05 17:17:09 -04:00
|
|
|
"checksum target_build_utils 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a1be18d4d908e4e5697908de04fdd5099505463fc8eaf1ceb8133ae486936aa"
|
2016-08-30 23:58:23 -04:00
|
|
|
"checksum tempfile 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "9270837a93bad1b1dac18fe67e786b3c960513af86231f6f4f57fddd594ff0c8"
|
|
|
|
"checksum time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)" = "3c7ec6d62a20df54e07ab3b78b9a3932972f4b7981de295563686849eb3989af"
|
|
|
|
"checksum user32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6717129de5ac253f5642fc78a51d0c7de6f9f53d617fc94e9bae7f6e71cf5504"
|
2016-09-05 17:17:09 -04:00
|
|
|
"checksum walkdir 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d42144c31c9909882ce76e696b306b88a5b091721251137d5d522d1ef3da7cf9"
|
2016-08-30 23:58:23 -04:00
|
|
|
"checksum wayland-client 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)" = "ced3094c157b5cc0a08d40530e1a627d9f88b9a436971338d2646439128a559e"
|
|
|
|
"checksum wayland-kbd 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "73bc10e84c1da90777beffecd24742baea17564ffc2a9918af41871c748eb050"
|
|
|
|
"checksum wayland-scanner 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)" = "5a1869370d6bafcbabae8724511d803f4e209a70e94ad94a4249269534364f66"
|
|
|
|
"checksum wayland-sys 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9633f7fe5de56544215f82eaf1b76bf1b584becf7f08b58cbef4c2c7d10e803a"
|
|
|
|
"checksum wayland-window 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "309b69d3a863c9c21422d889fb7d98cf02f8a2ca054960a49243ce5b67ad884c"
|
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
|
|
|
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
|
|
|
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
2016-09-05 17:17:09 -04:00
|
|
|
"checksum x11-dl 2.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6acc29bdc98d7565e18dc71b3e933aa94a195d0c2f4ec84f675679d9744b0d6b"
|
2016-08-30 23:58:23 -04:00
|
|
|
"checksum xml-rs 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "65e74b96bd3179209dc70a980da6df843dff09e46eee103a0376c0949257e3ef"
|
|
|
|
"checksum yaml-rust 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ebfe12f475ad59be6178ebf004d51e682022496535994f8d23fd7ed31084598c"
|