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-07-15 10:55:44 -04:00
|
|
|
"errno 0.1.7 (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-08-02 13:36:26 -04:00
|
|
|
"glutin 0.6.1 (git+https://github.com/jwilm/glutin?rev=22cc23997389bedd948a3ddc3833279ed308a673)",
|
2016-07-15 10:55:44 -04:00
|
|
|
"libc 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"notify 2.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-29 22:23:04 -04:00
|
|
|
"parking_lot 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-15 10:55:44 -04:00
|
|
|
"serde 0.7.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_macros 0.7.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-30 12:04:06 -04:00
|
|
|
"serde_yaml 0.2.5 (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-07-15 10:55:44 -04:00
|
|
|
version = "0.2.0"
|
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-07-15 10:55:44 -04:00
|
|
|
version = "0.21.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)",
|
|
|
|
"libc 0.2.14 (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-07-15 10:55:44 -04:00
|
|
|
"num 0.1.34 (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
|
|
|
]
|
|
|
|
|
|
|
|
[[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-07-15 10:55:44 -04:00
|
|
|
"libc 0.2.14 (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-07-15 10:55:44 -04:00
|
|
|
"libc 0.2.14 (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-07-15 10:55:44 -04:00
|
|
|
"libc 0.2.14 (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-07-15 10:55:44 -04:00
|
|
|
"libc 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 0.7.14 (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-07-15 10:55:44 -04:00
|
|
|
"libc 0.2.14 (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-05-21 00:36:28 -04:00
|
|
|
version = "0.2.9"
|
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
|
|
|
]
|
|
|
|
|
|
|
|
[[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-07-15 10:55:44 -04:00
|
|
|
version = "0.1.7"
|
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-07-15 10:55:44 -04:00
|
|
|
"libc 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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-07-15 10:55:44 -04:00
|
|
|
"num-traits 0.1.33 (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-07-15 10:55:44 -04:00
|
|
|
"serde 0.7.14 (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"
|
|
|
|
version = "2.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"make-cmd 0.1.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-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-07-15 10:55:44 -04:00
|
|
|
"libc 0.2.14 (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-07-15 10:55:44 -04:00
|
|
|
"libc 0.2.14 (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-07-15 10:55:44 -04:00
|
|
|
"libc 0.2.14 (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-07-15 10:55:44 -04:00
|
|
|
"libc 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libz-sys 1.0.5 (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-07-15 10:55:44 -04:00
|
|
|
"libc 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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"
|
|
|
|
version = "0.2.14"
|
|
|
|
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-07-15 10:55:44 -04:00
|
|
|
"libc 0.2.14 (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-07-15 10:55:44 -04:00
|
|
|
"libc 0.2.14 (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-07-15 10:55:44 -04:00
|
|
|
version = "0.3.31"
|
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-08-02 13:36:26 -04:00
|
|
|
source = "git+https://github.com/jwilm/glutin?rev=22cc23997389bedd948a3ddc3833279ed308a673#22cc23997389bedd948a3ddc3833279ed308a673"
|
2016-02-23 23:42:58 -05:00
|
|
|
dependencies = [
|
2016-07-15 10:55:44 -04:00
|
|
|
"android_glue 0.2.0 (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-07-15 10:55:44 -04:00
|
|
|
"libc 0.2.14 (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)",
|
|
|
|
"osmesa-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 23:42:58 -05:00
|
|
|
"shared_library 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"shell32-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"user32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
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)",
|
|
|
|
"x11-dl 2.7.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-07-15 10:55:44 -04:00
|
|
|
"libc 0.2.14 (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-07-15 10:55:44 -04:00
|
|
|
version = "0.2.14"
|
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-07-15 10:55:44 -04:00
|
|
|
"target_build_utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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-07-15 10:55:44 -04:00
|
|
|
version = "1.0.5"
|
2016-02-21 22:44:54 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-07-15 10:55:44 -04:00
|
|
|
"gcc 0.3.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.14 (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"
|
|
|
|
|
2016-02-21 18:20:03 -05:00
|
|
|
[[package]]
|
|
|
|
name = "make-cmd"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-23 23:42:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "malloc_buf"
|
|
|
|
version = "0.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-07-15 10:55:44 -04:00
|
|
|
"libc 0.2.14 (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-07-15 10:55:44 -04:00
|
|
|
"libc 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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-07-15 10:55:44 -04:00
|
|
|
"libc 0.2.14 (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)",
|
|
|
|
"miow 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-15 10:55:44 -04:00
|
|
|
"net2 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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"
|
|
|
|
version = "0.1.2"
|
|
|
|
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
|
|
|
"net2 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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-07-15 10:55:44 -04:00
|
|
|
version = "0.2.25"
|
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-07-15 10:55:44 -04:00
|
|
|
"libc 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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-07-15 10:55:44 -04:00
|
|
|
"libc 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-04 13:54:33 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "notify"
|
2016-07-15 10:55:44 -04:00
|
|
|
version = "2.6.2"
|
|
|
|
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)",
|
|
|
|
"fsevent 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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-07-15 10:55:44 -04:00
|
|
|
"libc 0.2.14 (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)",
|
|
|
|
"walkdir 0.1.5 (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-07-15 10:55:44 -04:00
|
|
|
version = "0.1.34"
|
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
|
|
|
"num-bigint 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-complex 0.1.33 (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)",
|
|
|
|
"num-rational 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-15 10:55:44 -04:00
|
|
|
"num-traits 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-21 00:36:28 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2016-07-15 10:55:44 -04:00
|
|
|
version = "0.1.33"
|
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-07-15 10:55:44 -04:00
|
|
|
"num-traits 0.1.33 (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-07-15 10:55:44 -04:00
|
|
|
version = "0.1.33"
|
2016-05-21 00:36:28 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-07-15 10:55:44 -04:00
|
|
|
"num-traits 0.1.33 (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-07-15 10:55:44 -04:00
|
|
|
"num-traits 0.1.33 (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-07-15 10:55:44 -04:00
|
|
|
"num-traits 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-21 00:36:28 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
|
|
|
version = "0.1.32"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-07-15 10:55:44 -04:00
|
|
|
"num-bigint 0.1.33 (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-07-15 10:55:44 -04:00
|
|
|
"num-traits 0.1.33 (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-07-15 10:55:44 -04:00
|
|
|
version = "0.1.33"
|
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-06-09 23:39:40 -04:00
|
|
|
version = "0.1.0"
|
2016-02-23 23:42:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"shared_library 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-06-27 22:46:24 -04:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2016-08-29 22:23:04 -04:00
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"parking_lot_core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.1.1"
|
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-07-15 10:55:44 -04:00
|
|
|
"libc 0.2.14 (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-07-15 10:55:44 -04:00
|
|
|
version = "0.15.0"
|
2016-06-30 12:04:06 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quasi_codegen"
|
2016-07-15 10:55:44 -04:00
|
|
|
version = "0.15.0"
|
2016-06-30 12:04:06 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-07-15 10:55:44 -04:00
|
|
|
"aster 0.21.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-30 12:04:06 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quasi_macros"
|
2016-07-15 10:55:44 -04:00
|
|
|
version = "0.15.0"
|
2016-06-30 12:04:06 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-07-15 10:55:44 -04:00
|
|
|
"quasi_codegen 0.15.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-07-15 10:55:44 -04:00
|
|
|
"libc 0.2.14 (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-07-15 10:55:44 -04:00
|
|
|
version = "0.7.14"
|
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-07-15 10:55:44 -04:00
|
|
|
version = "0.7.14"
|
2016-06-30 12:04:06 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-07-15 10:55:44 -04:00
|
|
|
"aster 0.21.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quasi 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quasi_macros 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_codegen_internals 0.3.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"
|
|
|
|
version = "0.3.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"
|
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"itoa 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 0.7.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-06-30 12:04:06 -04:00
|
|
|
[[package]]
|
|
|
|
name = "serde_macros"
|
2016-07-15 10:55:44 -04:00
|
|
|
version = "0.7.14"
|
2016-06-30 12:04:06 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-07-15 10:55:44 -04:00
|
|
|
"serde_codegen 0.7.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-30 12:04:06 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_yaml"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-07-15 10:55:44 -04:00
|
|
|
"serde 0.7.14 (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-07-15 10:55:44 -04:00
|
|
|
"libc 0.2.14 (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 = [
|
|
|
|
"expat-sys 2.1.2 (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"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-05-21 00:36:28 -04:00
|
|
|
"lazy_static 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-15 10:55:44 -04:00
|
|
|
"libc 0.2.14 (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"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"serde_json 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
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-07-15 10:55:44 -04:00
|
|
|
"libc 0.2.14 (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-07-15 10:55:44 -04:00
|
|
|
"libc 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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"
|
|
|
|
version = "0.1.5"
|
|
|
|
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)",
|
|
|
|
"crossbeam 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"dlib 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-15 10:55:44 -04:00
|
|
|
"libc 0.2.14 (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-07-15 10:55:44 -04:00
|
|
|
version = "2.7.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-07-15 10:55:44 -04:00
|
|
|
"libc 0.2.14 (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"
|
|
|
|
|