portability/Cargo.lock

1281 lines
58 KiB
Plaintext
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "aho-corasick"
2019-09-13 21:35:47 +10:00
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2018-12-02 09:07:02 +11:00
]
[[package]]
name = "android_glue"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-20 08:17:27 +11:00
[[package]]
name = "anyhow"
version = "1.0.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-12-02 09:07:02 +11:00
[[package]]
name = "arrayvec"
2020-01-20 08:17:27 +11:00
version = "0.5.1"
2018-12-02 09:07:02 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "ash"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2018-07-19 08:09:32 +10:00
"shared_library 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "atty"
2019-09-13 21:35:47 +10:00
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "bitflags"
2019-09-13 21:35:47 +10:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "bumpalo"
2020-01-20 08:17:27 +11:00
version = "3.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "byteorder"
2019-09-13 21:35:47 +10:00
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-09-13 21:35:47 +10:00
[[package]]
name = "c2-chacha"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "cc"
2019-09-13 21:35:47 +10:00
version = "1.0.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "cfg-if"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "cgl"
2018-07-19 08:09:32 +10:00
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"gleam 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-07-19 08:09:32 +10:00
[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2018-07-19 08:09:32 +10:00
]
[[package]]
name = "cocoa"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"core-graphics 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-13 21:35:47 +10:00
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
2019-03-27 04:33:45 +11:00
"objc 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-05-12 17:04:30 +10:00
[[package]]
name = "cocoa"
2019-09-13 21:35:47 +10:00
version = "0.19.0"
2018-05-12 17:04:30 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2018-05-12 17:04:30 +10:00
"block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
2018-12-02 09:07:02 +11:00
"core-graphics 0.17.3 (registry+https://github.com/rust-lang/crates.io-index)",
"foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-13 21:35:47 +10:00
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
2019-03-27 04:33:45 +11:00
"objc 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
2018-05-12 17:04:30 +10:00
]
[[package]]
name = "copyless"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "core-foundation"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-13 21:35:47 +10:00
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-05-12 17:04:30 +10:00
[[package]]
name = "core-foundation"
version = "0.6.4"
2018-05-12 17:04:30 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2018-12-02 09:07:02 +11:00
"core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-13 21:35:47 +10:00
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
2018-05-12 17:04:30 +10:00
]
[[package]]
name = "core-foundation-sys"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-05-12 17:04:30 +10:00
[[package]]
name = "core-foundation-sys"
2018-12-02 09:07:02 +11:00
version = "0.6.2"
2018-05-12 17:04:30 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "core-graphics"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
"foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-13 21:35:47 +10:00
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-05-12 17:04:30 +10:00
[[package]]
name = "core-graphics"
2018-12-02 09:07:02 +11:00
version = "0.17.3"
2018-05-12 17:04:30 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
2018-05-12 17:04:30 +10:00
"foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-13 21:35:47 +10:00
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
2018-08-07 10:59:37 +10:00
]
[[package]]
2018-12-02 09:07:02 +11:00
name = "d3d12"
2020-01-20 08:17:27 +11:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-08-07 10:59:37 +10:00
dependencies = [
2019-09-13 21:35:47 +10:00
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-20 08:17:27 +11:00
"libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-13 21:35:47 +10:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "dlib"
2018-04-23 22:19:21 +10:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "env_logger"
version = "0.5.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
"humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-06-16 10:45:05 +10:00
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
2018-06-16 10:45:05 +10:00
]
[[package]]
name = "gcc"
2018-12-02 09:07:02 +11:00
version = "0.3.55"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-09-13 21:35:47 +10:00
[[package]]
name = "getrandom"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
"wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
2020-01-20 08:17:27 +11:00
[[package]]
name = "gfx-auxil"
version = "0.2.0"
source = "git+https://github.com/gfx-rs/gfx#f999b5295ca30dc38f33b0a4770a31d50138687c"
dependencies = [
"fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"gfx-hal 0.4.1 (git+https://github.com/gfx-rs/gfx)",
"spirv_cross 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-06-22 22:00:34 +10:00
[[package]]
name = "gfx-backend-dx11"
2020-01-20 08:17:27 +11:00
version = "0.4.5"
source = "git+https://github.com/gfx-rs/gfx#f999b5295ca30dc38f33b0a4770a31d50138687c"
2018-06-22 22:00:34 +10:00
dependencies = [
2019-09-13 21:35:47 +10:00
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-20 08:17:27 +11:00
"gfx-auxil 0.2.0 (git+https://github.com/gfx-rs/gfx)",
"gfx-hal 0.4.1 (git+https://github.com/gfx-rs/gfx)",
"libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-13 21:35:47 +10:00
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-20 08:17:27 +11:00
"parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
"range-alloc 0.1.0 (git+https://github.com/gfx-rs/gfx)",
2020-01-20 08:17:27 +11:00
"raw-window-handle 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"spirv_cross 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-13 21:35:47 +10:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
"wio 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
2018-06-22 22:00:34 +10:00
]
[[package]]
name = "gfx-backend-dx12"
2020-01-20 08:17:27 +11:00
version = "0.4.0"
source = "git+https://github.com/gfx-rs/gfx#f999b5295ca30dc38f33b0a4770a31d50138687c"
dependencies = [
2019-09-13 21:35:47 +10:00
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-20 08:17:27 +11:00
"d3d12 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gfx-auxil 0.2.0 (git+https://github.com/gfx-rs/gfx)",
"gfx-hal 0.4.1 (git+https://github.com/gfx-rs/gfx)",
2019-09-13 21:35:47 +10:00
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"range-alloc 0.1.0 (git+https://github.com/gfx-rs/gfx)",
2020-01-20 08:17:27 +11:00
"raw-window-handle 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"spirv_cross 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-13 21:35:47 +10:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-06-27 04:10:13 +10:00
[[package]]
name = "gfx-backend-empty"
2020-01-20 08:17:27 +11:00
version = "0.4.0"
source = "git+https://github.com/gfx-rs/gfx#f999b5295ca30dc38f33b0a4770a31d50138687c"
2019-06-27 04:10:13 +10:00
dependencies = [
2020-01-20 08:17:27 +11:00
"gfx-hal 0.4.1 (git+https://github.com/gfx-rs/gfx)",
"raw-window-handle 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-06-27 04:10:13 +10:00
]
[[package]]
name = "gfx-backend-gl"
2020-01-20 08:17:27 +11:00
version = "0.4.0"
source = "git+https://github.com/gfx-rs/gfx#f999b5295ca30dc38f33b0a4770a31d50138687c"
dependencies = [
2020-01-20 08:17:27 +11:00
"arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-13 21:35:47 +10:00
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-20 08:17:27 +11:00
"gfx-auxil 0.2.0 (git+https://github.com/gfx-rs/gfx)",
"gfx-hal 0.4.1 (git+https://github.com/gfx-rs/gfx)",
"gl_generator 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-20 08:17:27 +11:00
"glow 0.3.0-alpha4 (registry+https://github.com/rust-lang/crates.io-index)",
"js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-13 21:35:47 +10:00
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-20 08:17:27 +11:00
"parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
"raw-window-handle 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"spirv_cross 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
"wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
"web-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-13 21:35:47 +10:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gfx-backend-metal"
2020-01-20 08:17:27 +11:00
version = "0.4.0"
source = "git+https://github.com/gfx-rs/gfx#f999b5295ca30dc38f33b0a4770a31d50138687c"
dependencies = [
2020-01-20 08:17:27 +11:00
"arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-13 21:35:47 +10:00
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-13 21:35:47 +10:00
"cocoa 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
"copyless 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
2018-12-02 09:07:02 +11:00
"core-graphics 0.17.3 (registry+https://github.com/rust-lang/crates.io-index)",
"foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-20 08:17:27 +11:00
"gfx-auxil 0.2.0 (git+https://github.com/gfx-rs/gfx)",
"gfx-hal 0.4.1 (git+https://github.com/gfx-rs/gfx)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-13 21:35:47 +10:00
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"metal 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-03-27 04:33:45 +11:00
"objc 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-20 08:17:27 +11:00
"parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
"range-alloc 0.1.0 (git+https://github.com/gfx-rs/gfx)",
2020-01-20 08:17:27 +11:00
"raw-window-handle 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-13 21:35:47 +10:00
"spirv_cross 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-03 12:23:34 +10:00
"storage-map 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gfx-backend-vulkan"
2020-01-20 08:17:27 +11:00
version = "0.4.0"
source = "git+https://github.com/gfx-rs/gfx#f999b5295ca30dc38f33b0a4770a31d50138687c"
dependencies = [
2020-01-20 08:17:27 +11:00
"arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
"ash 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-13 21:35:47 +10:00
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-06-27 04:10:13 +10:00
"core-graphics 0.17.3 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-20 08:17:27 +11:00
"gfx-hal 0.4.1 (git+https://github.com/gfx-rs/gfx)",
2019-09-13 21:35:47 +10:00
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-06-27 04:10:13 +10:00
"objc 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-20 08:17:27 +11:00
"raw-window-handle 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-13 21:35:47 +10:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
"x11 2.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-06-27 06:29:10 +10:00
"xcb 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gfx-hal"
2020-01-20 08:17:27 +11:00
version = "0.4.1"
source = "git+https://github.com/gfx-rs/gfx#f999b5295ca30dc38f33b0a4770a31d50138687c"
dependencies = [
2019-09-13 21:35:47 +10:00
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-20 08:17:27 +11:00
"raw-window-handle 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gl_generator"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2018-04-23 22:19:21 +10:00
"khronos_api 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-13 21:35:47 +10:00
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-12-02 09:07:02 +11:00
[[package]]
name = "gl_generator"
version = "0.11.0"
2018-12-02 09:07:02 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"khronos_api 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-13 21:35:47 +10:00
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gl_generator"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"khronos_api 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2018-12-02 09:07:02 +11:00
"xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-05-12 17:04:30 +10:00
[[package]]
name = "gleam"
2019-09-13 21:35:47 +10:00
version = "0.6.19"
2018-05-12 17:04:30 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"gl_generator 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
2018-05-12 17:04:30 +10:00
]
[[package]]
name = "glow"
2020-01-20 08:17:27 +11:00
version = "0.3.0-alpha4"
2019-09-13 21:35:47 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-01-20 08:17:27 +11:00
"gl_generator 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
"js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
"slotmap 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-20 08:17:27 +11:00
"wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
"web-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "glutin"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"android_glue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
2018-07-19 08:09:32 +10:00
"cgl 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"cocoa 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
"core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
"core-graphics 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gl_generator 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-13 21:35:47 +10:00
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
2019-03-27 04:33:45 +11:00
"objc 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
"osmesa-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2018-07-19 08:09:32 +10:00
"shared_library 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
"wayland-client 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-13 21:35:47 +10:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
"winit 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-13 21:35:47 +10:00
"x11-dl 2.18.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "heck"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "humantime"
2019-09-13 21:35:47 +10:00
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2018-05-30 04:22:45 +10:00
"quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "js-sys"
2020-01-20 08:17:27 +11:00
version = "0.3.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-01-20 08:17:27 +11:00
"wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
2018-12-02 09:07:02 +11:00
name = "khronos_api"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "khronos_api"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "lazy_static"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "lazy_static"
2019-09-13 21:35:47 +10:00
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
2019-09-13 21:35:47 +10:00
version = "0.2.62"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libloading"
2019-09-13 21:35:47 +10:00
version = "0.5.2"
2018-12-02 09:07:02 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-07-19 08:09:32 +10:00
[[package]]
name = "lock_api"
2019-08-03 12:23:34 +10:00
version = "0.3.1"
2018-07-19 08:09:32 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-08-03 12:23:34 +10:00
"scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2018-07-19 08:09:32 +10:00
]
[[package]]
name = "log"
2019-09-13 21:35:47 +10:00
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"cfg-if 0.1.9 (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 = [
2019-09-13 21:35:47 +10:00
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-09-13 21:35:47 +10:00
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "memchr"
2019-09-13 21:35:47 +10:00
version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "memmap"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
2018-08-07 10:59:37 +10:00
name = "metal"
2019-09-13 21:35:47 +10:00
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-13 21:35:47 +10:00
"cocoa 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
2018-12-02 09:07:02 +11:00
"core-graphics 0.17.3 (registry+https://github.com/rust-lang/crates.io-index)",
"foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-13 21:35:47 +10:00
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-03-27 04:33:45 +11:00
"objc 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "nom"
version = "4.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "objc"
2019-03-27 04:33:45 +11:00
version = "0.2.6"
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)",
"objc_exception 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "objc_exception"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2018-12-02 09:07:02 +11:00
"gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "osmesa-sys"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2018-07-19 08:09:32 +10:00
"shared_library 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "parking_lot"
2020-01-20 08:17:27 +11:00
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-08-03 12:23:34 +10:00
"lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-20 08:17:27 +11:00
"parking_lot_core 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "parking_lot_core"
2020-01-20 08:17:27 +11:00
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-08-03 12:23:34 +10:00
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-13 21:35:47 +10:00
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-20 08:17:27 +11:00
"smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-13 21:35:47 +10:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "percent-encoding"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "pkg-config"
2019-09-13 21:35:47 +10:00
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "portability"
version = "0.1.0"
dependencies = [
"portability-gfx 0.1.0",
]
[[package]]
name = "portability-gfx"
version = "0.1.0"
dependencies = [
"copyless 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-20 08:17:27 +11:00
"gfx-auxil 0.2.0 (git+https://github.com/gfx-rs/gfx)",
"gfx-backend-dx11 0.4.5 (git+https://github.com/gfx-rs/gfx)",
"gfx-backend-dx12 0.4.0 (git+https://github.com/gfx-rs/gfx)",
"gfx-backend-empty 0.4.0 (git+https://github.com/gfx-rs/gfx)",
"gfx-backend-gl 0.4.0 (git+https://github.com/gfx-rs/gfx)",
"gfx-backend-metal 0.4.0 (git+https://github.com/gfx-rs/gfx)",
"gfx-backend-vulkan 0.4.0 (git+https://github.com/gfx-rs/gfx)",
"gfx-hal 0.4.1 (git+https://github.com/gfx-rs/gfx)",
2019-09-13 21:35:47 +10:00
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"renderdoc 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-20 08:17:27 +11:00
"smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "portability-icd"
version = "0.1.0"
dependencies = [
"portability-gfx 0.1.0",
]
[[package]]
2019-09-13 21:35:47 +10:00
name = "ppv-lite86"
version = "0.2.5"
2018-07-19 08:09:32 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-12-02 09:07:02 +11:00
2018-07-19 08:09:32 +10:00
[[package]]
2019-09-13 21:35:47 +10:00
name = "proc-macro2"
version = "1.0.3"
2018-12-02 09:07:02 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2018-12-02 09:07:02 +11:00
]
[[package]]
2019-09-13 21:35:47 +10:00
name = "quick-error"
version = "1.2.2"
2018-12-02 09:07:02 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
2019-09-13 21:35:47 +10:00
name = "quote"
version = "1.0.2"
2018-12-02 09:07:02 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-02-07 03:42:20 +11:00
]
[[package]]
2019-09-13 21:35:47 +10:00
name = "rand"
version = "0.7.0"
2019-02-07 03:42:20 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2018-12-02 09:07:02 +11:00
]
[[package]]
2019-09-13 21:35:47 +10:00
name = "rand_chacha"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-12-02 09:07:02 +11:00
[[package]]
2019-09-13 21:35:47 +10:00
name = "rand_core"
version = "0.5.1"
2018-12-02 09:07:02 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
2018-12-02 09:07:02 +11:00
]
[[package]]
2019-09-13 21:35:47 +10:00
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "range-alloc"
2018-12-02 09:07:02 +11:00
version = "0.1.0"
2020-01-20 08:17:27 +11:00
source = "git+https://github.com/gfx-rs/gfx#f999b5295ca30dc38f33b0a4770a31d50138687c"
[[package]]
name = "raw-window-handle"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-07-19 08:09:32 +10:00
[[package]]
name = "redox_syscall"
2019-09-13 21:35:47 +10:00
version = "0.1.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "regex"
2019-09-13 21:35:47 +10:00
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "regex-syntax"
2019-09-13 21:35:47 +10:00
version = "0.6.12"
2018-04-23 22:19:21 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "remove_dir_all"
2019-09-13 21:35:47 +10:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-04-23 22:19:21 +10:00
dependencies = [
2019-09-13 21:35:47 +10:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
2018-04-23 22:19:21 +10:00
]
[[package]]
name = "renderdoc"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"glutin 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2018-07-19 08:09:32 +10:00
"shared_library 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-13 21:35:47 +10:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
"wio 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-07-19 08:09:32 +10:00
[[package]]
name = "scopeguard"
2019-08-03 12:23:34 +10:00
version = "1.0.0"
2018-07-19 08:09:32 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "shared_library"
2018-07-19 08:09:32 +10:00
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "slotmap"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "smallvec"
2020-01-20 08:17:27 +11:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "sourcefile"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "spirv_cross"
2019-09-13 21:35:47 +10:00
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-20 08:17:27 +11:00
"js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
"wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
2018-12-02 09:07:02 +11:00
name = "storage-map"
2019-08-03 12:23:34 +10:00
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-08-03 12:23:34 +10:00
"lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-09-13 21:35:47 +10:00
[[package]]
name = "syn"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "tempfile"
2019-09-13 21:35:47 +10:00
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-13 21:35:47 +10:00
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
"remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "termcolor"
2019-09-13 21:35:47 +10:00
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"wincolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "thread_local"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "token_store"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "unicode-segmentation"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
2019-09-13 21:35:47 +10:00
name = "unicode-xid"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "version_check"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-09-13 21:35:47 +10:00
[[package]]
name = "wasi"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "wasm-bindgen"
2020-01-20 08:17:27 +11:00
version = "0.2.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-20 08:17:27 +11:00
"wasm-bindgen-macro 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "wasm-bindgen-backend"
2020-01-20 08:17:27 +11:00
version = "0.2.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-01-20 08:17:27 +11:00
"bumpalo 3.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-13 21:35:47 +10:00
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-20 08:17:27 +11:00
"wasm-bindgen-shared 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "wasm-bindgen-macro"
2020-01-20 08:17:27 +11:00
version = "0.2.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-20 08:17:27 +11:00
"wasm-bindgen-macro-support 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "wasm-bindgen-macro-support"
2020-01-20 08:17:27 +11:00
version = "0.2.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-20 08:17:27 +11:00
"wasm-bindgen-backend 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
"wasm-bindgen-shared 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "wasm-bindgen-shared"
2020-01-20 08:17:27 +11:00
version = "0.2.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "wasm-bindgen-webidl"
2020-01-20 08:17:27 +11:00
version = "0.2.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-01-20 08:17:27 +11:00
"anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
"heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-13 21:35:47 +10:00
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-20 08:17:27 +11:00
"wasm-bindgen-backend 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-13 21:35:47 +10:00
"weedle 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "wayland-client"
version = "0.12.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
"token_store 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"wayland-scanner 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)",
"wayland-sys 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "wayland-kbd"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2018-04-23 22:19:21 +10:00
"dlib 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-13 21:35:47 +10:00
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
"wayland-client 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "wayland-protocols"
version = "0.12.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"wayland-client 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)",
"wayland-scanner 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)",
"wayland-sys 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "wayland-scanner"
version = "0.12.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "wayland-sys"
version = "0.12.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2018-04-23 22:19:21 +10:00
"dlib 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-13 21:35:47 +10:00
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "wayland-window"
2018-04-23 22:19:21 +10:00
version = "0.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-13 21:35:47 +10:00
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"wayland-client 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)",
"wayland-protocols 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "web-sys"
2020-01-20 08:17:27 +11:00
version = "0.3.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-01-20 08:17:27 +11:00
"anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
"js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
"sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-20 08:17:27 +11:00
"wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
"wasm-bindgen-webidl 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "weedle"
2019-09-13 21:35:47 +10:00
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "winapi"
2019-09-13 21:35:47 +10:00
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "winapi-util"
2019-02-07 03:42:20 +11:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "wincolor"
2019-09-13 21:35:47 +10:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-02-07 03:42:20 +11:00
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "winit"
2018-05-12 17:04:30 +10:00
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"android_glue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"cocoa 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
"core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
"core-graphics 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-13 21:35:47 +10:00
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
2019-03-27 04:33:45 +11:00
"objc 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
"percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"wayland-client 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)",
"wayland-kbd 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
"wayland-protocols 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)",
2018-04-23 22:19:21 +10:00
"wayland-window 0.13.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-13 21:35:47 +10:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
"x11-dl 2.18.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "wio"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "x11"
version = "2.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "x11-dl"
2019-09-13 21:35:47 +10:00
version = "2.18.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
"maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-06-27 06:29:10 +10:00
[[package]]
name = "xcb"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-06-27 06:29:10 +10:00
]
[[package]]
name = "xml-rs"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-13 21:35:47 +10:00
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-12-02 09:07:02 +11:00
[[package]]
name = "xml-rs"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[metadata]
2019-09-13 21:35:47 +10:00
"checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d"
"checksum android_glue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "000444226fcff248f2bc4c7625be32c63caccfecc2723a2b9f78a7487a49c407"
2020-01-20 08:17:27 +11:00
"checksum anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)" = "7825f6833612eb2414095684fcf6c635becf3ce97fe48cf6421321e93bfbd53c"
"checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
"checksum ash 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)" = "003d1fb2eb12eb06d4a03dbe02eea67a9fac910fa97932ab9e3a75b96a1ea5e5"
2019-09-13 21:35:47 +10:00
"checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90"
"checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd"
"checksum block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2020-01-20 08:17:27 +11:00
"checksum bumpalo 3.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5fb8038c1ddc0a5f73787b130f4cc75151e96ed33e417fde765eb5a81e3532f4"
2019-09-13 21:35:47 +10:00
"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
"checksum c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d64d04786e0f528460fc884753cf8dddcc466be308f6026f8e355c41a0e4101"
"checksum cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)" = "4fc9a35e1f4290eb9e5fc54ba6cf40671ed2a2514c3eeb2b2a908dda2ea5a1be"
"checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33"
2018-07-19 08:09:32 +10:00
"checksum cgl 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "55e7ec0b74fe5897894cbc207092c577e87c52f8a59e8ca8d97ef37551f60a49"
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
"checksum cocoa 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b0c23085dde1ef4429df6e5896b89356d35cdd321fb43afe3e378d010bb5adc6"
2019-09-13 21:35:47 +10:00
"checksum cocoa 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8cd20045e880893b4a8286d5639e9ade85fb1f6a14c291f882cf8cf2149d37d9"
"checksum copyless 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6ff9c56c9fb2a49c05ef0e431485a22400af20d33226dc0764d891d09e724127"
"checksum core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "286e0b41c3a20da26536c6000a280585d519fd07b3956b43aed8a79e9edce980"
"checksum core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "25b9e03f145fd4f2bf705e07b900cd41fc636598fe5dc452fd0db1441c3f496d"
"checksum core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "716c271e8613ace48344f723b60b900a93150271e5be206212d052bbc0883efa"
2018-12-02 09:07:02 +11:00
"checksum core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
"checksum core-graphics 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fb0ed45fdc32f9ab426238fba9407dfead7bacd7900c9b4dd3f396f46eafdae3"
2018-12-02 09:07:02 +11:00
"checksum core-graphics 0.17.3 (registry+https://github.com/rust-lang/crates.io-index)" = "56790968ab1c8a1202a102e6de05fc6e1ec87da99e4e93e9a7d13efbfc1e95a9"
2020-01-20 08:17:27 +11:00
"checksum d3d12 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc7ed48e89905e5e146bcc1951cc3facb9e44aea9adf5dc01078cda1bd24b662"
2018-04-23 22:19:21 +10:00
"checksum dlib 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "77e51249a9d823a4cb79e3eca6dcd756153e8ed0157b6c04775d04bf1b13b76a"
"checksum env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)" = "15b0a4d2e39f8420210be8b27eeda28029729e2fd4291019455016c348240c38"
"checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
"checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2018-06-16 10:45:05 +10:00
"checksum fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
2018-12-02 09:07:02 +11:00
"checksum gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)" = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
2019-09-13 21:35:47 +10:00
"checksum getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "473a1265acc8ff1e808cd0a1af8cee3c2ee5200916058a2ca113c29f2d903571"
2020-01-20 08:17:27 +11:00
"checksum gfx-auxil 0.2.0 (git+https://github.com/gfx-rs/gfx)" = "<none>"
"checksum gfx-backend-dx11 0.4.5 (git+https://github.com/gfx-rs/gfx)" = "<none>"
"checksum gfx-backend-dx12 0.4.0 (git+https://github.com/gfx-rs/gfx)" = "<none>"
"checksum gfx-backend-empty 0.4.0 (git+https://github.com/gfx-rs/gfx)" = "<none>"
"checksum gfx-backend-gl 0.4.0 (git+https://github.com/gfx-rs/gfx)" = "<none>"
"checksum gfx-backend-metal 0.4.0 (git+https://github.com/gfx-rs/gfx)" = "<none>"
"checksum gfx-backend-vulkan 0.4.0 (git+https://github.com/gfx-rs/gfx)" = "<none>"
"checksum gfx-hal 0.4.1 (git+https://github.com/gfx-rs/gfx)" = "<none>"
"checksum gl_generator 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "39a23d5e872a275135d66895d954269cf5e8661d234eb1c2480f4ce0d586acbd"
2019-09-13 21:35:47 +10:00
"checksum gl_generator 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ca98bbde17256e02d17336a6bdb5a50f7d0ccacee502e191d3e3d0ec2f96f84a"
"checksum gl_generator 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a795170cbd85b5a7baa58d6d7525cae6a03e486859860c220f7ebbbdd379d0a"
2019-09-13 21:35:47 +10:00
"checksum gleam 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "cae10d7c99d0e77b4766e850a60898a17c1abaf01075531f1066f03dc7dc5fc5"
2020-01-20 08:17:27 +11:00
"checksum glow 0.3.0-alpha4 (registry+https://github.com/rust-lang/crates.io-index)" = "e1a6a561d672c476b6a6fc49b0b3bc7b061bbfd3a6f103055ae4530abc04a41e"
"checksum glutin 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9caee44b73388b2b4452ab783b13a1af80edb363bfc6e5292bdb2dd990a3171"
"checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
2019-09-13 21:35:47 +10:00
"checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
2020-01-20 08:17:27 +11:00
"checksum js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)" = "7889c7c36282151f6bf465be4700359318aef36baa951462382eae49e9577cf9"
2018-04-23 22:19:21 +10:00
"checksum khronos_api 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "037ab472c33f67b5fbd3e9163a2645319e5356fcd355efa6d4eb7fff4bbcb554"
"checksum khronos_api 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
"checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
2019-09-13 21:35:47 +10:00
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
"checksum libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)" = "34fcd2c08d2f832f376f4173a231990fa5aef4e99fb569867318a227ef4c06ba"
"checksum libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
2019-08-03 12:23:34 +10:00
"checksum lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f8912e782533a93a167888781b836336a6ca5da6175c05944c86cf28c31104dc"
2019-09-13 21:35:47 +10:00
"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
"checksum malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
2019-09-13 21:35:47 +10:00
"checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
"checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e"
"checksum memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e2ffa2c986de11a9df78620c01eeaaf27d94d3ff02bf81bfcca953102dd0c6ff"
2019-09-13 21:35:47 +10:00
"checksum metal 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ddf8052f20601c7af6293d3f7bf7b9159aee5974804fe65d871d437f933ec1eb"
"checksum nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6"
2019-03-27 04:33:45 +11:00
"checksum objc 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "31d20fd2b37e07cf5125be68357b588672e8cefe9a96f8c17a9d46053b3e590d"
"checksum objc_exception 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "098cd29a2fa3c230d3463ae069cecccc3fdfd64c0d2496ab5b96f82dab6a00dc"
"checksum osmesa-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "88cfece6e95d2e717e0872a7f53a8684712ad13822a7979bc760b9c77ec0013b"
2020-01-20 08:17:27 +11:00
"checksum parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "92e98c49ab0b7ce5b222f2cc9193fc4efe11c6d0bd4f648e374684a6857b1cfc"
"checksum parking_lot_core 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7582838484df45743c8434fbff785e8edf260c28748353d44bc0da32e0ceabf1"
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
2019-09-13 21:35:47 +10:00
"checksum pkg-config 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)" = "72d5370d90f49f70bd033c3d75e87fc529fbfff9d6f7cccef07d6170079d91ea"
"checksum ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b"
"checksum proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e98a83a9f9b331f54b924e68a66acb1bb35cb01fb0a23645139967abefb697e8"
2018-05-30 04:22:45 +10:00
"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
2019-09-13 21:35:47 +10:00
"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
"checksum rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d47eab0e83d9693d40f825f86948aa16eff6750ead4bdffc4ab95b8b3a7f052c"
"checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
"checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
"checksum range-alloc 0.1.0 (git+https://github.com/gfx-rs/gfx)" = "<none>"
2020-01-20 08:17:27 +11:00
"checksum raw-window-handle 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0a441a7a6c80ad6473bd4b74ec1c9a4c951794285bf941c2126f607c72e48211"
2019-09-13 21:35:47 +10:00
"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
"checksum regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dc220bd33bdce8f093101afe22a037b8eb0e5af33592e6a9caafff0d4cb81cbd"
"checksum regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "11a7e20d1cce64ef2fed88b66d347f88bd9babb82845b2b858f3edbf59a4f716"
"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
"checksum renderdoc 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3aee9badfb4078c375d2d0479ed29c9c057b51ade78f94792ba2dcb11f343e7e"
2019-08-03 12:23:34 +10:00
"checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d"
2018-07-19 08:09:32 +10:00
"checksum shared_library 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
"checksum slotmap 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "759fd553261805f128e2900bf69ab3d034260bc338caf7f0ee54dbf035c85acd"
2020-01-20 08:17:27 +11:00
"checksum smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44e59e0c9fa00817912ae6e4e6e3c4fe04455e75699d06eedc7d85917ed8e8f4"
"checksum sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4bf77cb82ba8453b42b6ae1d692e4cdc92f9a47beaf89a847c8be83f4e328ad3"
2019-09-13 21:35:47 +10:00
"checksum spirv_cross 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fbbe441b3ac8ec0ae6a4f05234239bd372a241ce15793eef694e8b24afc267bb"
2019-08-03 12:23:34 +10:00
"checksum storage-map 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fd0a4829a5c591dc24a944a736d6b1e4053e51339a79fd5d4702c4c999a9c45e"
2019-09-13 21:35:47 +10:00
"checksum syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "66850e97125af79138385e9b88339cbcd037e3f28ceab8c5ad98e64f0f1f80bf"
"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
"checksum termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "96d6098003bde162e4277c70665bd87c326f5a0c3f3fbfb285787fa482d54e6e"
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
"checksum token_store 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a686838375fc11103b9c1529c6508320b7bd5e2401cd62831ca51b3e82e61849"
"checksum unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1967f4cdfc355b37fd76d2a954fb2ed3871034eb4f26d60537d88795cfc332a9"
2019-09-13 21:35:47 +10:00
"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
2019-09-13 21:35:47 +10:00
"checksum wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d"
2020-01-20 08:17:27 +11:00
"checksum wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" = "5205e9afdf42282b192e2310a5b463a6d1c1d774e30dc3c791ac37ab42d2616c"
"checksum wasm-bindgen-backend 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" = "11cdb95816290b525b32587d76419facd99662a07e59d3cdb560488a819d9a45"
"checksum wasm-bindgen-macro 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" = "574094772ce6921576fb6f2e3f7497b8a76273b6db092be18fc48a082de09dc3"
"checksum wasm-bindgen-macro-support 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" = "e85031354f25eaebe78bb7db1c3d86140312a911a106b2e29f9cc440ce3e7668"
"checksum wasm-bindgen-shared 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" = "f5e7e61fc929f4c0dddb748b102ebf9f632e2b8d739f2016542b4de2965a9601"
"checksum wasm-bindgen-webidl 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" = "ef012a0d93fc0432df126a8eaf547b2dce25a8ce9212e1d3cbeef5c11157975d"
"checksum wayland-client 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2b90adf943117ee4930d7944fe103dcb6f36ba05421f46521cb5adbf6bf0fbc8"
"checksum wayland-kbd 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4fe0fb1c9917da9529d781659e456d84a693d74fe873d1658109758444616f76"
"checksum wayland-protocols 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fb5942dd2fc79d934db437c9ea3aabffceb49b546046ea453bcba531005e5537"
"checksum wayland-scanner 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)" = "dcffa55a621e6f2c3d436de64d840fc325e1d0a467b92ee5e7292e17552e08ad"
"checksum wayland-sys 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)" = "377a2f83063c463e801ca10ae8cb9666e6e597eecac0049ac36cc7b9a83b0db3"
2018-04-23 22:19:21 +10:00
"checksum wayland-window 0.13.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e5bf431e84f0de9cd06a30b2fb9ab9458f449cb6c36277da703e979ad5c141b1"
2020-01-20 08:17:27 +11:00
"checksum web-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)" = "aaf97caf6aa8c2b1dac90faf0db529d9d63c93846cca4911856f78a83cebf53b"
2019-09-13 21:35:47 +10:00
"checksum weedle 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3bb43f70885151e629e2a19ce9e50bd730fd436cfd4b666894c9ce4de9141164"
"checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2019-02-07 03:42:20 +11:00
"checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9"
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2019-09-13 21:35:47 +10:00
"checksum wincolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "96f5016b18804d24db43cebf3c77269e7569b8954a8464501c216cc5e070eaa9"
2018-05-12 17:04:30 +10:00
"checksum winit 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3706b5ba299cc9ed06d39b8021fc5edd5a7d27d8e99355ca09636fddd9b14cc0"
"checksum wio 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
"checksum x11 2.18.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39697e3123f715483d311b5826e254b6f3cfebdd83cf7ef3358f579c3d68e235"
2019-09-13 21:35:47 +10:00
"checksum x11-dl 2.18.4 (registry+https://github.com/rust-lang/crates.io-index)" = "be65e1342a3baae65439cd03306778831a3d133b0d20243a7fb83fd5cf403c58"
2019-06-27 06:29:10 +10:00
"checksum xcb 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5e917a3f24142e9ff8be2414e36c649d47d6cc2ba81f16201cdef96e533e02de"
"checksum xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c1cb601d29fe2c2ac60a2b2e5e293994d87a1f6fa9687a31a15270f909be9c2"
2018-12-02 09:07:02 +11:00
"checksum xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "541b12c998c5b56aa2b4e6f18f03664eef9a4fd0a246a55594efae6cc2d964b5"