2019-06-01 10:16:51 +10:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2018-04-12 11:32:31 +10:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2020-04-11 14:25:18 +10:00
|
|
|
version = "0.7.10"
|
2018-04-12 11:32:31 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-11 14:25:18 +10:00
|
|
|
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-02 09:07:02 +11:00
|
|
|
]
|
|
|
|
|
2018-04-12 11:32:31 +10:00
|
|
|
[[package]]
|
|
|
|
name = "android_glue"
|
|
|
|
version = "0.2.3"
|
|
|
|
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"
|
|
|
|
|
2018-04-12 11:32:31 +10:00
|
|
|
[[package]]
|
|
|
|
name = "ash"
|
2020-08-22 13:13:29 +10:00
|
|
|
version = "0.31.0"
|
2018-04-12 11:32:31 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-08-22 13:13:29 +10:00
|
|
|
"libloading 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-12 11:32:31 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2020-04-11 14:25:18 +10:00
|
|
|
version = "0.2.14"
|
2018-04-12 11:32:31 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-11 14:25:18 +10:00
|
|
|
"hermit-abi 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-08-22 13:13:29 +10:00
|
|
|
"libc 0.2.76 (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)",
|
2018-04-12 11:32:31 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2020-04-11 14:25:18 +10:00
|
|
|
version = "1.2.1"
|
2018-04-12 11:32:31 +10:00
|
|
|
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"
|
|
|
|
|
2019-06-01 10:16:51 +10:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2020-04-11 14:25:18 +10:00
|
|
|
version = "3.2.1"
|
2019-06-01 10:16:51 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-04-12 11:32:31 +10:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2020-04-11 14:25:18 +10:00
|
|
|
version = "1.3.4"
|
2018-04-12 11:32:31 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2020-04-11 14:25:18 +10:00
|
|
|
version = "1.0.50"
|
2018-04-12 11:32:31 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2020-04-11 14:25:18 +10:00
|
|
|
version = "0.1.10"
|
2018-04-12 11:32:31 +10:00
|
|
|
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"
|
2018-04-12 11:32:31 +10:00
|
|
|
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)",
|
2020-08-22 13:13:29 +10:00
|
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-12 11:32:31 +10:00
|
|
|
]
|
|
|
|
|
2018-07-19 08:09:32 +10:00
|
|
|
[[package]]
|
|
|
|
name = "cloudabi"
|
2020-08-22 13:13:29 +10:00
|
|
|
version = "0.1.0"
|
2018-07-19 08:09:32 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-11 14:25:18 +10:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-19 08:09:32 +10:00
|
|
|
]
|
|
|
|
|
2018-04-12 11:32:31 +10:00
|
|
|
[[package]]
|
|
|
|
name = "cocoa"
|
|
|
|
version = "0.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-11 14:25:18 +10:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-12 11:32:31 +10:00
|
|
|
"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)",
|
2020-08-22 13:13:29 +10:00
|
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-11 14:25:18 +10:00
|
|
|
"objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-12 11:32:31 +10:00
|
|
|
]
|
|
|
|
|
2018-05-12 17:04:30 +10:00
|
|
|
[[package]]
|
2020-08-22 13:13:29 +10:00
|
|
|
name = "cocoa-foundation"
|
|
|
|
version = "0.1.0"
|
2018-05-12 17:04:30 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-11 14:25:18 +10:00
|
|
|
"bitflags 1.2.1 (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)",
|
2020-08-22 13:13:29 +10:00
|
|
|
"core-foundation 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"core-graphics-types 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-02 09:07:02 +11:00
|
|
|
"foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-08-22 13:13:29 +10:00
|
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-11 14:25:18 +10:00
|
|
|
"objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-12 17:04:30 +10:00
|
|
|
]
|
|
|
|
|
2019-03-20 01:04:07 +11:00
|
|
|
[[package]]
|
|
|
|
name = "copyless"
|
2019-07-20 05:47:27 +10:00
|
|
|
version = "0.1.4"
|
2019-03-20 01:04:07 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-04-12 11:32:31 +10:00
|
|
|
[[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)",
|
2020-08-22 13:13:29 +10:00
|
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-12 11:32:31 +10:00
|
|
|
]
|
|
|
|
|
2018-05-12 17:04:30 +10:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2020-08-22 13:13:29 +10:00
|
|
|
version = "0.9.0"
|
2018-05-12 17:04:30 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-08-22 13:13:29 +10:00
|
|
|
"core-foundation-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-12 17:04:30 +10:00
|
|
|
]
|
|
|
|
|
2018-04-12 11:32:31 +10:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-08-22 13:13:29 +10:00
|
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-12 11:32:31 +10:00
|
|
|
]
|
|
|
|
|
2018-05-12 17:04:30 +10:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2020-08-22 13:13:29 +10:00
|
|
|
version = "0.8.0"
|
2018-05-12 17:04:30 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-04-12 11:32:31 +10:00
|
|
|
[[package]]
|
|
|
|
name = "core-graphics"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-11 14:25:18 +10:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-12 11:32:31 +10:00
|
|
|
"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)",
|
2020-08-22 13:13:29 +10:00
|
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-12 11:32:31 +10:00
|
|
|
]
|
|
|
|
|
2018-05-12 17:04:30 +10:00
|
|
|
[[package]]
|
2020-08-22 13:13:29 +10:00
|
|
|
name = "core-graphics-types"
|
|
|
|
version = "0.1.0"
|
2018-05-12 17:04:30 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-11 14:25:18 +10:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-08-22 13:13:29 +10:00
|
|
|
"core-foundation 0.9.0 (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)",
|
2020-08-22 13:13:29 +10:00
|
|
|
"libc 0.2.76 (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"
|
2019-01-12 13:47:16 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-08-07 10:59:37 +10:00
|
|
|
dependencies = [
|
2020-04-11 14:25:18 +10:00
|
|
|
"bitflags 1.2.1 (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)",
|
2018-04-12 11:32:31 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dlib"
|
2018-04-23 22:19:21 +10:00
|
|
|
version = "0.4.1"
|
2018-04-12 11:32:31 +10:00
|
|
|
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)",
|
2018-04-12 11:32:31 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2020-08-22 13:13:29 +10:00
|
|
|
version = "0.7.1"
|
2018-04-12 11:32:31 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-11 14:25:18 +10:00
|
|
|
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-13 21:35:47 +10:00
|
|
|
"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)",
|
2020-04-11 14:25:18 +10:00
|
|
|
"regex 1.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-12 11:32:31 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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 = [
|
2020-04-11 14:25:18 +10:00
|
|
|
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-16 10:45:05 +10:00
|
|
|
]
|
|
|
|
|
2019-09-13 21:35:47 +10:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2020-04-11 14:25:18 +10:00
|
|
|
version = "0.1.14"
|
2019-09-13 21:35:47 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-11 14:25:18 +10:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-08-22 13:13:29 +10:00
|
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-11 14:25:18 +10:00
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-13 21:35:47 +10:00
|
|
|
]
|
|
|
|
|
2020-01-20 08:17:27 +11:00
|
|
|
[[package]]
|
|
|
|
name = "gfx-auxil"
|
2020-08-22 13:13:29 +10:00
|
|
|
version = "0.5.0"
|
|
|
|
source = "git+https://github.com/gfx-rs/gfx#375af891708d0e62cc869bb513c7cc43292d1383"
|
2020-01-20 08:17:27 +11:00
|
|
|
dependencies = [
|
|
|
|
"fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-08-22 13:13:29 +10:00
|
|
|
"gfx-hal 0.6.0 (git+https://github.com/gfx-rs/gfx)",
|
|
|
|
"spirv_cross 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-20 08:17:27 +11:00
|
|
|
]
|
|
|
|
|
2018-06-22 22:00:34 +10:00
|
|
|
[[package]]
|
|
|
|
name = "gfx-backend-dx11"
|
2020-08-22 13:13:29 +10:00
|
|
|
version = "0.6.0"
|
|
|
|
source = "git+https://github.com/gfx-rs/gfx#375af891708d0e62cc869bb513c7cc43292d1383"
|
2018-06-22 22:00:34 +10:00
|
|
|
dependencies = [
|
2020-04-11 14:25:18 +10:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-08-22 13:13:29 +10:00
|
|
|
"gfx-auxil 0.5.0 (git+https://github.com/gfx-rs/gfx)",
|
|
|
|
"gfx-hal 0.6.0 (git+https://github.com/gfx-rs/gfx)",
|
|
|
|
"libloading 0.6.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-08-22 13:13:29 +10:00
|
|
|
"parking_lot 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"range-alloc 0.1.1 (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)",
|
2020-08-22 13:13:29 +10:00
|
|
|
"smallvec 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"spirv_cross 0.20.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-01 10:16:51 +10:00
|
|
|
"wio 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 22:00:34 +10:00
|
|
|
]
|
|
|
|
|
2018-04-12 11:32:31 +10:00
|
|
|
[[package]]
|
|
|
|
name = "gfx-backend-dx12"
|
2020-08-22 13:13:29 +10:00
|
|
|
version = "0.6.2"
|
|
|
|
source = "git+https://github.com/gfx-rs/gfx#375af891708d0e62cc869bb513c7cc43292d1383"
|
2018-04-12 11:32:31 +10:00
|
|
|
dependencies = [
|
2020-04-11 14:25:18 +10:00
|
|
|
"bitflags 1.2.1 (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)",
|
2020-08-22 13:13:29 +10:00
|
|
|
"gfx-auxil 0.5.0 (git+https://github.com/gfx-rs/gfx)",
|
|
|
|
"gfx-hal 0.6.0 (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)",
|
2020-08-22 13:13:29 +10:00
|
|
|
"range-alloc 0.1.1 (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)",
|
2020-08-22 13:13:29 +10:00
|
|
|
"smallvec 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"spirv_cross 0.20.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-01 10:16:51 +10:00
|
|
|
]
|
|
|
|
|
2019-06-27 04:10:13 +10:00
|
|
|
[[package]]
|
|
|
|
name = "gfx-backend-empty"
|
2020-08-22 13:13:29 +10:00
|
|
|
version = "0.6.0"
|
|
|
|
source = "git+https://github.com/gfx-rs/gfx#375af891708d0e62cc869bb513c7cc43292d1383"
|
2019-06-01 10:16:51 +10:00
|
|
|
dependencies = [
|
2020-08-22 13:13:29 +10:00
|
|
|
"gfx-hal 0.6.0 (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)",
|
2020-01-20 08:17:27 +11:00
|
|
|
"raw-window-handle 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-12 11:32:31 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gfx-backend-metal"
|
2020-08-22 13:13:29 +10:00
|
|
|
version = "0.6.0"
|
|
|
|
source = "git+https://github.com/gfx-rs/gfx#375af891708d0e62cc869bb513c7cc43292d1383"
|
2018-04-12 11:32:31 +10:00
|
|
|
dependencies = [
|
2020-01-20 08:17:27 +11:00
|
|
|
"arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-11 14:25:18 +10:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-12 11:32:31 +10:00
|
|
|
"block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-08-22 13:13:29 +10:00
|
|
|
"cocoa-foundation 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-20 05:47:27 +10:00
|
|
|
"copyless 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-12 11:32:31 +10:00
|
|
|
"foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-08-22 13:13:29 +10:00
|
|
|
"gfx-auxil 0.5.0 (git+https://github.com/gfx-rs/gfx)",
|
|
|
|
"gfx-hal 0.6.0 (git+https://github.com/gfx-rs/gfx)",
|
2020-01-20 08:17:27 +11:00
|
|
|
"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)",
|
2020-08-22 13:13:29 +10:00
|
|
|
"metal 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-11 14:25:18 +10:00
|
|
|
"objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-08-22 13:13:29 +10:00
|
|
|
"parking_lot 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"range-alloc 0.1.1 (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)",
|
2020-08-22 13:13:29 +10:00
|
|
|
"smallvec 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"spirv_cross 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"storage-map 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-12 11:32:31 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gfx-backend-vulkan"
|
2020-08-22 13:13:29 +10:00
|
|
|
version = "0.6.1"
|
|
|
|
source = "git+https://github.com/gfx-rs/gfx#375af891708d0e62cc869bb513c7cc43292d1383"
|
2018-04-12 11:32:31 +10:00
|
|
|
dependencies = [
|
2020-01-20 08:17:27 +11:00
|
|
|
"arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-08-22 13:13:29 +10:00
|
|
|
"ash 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-11 14:25:18 +10:00
|
|
|
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-08-22 13:13:29 +10:00
|
|
|
"core-graphics-types 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"gfx-hal 0.6.0 (git+https://github.com/gfx-rs/gfx)",
|
|
|
|
"inplace_it 0.3.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)",
|
2020-04-11 14:25:18 +10:00
|
|
|
"objc 0.2.7 (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)",
|
2020-08-22 13:13:29 +10:00
|
|
|
"smallvec 1.4.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)",
|
2020-04-11 14:25:18 +10:00
|
|
|
"x11 2.18.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-03-27 15:38:01 +11:00
|
|
|
"xcb 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-12 11:32:31 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gfx-hal"
|
2020-08-22 13:13:29 +10:00
|
|
|
version = "0.6.0"
|
|
|
|
source = "git+https://github.com/gfx-rs/gfx#375af891708d0e62cc869bb513c7cc43292d1383"
|
2018-04-12 11:32:31 +10:00
|
|
|
dependencies = [
|
2020-04-11 14:25:18 +10:00
|
|
|
"bitflags 1.2.1 (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)",
|
2018-04-12 11:32:31 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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)",
|
2018-04-12 11:32:31 +10:00
|
|
|
"xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-09-13 21:35:47 +10:00
|
|
|
[[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)",
|
2020-04-11 14:25:18 +10:00
|
|
|
"xml-rs 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-02 09:07:02 +11:00
|
|
|
]
|
|
|
|
|
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
|
|
|
]
|
|
|
|
|
2018-06-01 07:29:07 +10:00
|
|
|
[[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)",
|
2018-06-01 07:29:07 +10:00
|
|
|
"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)",
|
2020-08-22 13:13:29 +10:00
|
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-11 14:25:18 +10:00
|
|
|
"objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-01 07:29:07 +10:00
|
|
|
"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)",
|
2018-06-01 07:29:07 +10:00
|
|
|
"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)",
|
2018-06-01 07:29:07 +10:00
|
|
|
"winit 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-11 14:25:18 +10:00
|
|
|
"x11-dl 2.18.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-01 07:29:07 +10:00
|
|
|
]
|
|
|
|
|
2019-06-10 02:59:10 +10:00
|
|
|
[[package]]
|
2020-04-11 14:25:18 +10:00
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.1.10"
|
2019-06-10 02:59:10 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-08-22 13:13:29 +10:00
|
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-10 02:59:10 +10:00
|
|
|
]
|
|
|
|
|
2018-04-12 11:32:31 +10:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
2019-09-13 21:35:47 +10:00
|
|
|
version = "1.3.0"
|
2018-04-12 11:32:31 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-11 14:25:18 +10:00
|
|
|
"quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-12 11:32:31 +10:00
|
|
|
]
|
|
|
|
|
2020-08-22 13:13:29 +10:00
|
|
|
[[package]]
|
|
|
|
name = "inplace_it"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-06-01 10:16:51 +10:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2020-04-11 14:25:18 +10:00
|
|
|
version = "0.3.37"
|
2019-06-01 10:16:51 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-11 14:25:18 +10:00
|
|
|
"wasm-bindgen 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 10:16:51 +10:00
|
|
|
]
|
|
|
|
|
2018-04-12 11:32:31 +10:00
|
|
|
[[package]]
|
2018-12-02 09:07:02 +11:00
|
|
|
name = "khronos_api"
|
|
|
|
version = "2.2.0"
|
2018-04-12 11:32:31 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "khronos_api"
|
2019-06-01 10:16:51 +10:00
|
|
|
version = "3.1.0"
|
2018-04-12 11:32:31 +10:00
|
|
|
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"
|
2018-04-12 11:32:31 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2020-08-22 13:13:29 +10:00
|
|
|
version = "0.2.76"
|
2018-04-12 11:32:31 +10:00
|
|
|
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 = [
|
2020-04-11 14:25:18 +10:00
|
|
|
"cc 1.0.50 (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)",
|
2018-04-12 11:32:31 +10:00
|
|
|
]
|
|
|
|
|
2020-08-22 13:13:29 +10:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"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"
|
2020-08-22 13:13:29 +10:00
|
|
|
version = "0.4.1"
|
2018-07-19 08:09:32 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-11 14:25:18 +10:00
|
|
|
"scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-19 08:09:32 +10:00
|
|
|
]
|
|
|
|
|
2018-04-12 11:32:31 +10:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2019-09-13 21:35:47 +10:00
|
|
|
version = "0.4.8"
|
2018-04-12 11:32:31 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-11 14:25:18 +10:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-12 11:32:31 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "malloc_buf"
|
|
|
|
version = "0.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-08-22 13:13:29 +10:00
|
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-12 11:32:31 +10:00
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2018-04-12 11:32:31 +10:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2020-04-11 14:25:18 +10:00
|
|
|
version = "2.3.3"
|
2018-04-12 11:32:31 +10:00
|
|
|
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 = [
|
2020-08-22 13:13:29 +10:00
|
|
|
"libc 0.2.76 (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-01-12 13:47:16 +11:00
|
|
|
]
|
|
|
|
|
2018-04-12 11:32:31 +10:00
|
|
|
[[package]]
|
2018-08-07 10:59:37 +10:00
|
|
|
name = "metal"
|
2020-08-22 13:13:29 +10:00
|
|
|
version = "0.20.0"
|
2018-04-12 11:32:31 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-11 14:25:18 +10:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-12 11:32:31 +10:00
|
|
|
"block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-08-22 13:13:29 +10:00
|
|
|
"cocoa-foundation 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-12 11:32:31 +10:00
|
|
|
"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)",
|
2020-04-11 14:25:18 +10:00
|
|
|
"objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-10 02:59:10 +10:00
|
|
|
]
|
|
|
|
|
2018-04-12 11:32:31 +10:00
|
|
|
[[package]]
|
|
|
|
name = "objc"
|
2020-04-11 14:25:18 +10:00
|
|
|
version = "0.2.7"
|
2018-04-12 11:32:31 +10: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)",
|
2020-04-11 14:25:18 +10:00
|
|
|
"objc_exception 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-12 11:32:31 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc_exception"
|
2020-04-11 14:25:18 +10:00
|
|
|
version = "0.1.2"
|
2018-04-12 11:32:31 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-11 14:25:18 +10:00
|
|
|
"cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-12 11:32:31 +10:00
|
|
|
]
|
|
|
|
|
2018-06-01 07:29:07 +10:00
|
|
|
[[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)",
|
2018-06-01 07:29:07 +10:00
|
|
|
]
|
|
|
|
|
2019-01-12 13:47:16 +11:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2020-08-22 13:13:29 +10:00
|
|
|
version = "0.11.0"
|
2019-01-12 13:47:16 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-08-22 13:13:29 +10:00
|
|
|
"instant 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lock_api 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parking_lot_core 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-12 13:47:16 +11:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2020-08-22 13:13:29 +10:00
|
|
|
version = "0.8.0"
|
2019-01-12 13:47:16 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-11 14:25:18 +10:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-08-22 13:13:29 +10:00
|
|
|
"cloudabi 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"instant 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-13 21:35:47 +10:00
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-08-22 13:13:29 +10:00
|
|
|
"smallvec 1.4.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)",
|
2019-01-12 13:47:16 +11:00
|
|
|
]
|
|
|
|
|
2018-04-12 11:32:31 +10:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2020-04-11 14:25:18 +10:00
|
|
|
version = "0.3.17"
|
2018-04-12 11:32:31 +10:00
|
|
|
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 = [
|
2019-07-20 05:47:27 +10:00
|
|
|
"copyless 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-08-22 13:13:29 +10:00
|
|
|
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"gfx-auxil 0.5.0 (git+https://github.com/gfx-rs/gfx)",
|
|
|
|
"gfx-backend-dx11 0.6.0 (git+https://github.com/gfx-rs/gfx)",
|
|
|
|
"gfx-backend-dx12 0.6.2 (git+https://github.com/gfx-rs/gfx)",
|
|
|
|
"gfx-backend-empty 0.6.0 (git+https://github.com/gfx-rs/gfx)",
|
|
|
|
"gfx-backend-metal 0.6.0 (git+https://github.com/gfx-rs/gfx)",
|
|
|
|
"gfx-backend-vulkan 0.6.1 (git+https://github.com/gfx-rs/gfx)",
|
|
|
|
"gfx-hal 0.6.0 (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)",
|
2018-06-01 07:29:07 +10:00
|
|
|
"renderdoc 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-08-22 13:13:29 +10:00
|
|
|
"typed-arena 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-12 11:32:31 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "portability-icd"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"portability-gfx 0.1.0",
|
|
|
|
]
|
|
|
|
|
2018-08-04 11:31:41 +10:00
|
|
|
[[package]]
|
2019-09-13 21:35:47 +10:00
|
|
|
name = "ppv-lite86"
|
2020-04-11 14:25:18 +10:00
|
|
|
version = "0.2.6"
|
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"
|
2020-04-11 14:25:18 +10:00
|
|
|
version = "1.0.10"
|
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"
|
2020-04-11 14:25:18 +10:00
|
|
|
version = "1.2.3"
|
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"
|
2020-04-11 14:25:18 +10:00
|
|
|
version = "1.0.3"
|
2018-12-02 09:07:02 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-11 14:25:18 +10:00
|
|
|
"proc-macro2 1.0.10 (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"
|
2020-04-11 14:25:18 +10:00
|
|
|
version = "0.7.3"
|
2019-02-07 03:42:20 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-11 14:25:18 +10:00
|
|
|
"getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-08-22 13:13:29 +10:00
|
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-11 14:25:18 +10:00
|
|
|
"rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-13 21:35:47 +10:00
|
|
|
"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
|
|
|
]
|
|
|
|
|
2019-01-12 13:47:16 +11:00
|
|
|
[[package]]
|
2019-09-13 21:35:47 +10:00
|
|
|
name = "rand_chacha"
|
2020-04-11 14:25:18 +10:00
|
|
|
version = "0.2.2"
|
2019-01-12 13:47:16 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-11 14:25:18 +10:00
|
|
|
"ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-13 21:35:47 +10:00
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-12 13:47:16 +11:00
|
|
|
]
|
|
|
|
|
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 = [
|
2020-04-11 14:25:18 +10:00
|
|
|
"getrandom 0.1.14 (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"
|
2019-01-12 13:47:16 +11:00
|
|
|
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)",
|
2019-01-12 13:47:16 +11:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "range-alloc"
|
2020-08-22 13:13:29 +10:00
|
|
|
version = "0.1.1"
|
|
|
|
source = "git+https://github.com/gfx-rs/gfx#375af891708d0e62cc869bb513c7cc43292d1383"
|
2020-01-20 08:17:27 +11:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "raw-window-handle"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-08-22 13:13:29 +10:00
|
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-20 08:17:27 +11:00
|
|
|
]
|
2018-07-19 08:09:32 +10:00
|
|
|
|
2018-04-12 11:32:31 +10:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2019-09-13 21:35:47 +10:00
|
|
|
version = "0.1.56"
|
2018-04-12 11:32:31 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2020-04-11 14:25:18 +10:00
|
|
|
version = "1.3.6"
|
2018-04-12 11:32:31 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-11 14:25:18 +10:00
|
|
|
"aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex-syntax 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-12 11:32:31 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2020-04-11 14:25:18 +10:00
|
|
|
version = "0.6.17"
|
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"
|
2018-04-12 11:32:31 +10:00
|
|
|
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
|
|
|
]
|
2018-04-12 11:32:31 +10:00
|
|
|
|
2018-06-01 07:29:07 +10:00
|
|
|
[[package]]
|
|
|
|
name = "renderdoc"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-11 14:25:18 +10:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-01 07:29:07 +10:00
|
|
|
"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)",
|
2019-06-01 10:16:51 +10:00
|
|
|
"wio 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-01 07:29:07 +10:00
|
|
|
]
|
|
|
|
|
2018-07-19 08:09:32 +10:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2020-04-11 14:25:18 +10:00
|
|
|
version = "1.1.0"
|
2018-07-19 08:09:32 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-04-12 11:32:31 +10:00
|
|
|
[[package]]
|
|
|
|
name = "shared_library"
|
2018-07-19 08:09:32 +10:00
|
|
|
version = "0.1.9"
|
2018-04-12 11:32:31 +10:00
|
|
|
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)",
|
2020-08-22 13:13:29 +10:00
|
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-12 11:32:31 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2020-08-22 13:13:29 +10:00
|
|
|
version = "1.4.2"
|
2019-06-10 02:59:10 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-07-20 05:47:27 +10:00
|
|
|
[[package]]
|
|
|
|
name = "spirv_cross"
|
2020-08-22 13:13:29 +10:00
|
|
|
version = "0.20.0"
|
2019-07-20 05:47:27 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-11 14:25:18 +10:00
|
|
|
"cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"js-sys 0.3.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasm-bindgen 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-20 05:47:27 +10:00
|
|
|
]
|
|
|
|
|
2018-04-12 11:32:31 +10:00
|
|
|
[[package]]
|
2018-12-02 09:07:02 +11:00
|
|
|
name = "storage-map"
|
2020-08-22 13:13:29 +10:00
|
|
|
version = "0.3.0"
|
2018-04-12 11:32:31 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-08-22 13:13:29 +10:00
|
|
|
"lock_api 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-12 11:32:31 +10:00
|
|
|
]
|
|
|
|
|
2019-09-13 21:35:47 +10:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2020-04-11 14:25:18 +10:00
|
|
|
version = "1.0.17"
|
2019-09-13 21:35:47 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-11 14:25:18 +10:00
|
|
|
"proc-macro2 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-13 21:35:47 +10:00
|
|
|
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-04-12 11:32:31 +10:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2019-09-13 21:35:47 +10:00
|
|
|
version = "3.1.0"
|
2018-04-12 11:32:31 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-11 14:25:18 +10:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-08-22 13:13:29 +10:00
|
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-11 14:25:18 +10:00
|
|
|
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-13 21:35:47 +10:00
|
|
|
"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)",
|
2018-04-12 11:32:31 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2020-04-11 14:25:18 +10:00
|
|
|
version = "1.1.0"
|
2018-04-12 11:32:31 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-11 14:25:18 +10:00
|
|
|
"winapi-util 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-12 11:32:31 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2020-04-11 14:25:18 +10:00
|
|
|
version = "1.0.1"
|
2018-04-12 11:32:31 +10:00
|
|
|
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)",
|
2018-04-12 11:32:31 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "token_store"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-08-22 13:13:29 +10:00
|
|
|
[[package]]
|
|
|
|
name = "typed-arena"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-04-12 11:32:31 +10:00
|
|
|
[[package]]
|
2019-09-13 21:35:47 +10:00
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.2.0"
|
2018-04-12 11:32:31 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-09-13 21:35:47 +10:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2020-04-11 14:25:18 +10:00
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
2019-09-13 21:35:47 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-06-01 10:16:51 +10:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2020-04-11 14:25:18 +10:00
|
|
|
version = "0.2.60"
|
2019-06-01 10:16:51 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-11 14:25:18 +10:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasm-bindgen-macro 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 10:16:51 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2020-04-11 14:25:18 +10:00
|
|
|
version = "0.2.60"
|
2019-06-01 10:16:51 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-11 14:25:18 +10:00
|
|
|
"bumpalo 3.2.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)",
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-11 14:25:18 +10:00
|
|
|
"proc-macro2 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasm-bindgen-shared 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 10:16:51 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2020-04-11 14:25:18 +10:00
|
|
|
version = "0.2.60"
|
2019-06-01 10:16:51 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-11 14:25:18 +10:00
|
|
|
"quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasm-bindgen-macro-support 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 10:16:51 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2020-04-11 14:25:18 +10:00
|
|
|
version = "0.2.60"
|
2019-06-01 10:16:51 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-11 14:25:18 +10:00
|
|
|
"proc-macro2 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasm-bindgen-backend 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasm-bindgen-shared 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 10:16:51 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2020-04-11 14:25:18 +10:00
|
|
|
version = "0.2.60"
|
2019-06-01 10:16:51 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-04-12 11:32:31 +10:00
|
|
|
[[package]]
|
|
|
|
name = "wayland-client"
|
|
|
|
version = "0.12.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-11 14:25:18 +10:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-08-22 13:13:29 +10:00
|
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-12 11:32:31 +10:00
|
|
|
"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 = [
|
2020-04-11 14:25:18 +10:00
|
|
|
"bitflags 1.2.1 (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)",
|
2018-04-12 11:32:31 +10:00
|
|
|
"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 = [
|
2020-04-11 14:25:18 +10:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-12 11:32:31 +10:00
|
|
|
"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)",
|
2018-04-12 11:32:31 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-window"
|
2018-04-23 22:19:21 +10:00
|
|
|
version = "0.13.3"
|
2018-04-12 11:32:31 +10:00
|
|
|
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)",
|
2018-04-12 11:32:31 +10:00
|
|
|
"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 = "winapi"
|
2019-09-13 21:35:47 +10:00
|
|
|
version = "0.3.8"
|
2018-04-12 11:32:31 +10:00
|
|
|
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"
|
|
|
|
|
2018-08-26 13:07:19 +10:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2020-04-11 14:25:18 +10:00
|
|
|
version = "0.1.4"
|
2018-08-26 13:07:19 +10:00
|
|
|
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)",
|
2018-08-26 13:07:19 +10:00
|
|
|
]
|
|
|
|
|
2018-04-12 11:32:31 +10:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winit"
|
2018-05-12 17:04:30 +10:00
|
|
|
version = "0.13.1"
|
2018-04-12 11:32:31 +10:00
|
|
|
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)",
|
2020-08-22 13:13:29 +10:00
|
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-11 14:25:18 +10:00
|
|
|
"objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-12 11:32:31 +10:00
|
|
|
"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)",
|
2020-04-11 14:25:18 +10:00
|
|
|
"x11-dl 2.18.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-12 11:32:31 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wio"
|
2019-06-01 10:16:51 +10:00
|
|
|
version = "0.2.2"
|
2018-04-12 11:32:31 +10:00
|
|
|
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)",
|
2018-04-12 11:32:31 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "x11"
|
2020-04-11 14:25:18 +10:00
|
|
|
version = "2.18.2"
|
2018-04-12 11:32:31 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-08-22 13:13:29 +10:00
|
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-11 14:25:18 +10:00
|
|
|
"pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-12 11:32:31 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "x11-dl"
|
2020-04-11 14:25:18 +10:00
|
|
|
version = "2.18.5"
|
2018-04-12 11:32:31 +10:00
|
|
|
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)",
|
2020-08-22 13:13:29 +10:00
|
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-13 21:35:47 +10:00
|
|
|
"maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-11 14:25:18 +10:00
|
|
|
"pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-12 11:32:31 +10:00
|
|
|
]
|
|
|
|
|
2019-06-27 06:29:10 +10:00
|
|
|
[[package]]
|
|
|
|
name = "xcb"
|
2020-03-27 15:38:01 +11:00
|
|
|
version = "0.9.0"
|
2019-06-27 06:29:10 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-08-22 13:13:29 +10:00
|
|
|
"libc 0.2.76 (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-06-27 06:29:10 +10:00
|
|
|
]
|
|
|
|
|
2018-04-12 11:32:31 +10:00
|
|
|
[[package]]
|
|
|
|
name = "xml-rs"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-11 14:25:18 +10:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-12 11:32:31 +10:00
|
|
|
]
|
|
|
|
|
2018-12-02 09:07:02 +11:00
|
|
|
[[package]]
|
|
|
|
name = "xml-rs"
|
2020-04-11 14:25:18 +10:00
|
|
|
version = "0.8.2"
|
2018-12-02 09:07:02 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-04-12 11:32:31 +10:00
|
|
|
[metadata]
|
2020-04-11 14:25:18 +10:00
|
|
|
"checksum aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)" = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
|
2018-04-12 11:32:31 +10:00
|
|
|
"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 arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
|
2020-08-22 13:13:29 +10:00
|
|
|
"checksum ash 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c69a8137596e84c22d57f3da1b5de1d4230b1742a710091c85f4d7ce50f00f38"
|
2020-04-11 14:25:18 +10:00
|
|
|
"checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2018-04-12 11:32:31 +10:00
|
|
|
"checksum block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
2020-04-11 14:25:18 +10:00
|
|
|
"checksum bumpalo 3.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "12ae9db68ad7fac5fe51304d20f016c911539251075a214f8e663babefa35187"
|
|
|
|
"checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
|
|
|
|
"checksum cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)" = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd"
|
|
|
|
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2018-07-19 08:09:32 +10:00
|
|
|
"checksum cgl 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "55e7ec0b74fe5897894cbc207092c577e87c52f8a59e8ca8d97ef37551f60a49"
|
2020-08-22 13:13:29 +10:00
|
|
|
"checksum cloudabi 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467"
|
2018-04-12 11:32:31 +10:00
|
|
|
"checksum cocoa 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b0c23085dde1ef4429df6e5896b89356d35cdd321fb43afe3e378d010bb5adc6"
|
2020-08-22 13:13:29 +10:00
|
|
|
"checksum cocoa-foundation 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318"
|
2019-07-20 05:47:27 +10:00
|
|
|
"checksum copyless 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6ff9c56c9fb2a49c05ef0e431485a22400af20d33226dc0764d891d09e724127"
|
2018-04-12 11:32:31 +10:00
|
|
|
"checksum core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "286e0b41c3a20da26536c6000a280585d519fd07b3956b43aed8a79e9edce980"
|
2020-08-22 13:13:29 +10:00
|
|
|
"checksum core-foundation 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3b5ed8e7e76c45974e15e41bfa8d5b0483cd90191639e01d8f5f1e606299d3fb"
|
2018-04-12 11:32:31 +10:00
|
|
|
"checksum core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "716c271e8613ace48344f723b60b900a93150271e5be206212d052bbc0883efa"
|
2020-08-22 13:13:29 +10:00
|
|
|
"checksum core-foundation-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9a21fa21941700a3cd8fcb4091f361a6a712fac632f85d9f487cc892045d55c6"
|
2018-04-12 11:32:31 +10:00
|
|
|
"checksum core-graphics 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fb0ed45fdc32f9ab426238fba9407dfead7bacd7900c9b4dd3f396f46eafdae3"
|
2020-08-22 13:13:29 +10:00
|
|
|
"checksum core-graphics-types 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e92f5d519093a4178296707dbaa3880eae85a5ef5386675f361a1cf25376e93c"
|
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"
|
2020-08-22 13:13:29 +10:00
|
|
|
"checksum env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
|
2018-04-12 11:32:31 +10:00
|
|
|
"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"
|
2020-04-11 14:25:18 +10:00
|
|
|
"checksum getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
|
2020-08-22 13:13:29 +10:00
|
|
|
"checksum gfx-auxil 0.5.0 (git+https://github.com/gfx-rs/gfx)" = "<none>"
|
|
|
|
"checksum gfx-backend-dx11 0.6.0 (git+https://github.com/gfx-rs/gfx)" = "<none>"
|
|
|
|
"checksum gfx-backend-dx12 0.6.2 (git+https://github.com/gfx-rs/gfx)" = "<none>"
|
|
|
|
"checksum gfx-backend-empty 0.6.0 (git+https://github.com/gfx-rs/gfx)" = "<none>"
|
|
|
|
"checksum gfx-backend-metal 0.6.0 (git+https://github.com/gfx-rs/gfx)" = "<none>"
|
|
|
|
"checksum gfx-backend-vulkan 0.6.1 (git+https://github.com/gfx-rs/gfx)" = "<none>"
|
|
|
|
"checksum gfx-hal 0.6.0 (git+https://github.com/gfx-rs/gfx)" = "<none>"
|
2019-09-13 21:35:47 +10:00
|
|
|
"checksum gl_generator 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ca98bbde17256e02d17336a6bdb5a50f7d0ccacee502e191d3e3d0ec2f96f84a"
|
2018-04-12 11:32:31 +10:00
|
|
|
"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"
|
2018-06-01 07:29:07 +10:00
|
|
|
"checksum glutin 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9caee44b73388b2b4452ab783b13a1af80edb363bfc6e5292bdb2dd990a3171"
|
2020-04-11 14:25:18 +10:00
|
|
|
"checksum hermit-abi 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "725cf19794cf90aa94e65050cb4191ff5d8fa87a498383774c47b332e3af952e"
|
2019-09-13 21:35:47 +10:00
|
|
|
"checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
|
2020-08-22 13:13:29 +10:00
|
|
|
"checksum inplace_it 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd01a2a73f2f399df96b22dc88ea687ef4d76226284e7531ae3c7ee1dc5cb534"
|
|
|
|
"checksum instant 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "5b141fdc7836c525d4d594027d318c84161ca17aaf8113ab1f81ab93ae897485"
|
2020-04-11 14:25:18 +10:00
|
|
|
"checksum js-sys 0.3.37 (registry+https://github.com/rust-lang/crates.io-index)" = "6a27d435371a2fa5b6d2b028a74bbdb1234f308da363226a2854ca3ff8ba7055"
|
2018-04-23 22:19:21 +10:00
|
|
|
"checksum khronos_api 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "037ab472c33f67b5fbd3e9163a2645319e5356fcd355efa6d4eb7fff4bbcb554"
|
2019-06-01 10:16:51 +10:00
|
|
|
"checksum khronos_api 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
|
2018-04-12 11:32:31 +10:00
|
|
|
"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"
|
2020-08-22 13:13:29 +10:00
|
|
|
"checksum libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)" = "755456fae044e6fa1ebbbd1b3e902ae19e73097ed4ed87bb79934a867c007bc3"
|
2019-09-13 21:35:47 +10:00
|
|
|
"checksum libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
|
2020-08-22 13:13:29 +10:00
|
|
|
"checksum libloading 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2cadb8e769f070c45df05c78c7520eb4cd17061d4ab262e43cfc68b4d00ac71c"
|
|
|
|
"checksum lock_api 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c"
|
2019-09-13 21:35:47 +10:00
|
|
|
"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
|
2018-04-12 11:32:31 +10:00
|
|
|
"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"
|
2020-04-11 14:25:18 +10:00
|
|
|
"checksum memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
|
2018-04-12 11:32:31 +10:00
|
|
|
"checksum memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e2ffa2c986de11a9df78620c01eeaaf27d94d3ff02bf81bfcca953102dd0c6ff"
|
2020-08-22 13:13:29 +10:00
|
|
|
"checksum metal 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5c4e8a431536529327e28c9ba6992f2cb0c15d4222f0602a16e6d7695ff3bccf"
|
2020-04-11 14:25:18 +10:00
|
|
|
"checksum objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
|
|
|
|
"checksum objc_exception 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
|
2018-06-01 07:29:07 +10:00
|
|
|
"checksum osmesa-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "88cfece6e95d2e717e0872a7f53a8684712ad13822a7979bc760b9c77ec0013b"
|
2020-08-22 13:13:29 +10:00
|
|
|
"checksum parking_lot 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a4893845fa2ca272e647da5d0e46660a314ead9c2fdd9a883aabc32e481a8733"
|
|
|
|
"checksum parking_lot_core 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b"
|
2018-04-12 11:32:31 +10:00
|
|
|
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
2020-04-11 14:25:18 +10:00
|
|
|
"checksum pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
|
|
|
|
"checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
|
|
|
|
"checksum proc-macro2 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)" = "df246d292ff63439fea9bc8c0a270bed0e390d5ebd4db4ba15aba81111b5abe3"
|
|
|
|
"checksum quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
|
|
"checksum quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f"
|
|
|
|
"checksum rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
|
|
"checksum rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
2019-09-13 21:35:47 +10:00
|
|
|
"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"
|
2020-08-22 13:13:29 +10:00
|
|
|
"checksum range-alloc 0.1.1 (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"
|
2020-04-11 14:25:18 +10:00
|
|
|
"checksum regex 1.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7f6946991529684867e47d86474e3a6d0c0ab9b82d5821e314b1ede31fa3a4b3"
|
|
|
|
"checksum regex-syntax 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)" = "7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae"
|
2019-09-13 21:35:47 +10:00
|
|
|
"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
|
2018-06-01 07:29:07 +10:00
|
|
|
"checksum renderdoc 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3aee9badfb4078c375d2d0479ed29c9c057b51ade78f94792ba2dcb11f343e7e"
|
2020-04-11 14:25:18 +10:00
|
|
|
"checksum scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
2018-07-19 08:09:32 +10:00
|
|
|
"checksum shared_library 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
|
2020-08-22 13:13:29 +10:00
|
|
|
"checksum smallvec 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252"
|
|
|
|
"checksum spirv_cross 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a33a9478e9c78782dd694d05dee074703a9c4c74b511de742b88a7e8149f1b37"
|
|
|
|
"checksum storage-map 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "418bb14643aa55a7841d5303f72cf512cfb323b8cc221d51580500a1ca75206c"
|
2020-04-11 14:25:18 +10:00
|
|
|
"checksum syn 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)" = "0df0eb663f387145cab623dea85b09c2c5b4b0aef44e945d928e682fce71bb03"
|
2019-09-13 21:35:47 +10:00
|
|
|
"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
|
2020-04-11 14:25:18 +10:00
|
|
|
"checksum termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
|
|
|
|
"checksum thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
|
2018-04-12 11:32:31 +10:00
|
|
|
"checksum token_store 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a686838375fc11103b9c1529c6508320b7bd5e2401cd62831ca51b3e82e61849"
|
2020-08-22 13:13:29 +10:00
|
|
|
"checksum typed-arena 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0685c84d5d54d1c26f7d3eb96cd41550adb97baed141a761cf335d3d33bcd0ae"
|
2019-09-13 21:35:47 +10:00
|
|
|
"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
|
2020-04-11 14:25:18 +10:00
|
|
|
"checksum wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
"checksum wasm-bindgen 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)" = "2cc57ce05287f8376e998cbddfb4c8cb43b84a7ec55cf4551d7c00eef317a47f"
|
|
|
|
"checksum wasm-bindgen-backend 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)" = "d967d37bf6c16cca2973ca3af071d0a2523392e4a594548155d89a678f4237cd"
|
|
|
|
"checksum wasm-bindgen-macro 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)" = "8bd151b63e1ea881bb742cd20e1d6127cef28399558f3b5d415289bc41eee3a4"
|
|
|
|
"checksum wasm-bindgen-macro-support 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)" = "d68a5b36eef1be7868f668632863292e37739656a80fc4b9acec7b0bd35a4931"
|
|
|
|
"checksum wasm-bindgen-shared 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)" = "daf76fe7d25ac79748a37538b7daeed1c7a6867c92d3245c12c6222e4a20d639"
|
2018-04-12 11:32:31 +10:00
|
|
|
"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"
|
2019-09-13 21:35:47 +10:00
|
|
|
"checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
|
2018-04-12 11:32:31 +10:00
|
|
|
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2020-04-11 14:25:18 +10:00
|
|
|
"checksum winapi-util 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "fa515c5163a99cc82bab70fd3bfdd36d827be85de63737b40fcef2ce084a436e"
|
2018-04-12 11:32:31 +10:00
|
|
|
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2018-05-12 17:04:30 +10:00
|
|
|
"checksum winit 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3706b5ba299cc9ed06d39b8021fc5edd5a7d27d8e99355ca09636fddd9b14cc0"
|
2019-06-01 10:16:51 +10:00
|
|
|
"checksum wio 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
|
2020-04-11 14:25:18 +10:00
|
|
|
"checksum x11 2.18.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77ecd092546cb16f25783a5451538e73afc8d32e242648d54f4ae5459ba1e773"
|
|
|
|
"checksum x11-dl 2.18.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2bf981e3a5b3301209754218f962052d4d9ee97e478f4d26d4a6eced34c1fef8"
|
2020-03-27 15:38:01 +11:00
|
|
|
"checksum xcb 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "62056f63138b39116f82a540c983cc11f1c90cd70b3d492a70c25eaa50bd22a6"
|
2018-04-12 11:32:31 +10:00
|
|
|
"checksum xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c1cb601d29fe2c2ac60a2b2e5e293994d87a1f6fa9687a31a15270f909be9c2"
|
2020-04-11 14:25:18 +10:00
|
|
|
"checksum xml-rs 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2bb76e5c421bbbeb8924c60c030331b345555024d56261dae8f3e786ed817c23"
|