rust-gpu/Cargo.lock

2974 lines
70 KiB
Plaintext
Raw Normal View History

2020-09-01 21:58:26 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2020-10-09 15:22:07 +00:00
[[package]]
name = "ab_glyph_rasterizer"
version = "0.1.4"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9fe5e32de01730eb1f6b7f5b51c17e03e2325bf40a74f754f04f130043affff"
2020-10-09 15:22:07 +00:00
2021-01-04 10:25:56 +00:00
[[package]]
name = "adler"
version = "1.0.2"
2021-01-04 10:25:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2021-01-04 10:25:56 +00:00
2020-09-01 21:58:26 +00:00
[[package]]
name = "aho-corasick"
version = "0.7.15"
2020-09-01 21:58:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
2020-09-01 21:58:26 +00:00
dependencies = [
"memchr",
]
2020-10-27 01:39:56 +00:00
[[package]]
name = "andrew"
version = "0.3.1"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c4afb09dd642feec8408e33f92f3ffc4052946f6b20f32fb99c1f58cd4fa7cf"
2020-10-09 15:22:07 +00:00
dependencies = [
"bitflags",
"rusttype",
2020-10-09 15:22:07 +00:00
"walkdir",
"xdg",
"xml-rs",
]
2020-09-03 15:51:23 +00:00
[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
dependencies = [
"winapi 0.3.9",
2020-10-09 15:22:07 +00:00
]
2020-10-27 01:39:56 +00:00
[[package]]
name = "ansi_term"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "arrayvec"
version = "0.5.2"
2020-10-27 01:39:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
2020-10-27 01:39:56 +00:00
2020-10-09 15:22:07 +00:00
[[package]]
name = "ash"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c69a8137596e84c22d57f3da1b5de1d4230b1742a710091c85f4d7ce50f00f38"
dependencies = [
"libloading 0.6.7",
2020-10-09 15:22:07 +00:00
]
[[package]]
name = "ash-molten"
version = "0.7.2+1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b31c40fe3810300e6a0083a4b8fad1be08f20eb1a4b5b07bfd477e287570f64e"
dependencies = [
"ash",
]
2020-10-09 15:22:07 +00:00
[[package]]
name = "ash-window"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "905c4ca25f752e7ab3c3e8f2882625f876e4c3ea5feffbc83f81d697e043afd6"
dependencies = [
"ash",
"raw-window-handle",
"raw-window-metal",
]
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi",
"libc",
"winapi 0.3.9",
]
2020-09-01 21:58:26 +00:00
[[package]]
name = "autocfg"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2020-09-23 08:39:51 +00:00
[[package]]
name = "bimap"
version = "0.6.0"
2020-09-23 08:39:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f92b72b8f03128773278bf74418b9205f3d2a12c39a61f92395f47af390c32bf"
2020-09-23 08:39:51 +00:00
2021-01-18 14:35:12 +00:00
[[package]]
name = "bindgen"
version = "0.56.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2da379dbebc0b76ef63ca68d8fc6e71c0f13e59432e0987e508c1820e6ab5239"
dependencies = [
"bitflags",
"cexpr",
"clang-sys",
"clap 2.33.3",
"env_logger",
"lazy_static",
"lazycell",
"log",
"peeking_take_while",
"proc-macro2",
"quote",
"regex",
"rustc-hash",
"shlex",
"which",
]
2020-10-27 01:39:56 +00:00
[[package]]
name = "bit-set"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de"
dependencies = [
"bit-vec",
]
[[package]]
name = "bit-vec"
version = "0.6.3"
2020-10-27 01:39:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
2020-10-27 01:39:56 +00:00
2020-09-01 21:58:26 +00:00
[[package]]
name = "bitflags"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2020-10-09 15:22:07 +00:00
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2020-10-27 01:39:56 +00:00
[[package]]
name = "bumpalo"
version = "3.6.1"
2020-10-27 01:39:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe"
2020-10-27 01:39:56 +00:00
2020-09-01 21:58:26 +00:00
[[package]]
name = "byteorder"
2021-03-16 08:59:08 +00:00
version = "1.4.3"
2020-09-01 21:58:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-16 08:59:08 +00:00
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2020-09-01 21:58:26 +00:00
[[package]]
name = "calloop"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b036167e76041694579972c28cf4877b4f92da222560ddb49008937b6a6727c"
dependencies = [
"log",
"nix 0.18.0",
]
2020-10-09 15:22:07 +00:00
[[package]]
name = "cc"
version = "1.0.67"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
2020-10-27 01:39:56 +00:00
dependencies = [
"jobserver",
]
2020-10-09 15:22:07 +00:00
2021-01-18 14:35:12 +00:00
[[package]]
name = "cexpr"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
dependencies = [
"nom 5.1.2",
]
2020-09-03 15:51:23 +00:00
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-09 15:22:07 +00:00
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2020-10-27 01:39:56 +00:00
[[package]]
name = "chrono"
version = "0.4.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
dependencies = [
"libc",
"num-integer",
"num-traits",
2020-10-27 01:39:56 +00:00
"winapi 0.3.9",
]
2021-01-18 14:35:12 +00:00
[[package]]
name = "clang-sys"
version = "1.1.1"
2021-01-18 14:35:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f54d78e30b388d4815220c8dd03fea5656b6c6d32adb59e89061552a102f8da1"
2021-01-18 14:35:12 +00:00
dependencies = [
"glob",
"libc",
"libloading 0.7.0",
2021-01-18 14:35:12 +00:00
]
[[package]]
name = "clap"
version = "2.33.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
dependencies = [
2020-10-27 01:39:56 +00:00
"ansi_term 0.11.0",
"atty",
"bitflags",
"strsim 0.8.0",
"textwrap 0.11.0",
"unicode-width",
"vec_map",
]
[[package]]
name = "clap"
version = "3.0.0-beta.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bd1061998a501ee7d4b6d449020df3266ca3124b941ec56cf2005c3779ca142"
dependencies = [
"atty",
"bitflags",
"clap_derive",
"indexmap",
"lazy_static",
"os_str_bytes",
"strsim 0.10.0",
"termcolor",
"textwrap 0.12.1",
"unicode-width",
"vec_map",
]
[[package]]
name = "clap_derive"
version = "3.0.0-beta.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "370f715b81112975b1b69db93e0b56ea4cd4e5002ac43b2da8474106a54096a1"
dependencies = [
"heck",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
2020-10-09 15:22:07 +00:00
[[package]]
2021-01-04 10:25:56 +00:00
name = "cmake"
version = "0.1.45"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-04 10:25:56 +00:00
checksum = "eb6210b637171dfba4cda12e579ac6dc73f5165ad56133e5d72ef3131f320855"
2020-10-09 15:22:07 +00:00
dependencies = [
2021-01-04 10:25:56 +00:00
"cc",
2020-10-09 15:22:07 +00:00
]
[[package]]
name = "cocoa"
version = "0.24.0"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f63902e9223530efb4e26ccd0cf55ec30d592d3b42e21a28defc42a9586e832"
2020-10-09 15:22:07 +00:00
dependencies = [
"bitflags",
2020-10-09 15:22:07 +00:00
"block",
"cocoa-foundation",
"core-foundation 0.9.1",
2021-01-04 10:25:56 +00:00
"core-graphics 0.22.2",
2020-10-09 15:22:07 +00:00
"foreign-types",
"libc",
"objc",
]
[[package]]
name = "cocoa-foundation"
version = "0.1.0"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318"
2020-10-09 15:22:07 +00:00
dependencies = [
"bitflags",
"block",
"core-foundation 0.9.1",
"core-graphics-types",
"foreign-types",
2020-10-09 15:22:07 +00:00
"libc",
"objc",
2020-10-09 15:22:07 +00:00
]
[[package]]
name = "compute-shader"
version = "0.4.0-alpha.0"
dependencies = [
"spirv-std",
"spirv-std-macros",
]
[[package]]
name = "console_error_panic_hook"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8d976903543e0c48546a91908f21588a680a8c8f984df9a5d69feccb2b2a211"
dependencies = [
"cfg-if 0.1.10",
"wasm-bindgen",
]
[[package]]
name = "console_log"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "501a375961cef1a0d44767200e66e4a559283097e91d0730b1d75dfb2f8a1494"
dependencies = [
"log",
"web-sys",
]
2020-10-27 01:39:56 +00:00
[[package]]
name = "copyless"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2df960f5d869b2dd8532793fde43eb5427cceb126c929747a26823ab0eeb536"
2020-10-09 15:22:07 +00:00
[[package]]
name = "core-foundation"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
dependencies = [
"core-foundation-sys 0.7.0",
"libc",
]
[[package]]
name = "core-foundation"
version = "0.9.1"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"
dependencies = [
"core-foundation-sys 0.8.2",
"libc",
]
2020-10-09 15:22:07 +00:00
[[package]]
name = "core-foundation-sys"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
[[package]]
name = "core-foundation-sys"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"
2020-10-09 15:22:07 +00:00
[[package]]
name = "core-graphics"
version = "0.19.2"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3889374e6ea6ab25dba90bb5d96202f61108058361f6dc72e8b03e6f8bbe923"
2020-10-09 15:22:07 +00:00
dependencies = [
"bitflags",
"core-foundation 0.7.0",
2020-10-09 15:22:07 +00:00
"foreign-types",
"libc",
]
[[package]]
name = "core-graphics"
2021-01-04 10:25:56 +00:00
version = "0.22.2"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-04 10:25:56 +00:00
checksum = "269f35f69b542b80e736a20a89a05215c0ce80c2c03c514abb2e318b78379d86"
2020-10-09 15:22:07 +00:00
dependencies = [
"bitflags",
"core-foundation 0.9.1",
"core-graphics-types",
2020-10-09 15:22:07 +00:00
"foreign-types",
"libc",
]
[[package]]
name = "core-graphics-types"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
dependencies = [
"bitflags",
"core-foundation 0.9.1",
"foreign-types",
"libc",
]
[[package]]
name = "core-video-sys"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34ecad23610ad9757664d644e369246edde1803fcb43ed72876565098a5d3828"
dependencies = [
"cfg-if 0.1.10",
"core-foundation-sys 0.7.0",
"core-graphics 0.19.2",
"libc",
"objc",
]
2021-01-04 10:25:56 +00:00
[[package]]
name = "crc32fast"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
dependencies = [
"cfg-if 1.0.0",
]
[[package]]
name = "crossbeam-channel"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
dependencies = [
"cfg-if 1.0.0",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-deque"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
dependencies = [
"cfg-if 1.0.0",
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2584f639eb95fea8c798496315b297cf81b9b58b6d30ab066a75455333cf4b12"
dependencies = [
"cfg-if 1.0.0",
"crossbeam-utils",
"lazy_static",
"memoffset",
"scopeguard",
]
[[package]]
name = "crossbeam-utils"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7e9d99fa91428effe99c5c6d4634cdeba32b8cf784fc428a2a687f61a952c49"
dependencies = [
2021-01-04 10:25:56 +00:00
"autocfg",
"cfg-if 1.0.0",
"lazy_static",
]
2020-10-09 15:22:07 +00:00
[[package]]
name = "ctor"
2021-02-16 15:11:13 +00:00
version = "0.1.19"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-16 15:11:13 +00:00
checksum = "e8f45d9ad417bcef4817d614a501ab55cdd96a6fdb24f49aab89a54acfd66b19"
2020-10-09 15:22:07 +00:00
dependencies = [
"quote",
"syn",
]
2020-10-27 01:39:56 +00:00
[[package]]
name = "d3d12"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0a60cceb22c7c53035f8980524fdc7f17cf49681a3c154e6757d30afbec6ec4"
dependencies = [
"bitflags",
"libloading 0.6.7",
2020-10-27 01:39:56 +00:00
"winapi 0.3.9",
]
[[package]]
name = "darling"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim 0.9.3",
"syn",
]
[[package]]
name = "darling_macro"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
dependencies = [
"darling_core",
"quote",
"syn",
]
[[package]]
name = "derivative"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
"proc-macro2",
"quote",
"syn",
2020-10-09 15:22:07 +00:00
]
[[package]]
name = "derive_more"
version = "0.99.11"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41cb0e6161ad61ed084a36ba71fbba9e3ac5aee3606fb607fe08da6acbcf3d8c"
2020-10-09 15:22:07 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2020-10-09 15:22:07 +00:00
]
[[package]]
name = "difference"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
[[package]]
name = "dispatch"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
2020-10-09 15:22:07 +00:00
[[package]]
name = "dlib"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b11f15d1e3268f140f68d390637d5e76d849782d971ae7063e0da69fe9709a76"
dependencies = [
"libloading 0.6.7",
]
[[package]]
name = "dlib"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794"
dependencies = [
"libloading 0.7.0",
2020-10-09 15:22:07 +00:00
]
[[package]]
name = "downcast-rs"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
[[package]]
name = "either"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
2021-01-04 10:25:56 +00:00
[[package]]
name = "encoding_rs"
2021-02-16 15:11:13 +00:00
version = "0.8.28"
2021-01-04 10:25:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-16 15:11:13 +00:00
checksum = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065"
2021-01-04 10:25:56 +00:00
dependencies = [
"cfg-if 1.0.0",
]
2021-01-18 14:35:12 +00:00
[[package]]
name = "env_logger"
2021-02-16 15:11:13 +00:00
version = "0.8.3"
2021-01-18 14:35:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-16 15:11:13 +00:00
checksum = "17392a012ea30ef05a610aa97dfb49496e71c9f676b27879922ea5bdf60d9d3f"
2021-01-18 14:35:12 +00:00
dependencies = [
"atty",
"humantime",
"log",
"regex",
"termcolor",
]
2020-10-09 15:22:07 +00:00
[[package]]
name = "example-runner-ash"
2020-10-09 15:22:07 +00:00
version = "0.1.0"
dependencies = [
"ash",
"ash-molten",
2020-10-09 15:22:07 +00:00
"ash-window",
"cfg-if 1.0.0",
"serde",
"serde_json",
"shared",
2020-10-09 15:22:07 +00:00
"spirv-builder",
"structopt",
"winit",
2020-10-09 15:22:07 +00:00
]
[[package]]
name = "example-runner-cpu"
version = "0.1.0"
dependencies = [
"minifb",
"rayon",
"shared",
"sky-shader",
"spirv-std",
]
[[package]]
name = "example-runner-wgpu"
version = "0.1.0"
dependencies = [
"cfg-if 1.0.0",
"clap 3.0.0-beta.2",
"console_error_panic_hook",
"console_log",
"futures",
"ndk-glue",
"shared",
"spirv-builder",
"strum",
"wasm-bindgen-futures",
"web-sys",
"wgpu",
"wgpu-subscriber",
"winit",
]
2020-10-09 15:22:07 +00:00
[[package]]
name = "filetime"
version = "0.2.14"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8"
2020-10-09 15:22:07 +00:00
dependencies = [
"cfg-if 1.0.0",
2020-10-09 15:22:07 +00:00
"libc",
2021-02-16 15:11:13 +00:00
"redox_syscall 0.2.5",
"winapi 0.3.9",
2020-10-09 15:22:07 +00:00
]
2021-01-04 10:25:56 +00:00
[[package]]
name = "flate2"
2021-02-16 15:11:13 +00:00
version = "1.0.20"
2021-01-04 10:25:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-16 15:11:13 +00:00
checksum = "cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0"
2021-01-04 10:25:56 +00:00
dependencies = [
"cfg-if 1.0.0",
"crc32fast",
"libc",
"miniz_oxide",
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2020-10-09 15:22:07 +00:00
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
dependencies = [
"bitflags",
"fuchsia-zircon-sys",
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
2020-10-27 01:39:56 +00:00
[[package]]
name = "futures"
version = "0.3.13"
2020-10-27 01:39:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f55667319111d593ba876406af7c409c0ebb44dc4be6132a783ccf163ea14c1"
2020-10-27 01:39:56 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
version = "0.3.13"
2020-10-27 01:39:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c2dd2df839b57db9ab69c2c9d8f3e8c81984781937fe2807dc6dcf3b2ad2939"
2020-10-27 01:39:56 +00:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.13"
2020-10-27 01:39:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15496a72fabf0e62bdc3df11a59a3787429221dd0710ba8ef163d6f7a9112c94"
2020-10-27 01:39:56 +00:00
[[package]]
name = "futures-executor"
version = "0.3.13"
2020-10-27 01:39:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "891a4b7b96d84d5940084b2a37632dd65deeae662c114ceaa2c879629c9c0ad1"
2020-10-27 01:39:56 +00:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
version = "0.3.13"
2020-10-27 01:39:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d71c2c65c57704c32f5241c1223167c2c3294fd34ac020c807ddbe6db287ba59"
2020-10-27 01:39:56 +00:00
[[package]]
name = "futures-macro"
version = "0.3.13"
2020-10-27 01:39:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea405816a5139fb39af82c2beb921d52143f556038378d6db21183a5c37fbfb7"
2020-10-27 01:39:56 +00:00
dependencies = [
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
2020-10-27 01:39:56 +00:00
]
[[package]]
name = "futures-sink"
version = "0.3.13"
2020-10-27 01:39:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85754d98985841b7d4f5e8e6fbfa4a4ac847916893ec511a2917ccd8525b8bb3"
2020-10-27 01:39:56 +00:00
[[package]]
name = "futures-task"
version = "0.3.13"
2020-10-27 01:39:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa189ef211c15ee602667a6fcfe1c1fd9e07d42250d2156382820fba33c9df80"
2020-10-27 01:39:56 +00:00
[[package]]
name = "futures-util"
version = "0.3.13"
2020-10-27 01:39:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1812c7ab8aedf8d6f2701a43e1243acdbcc2b36ab26e2ad421eb99ac963d96d1"
2020-10-27 01:39:56 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
2021-01-18 14:35:12 +00:00
"pin-project-lite",
2020-10-27 01:39:56 +00:00
"pin-utils",
"proc-macro-hack",
"proc-macro-nested",
"slab",
]
2020-10-09 15:22:07 +00:00
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
"byteorder",
2020-10-09 15:22:07 +00:00
]
[[package]]
name = "getrandom"
version = "0.2.2"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
2020-10-09 15:22:07 +00:00
dependencies = [
"cfg-if 1.0.0",
2020-10-09 15:22:07 +00:00
"libc",
2021-01-18 14:35:12 +00:00
"wasi",
2020-10-27 01:39:56 +00:00
]
[[package]]
name = "gfx-auxil"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07cd956b592970f08545b9325b87580eb95a51843b6f39da27b8667fec1a1216"
dependencies = [
"fxhash",
"gfx-hal",
"spirv_cross",
]
[[package]]
name = "gfx-backend-dx11"
version = "0.6.17"
2020-10-27 01:39:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54b43f06089866bdffe59b5a6801022c86b74d2c1dd28940a9cf301d3d014fbc"
2020-10-27 01:39:56 +00:00
dependencies = [
"arrayvec",
"bitflags",
"gfx-auxil",
"gfx-hal",
"libloading 0.6.7",
2020-10-27 01:39:56 +00:00
"log",
"parking_lot",
2020-10-27 01:39:56 +00:00
"range-alloc",
"raw-window-handle",
"smallvec",
"spirv_cross",
"thunderdome",
"winapi 0.3.9",
"wio",
]
[[package]]
name = "gfx-backend-dx12"
version = "0.6.13"
2020-10-27 01:39:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "375014deed24d76b03604736dd899f0925158a1a96db90cbefb9cce070f71af7"
2020-10-27 01:39:56 +00:00
dependencies = [
"arrayvec",
"bit-set",
"bitflags",
"d3d12",
"gfx-auxil",
"gfx-hal",
"log",
"range-alloc",
"raw-window-handle",
"smallvec",
"spirv_cross",
"winapi 0.3.9",
]
[[package]]
name = "gfx-backend-empty"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2085227c12b78f6657a900c829f2d0deb46a9be3eaf86844fde263cdc218f77c"
dependencies = [
"gfx-hal",
"log",
"raw-window-handle",
]
[[package]]
name = "gfx-backend-metal"
version = "0.6.5"
2020-10-27 01:39:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "273d60d5207f96d99e0d11d0718995f67e56533a9df1444d83baf787f4c3cb32"
2020-10-27 01:39:56 +00:00
dependencies = [
"arrayvec",
"bitflags",
"block",
"cocoa-foundation",
"copyless",
"foreign-types",
"gfx-auxil",
"gfx-hal",
"lazy_static",
"log",
"metal",
"objc",
"parking_lot",
2020-10-27 01:39:56 +00:00
"range-alloc",
"raw-window-handle",
"smallvec",
"spirv_cross",
"storage-map",
]
[[package]]
name = "gfx-backend-vulkan"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a3a63cf61067a09b7d1ac480af3cb2ae0c5ede5bed294607bbd814cb1666c45"
dependencies = [
"arrayvec",
"ash",
"byteorder",
"core-graphics-types",
"gfx-hal",
"inplace_it",
"lazy_static",
"log",
"objc",
"raw-window-handle",
"smallvec",
"winapi 0.3.9",
"x11",
]
[[package]]
name = "gfx-descriptor"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd8c7afcd000f279d541a490e27117e61037537279b9342279abf4938fe60c6b"
dependencies = [
"arrayvec",
"fxhash",
"gfx-hal",
"log",
]
[[package]]
name = "gfx-hal"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18d0754f5b7a43915fd7466883b2d1bb0800d7cc4609178d0b27bf143b9e5123"
dependencies = [
"bitflags",
"raw-window-handle",
]
[[package]]
name = "gfx-memory"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dccdda5d2b39412f4ca2cb15c70b5a82783a86b0606f5e985342754c8ed88f05"
dependencies = [
"bit-set",
"fxhash",
"gfx-hal",
"log",
"slab",
2020-10-09 15:22:07 +00:00
]
[[package]]
name = "glam"
2021-03-16 08:59:08 +00:00
version = "0.13.0"
source = "git+https://github.com/EmbarkStudios/glam-rs.git?rev=af4010b#af4010b38f02162987f2b9777ad34c2ffbfb01f2"
2020-10-30 23:38:23 +00:00
dependencies = [
"num-traits",
"spirv-std",
2020-10-30 23:38:23 +00:00
]
2021-01-18 14:35:12 +00:00
[[package]]
name = "glob"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
[[package]]
name = "hashbrown"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
[[package]]
name = "heck"
2021-01-04 10:25:56 +00:00
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-04 10:25:56 +00:00
checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac"
dependencies = [
"unicode-segmentation",
]
2020-10-09 15:22:07 +00:00
[[package]]
name = "hermit-abi"
2021-01-18 14:35:12 +00:00
version = "0.1.18"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-18 14:35:12 +00:00
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
2020-10-09 15:22:07 +00:00
dependencies = [
"libc",
]
2021-01-18 14:35:12 +00:00
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
[[package]]
name = "indexmap"
2021-03-16 08:59:08 +00:00
version = "1.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-16 08:59:08 +00:00
checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3"
dependencies = [
2021-01-04 10:25:56 +00:00
"autocfg",
"hashbrown",
]
2020-10-27 01:39:56 +00:00
[[package]]
name = "inplace_it"
version = "0.3.3"
2020-10-27 01:39:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90953f308a79fe6d62a4643e51f848fbfddcd05975a38e69fdf4ab86a7baf7ca"
2020-10-27 01:39:56 +00:00
[[package]]
name = "instant"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
dependencies = [
"cfg-if 1.0.0",
2020-10-27 01:39:56 +00:00
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "iovec"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
dependencies = [
"libc",
]
2020-10-09 15:22:07 +00:00
[[package]]
name = "itoa"
2021-01-04 10:25:56 +00:00
version = "0.4.7"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-04 10:25:56 +00:00
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
2020-10-09 15:22:07 +00:00
[[package]]
name = "jni-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
2020-10-27 01:39:56 +00:00
[[package]]
name = "jobserver"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
dependencies = [
"libc",
]
[[package]]
name = "js-sys"
version = "0.3.48"
2020-10-27 01:39:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc9f84f9b115ce7843d60706df1422a916680bfdfcbdb0447c5614ff9d7e4d78"
2020-10-27 01:39:56 +00:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
dependencies = [
"winapi 0.2.8",
"winapi-build",
]
2020-10-09 15:22:07 +00:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "lazycell"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2020-10-09 15:22:07 +00:00
[[package]]
name = "libc"
2021-03-16 12:12:29 +00:00
version = "0.2.89"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-16 12:12:29 +00:00
checksum = "538c092e5586f4cdd7dd8078c4a79220e3e168880218124dcbce860f0ea938c6"
2020-10-09 15:22:07 +00:00
[[package]]
name = "libloading"
2021-01-18 14:35:12 +00:00
version = "0.6.7"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-18 14:35:12 +00:00
checksum = "351a32417a12d5f7e82c368a66781e307834dae04c6ce0cd4456d52989229883"
2020-10-09 15:22:07 +00:00
dependencies = [
"cfg-if 1.0.0",
"winapi 0.3.9",
2020-10-09 15:22:07 +00:00
]
[[package]]
name = "libloading"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f84d96438c15fcd6c3f244c8fce01d1e2b9c6b5623e9c711dc9286d8fc92d6a"
dependencies = [
"cfg-if 1.0.0",
"winapi 0.3.9",
]
[[package]]
name = "libm"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"
2020-10-09 15:22:07 +00:00
[[package]]
name = "lock_api"
version = "0.4.2"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312"
2020-10-09 15:22:07 +00:00
dependencies = [
"scopeguard",
]
[[package]]
name = "log"
2021-02-16 15:11:13 +00:00
version = "0.4.14"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-16 15:11:13 +00:00
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
2020-10-09 15:22:07 +00:00
dependencies = [
2021-02-16 15:11:13 +00:00
"cfg-if 1.0.0",
2020-10-09 15:22:07 +00:00
]
[[package]]
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
dependencies = [
"libc",
]
2020-10-27 01:39:56 +00:00
[[package]]
name = "matchers"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"
dependencies = [
"regex-automata",
]
2020-10-09 15:22:07 +00:00
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
[[package]]
name = "memchr"
version = "2.3.4"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
2020-10-09 15:22:07 +00:00
[[package]]
2021-01-04 10:25:56 +00:00
name = "memmap2"
version = "0.1.0"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-04 10:25:56 +00:00
checksum = "d9b70ca2a6103ac8b665dc150b142ef0e4e89df640c9e6cf295d189c3caebe5a"
2020-10-09 15:22:07 +00:00
dependencies = [
"libc",
]
[[package]]
name = "memoffset"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"
dependencies = [
2021-01-04 10:25:56 +00:00
"autocfg",
]
[[package]]
2020-10-27 01:39:56 +00:00
name = "metal"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-27 01:39:56 +00:00
checksum = "5c4e8a431536529327e28c9ba6992f2cb0c15d4222f0602a16e6d7695ff3bccf"
dependencies = [
2020-10-27 01:39:56 +00:00
"bitflags",
"block",
"cocoa-foundation",
"foreign-types",
"log",
"objc",
]
[[package]]
name = "minifb"
version = "0.19.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87b4b6a6da61c3003a41e84ee1f6b56e079f835f4d4fce424fc84092b57ad804"
2020-10-27 01:39:56 +00:00
dependencies = [
"cc",
"orbclient",
"raw-window-handle",
"tempfile",
"wayland-client 0.27.0",
"wayland-cursor 0.27.0",
"wayland-protocols 0.27.0",
"winapi 0.3.9",
"x11-dl",
"xkb",
"xkbcommon-sys",
]
2021-01-04 10:25:56 +00:00
[[package]]
name = "miniz_oxide"
version = "0.4.4"
2021-01-04 10:25:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
2021-01-04 10:25:56 +00:00
dependencies = [
"adler",
"autocfg",
]
2020-10-09 15:22:07 +00:00
[[package]]
name = "mio"
version = "0.6.23"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
2020-10-09 15:22:07 +00:00
dependencies = [
"cfg-if 0.1.10",
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
"libc",
"log",
"miow",
"net2",
"slab",
"winapi 0.2.8",
]
[[package]]
name = "mio-extras"
version = "2.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
dependencies = [
"lazycell",
"log",
"mio",
"slab",
]
[[package]]
name = "miow"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
dependencies = [
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
]
[[package]]
name = "mouse-shader"
version = "0.1.0"
dependencies = [
"shared",
"spirv-std",
]
2020-10-27 01:39:56 +00:00
[[package]]
name = "naga"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0873deb76cf44b7454fba7b2ba6a89d3de70c08aceffd2c489379b3d9d08e661"
dependencies = [
"bitflags",
"fxhash",
"log",
"num-traits",
2020-10-27 01:39:56 +00:00
"spirv_headers 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"thiserror",
]
[[package]]
name = "ndk"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5eb167c1febed0a496639034d0c76b3b74263636045db5489eee52143c246e73"
dependencies = [
"jni-sys",
"ndk-sys",
"num_enum",
"thiserror",
]
[[package]]
name = "ndk-glue"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdf399b8b7a39c6fb153c4ec32c72fd5fe789df24a647f229c239aa7adb15241"
dependencies = [
"lazy_static",
"libc",
"log",
"ndk",
"ndk-macro",
"ndk-sys",
]
[[package]]
name = "ndk-macro"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05d1c6307dc424d0f65b9b06e94f88248e6305726b14729fd67a5e47b2dc481d"
dependencies = [
"darling",
"proc-macro-crate",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "ndk-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c44922cb3dbb1c70b5e5f443d63b64363a898564d739ba5198e3a9138442868d"
[[package]]
name = "net2"
2021-01-04 10:25:56 +00:00
version = "0.2.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-04 10:25:56 +00:00
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
dependencies = [
"cfg-if 0.1.10",
"libc",
"winapi 0.3.9",
2020-10-09 15:22:07 +00:00
]
[[package]]
name = "nix"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50e4785f2c3b7589a0d0c1dd60285e1188adac4006e8abd6dd578e1567027363"
dependencies = [
"bitflags",
"cc",
"cfg-if 0.1.10",
"libc",
"void",
]
2020-10-09 15:22:07 +00:00
[[package]]
name = "nix"
version = "0.18.0"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83450fe6a6142ddd95fb064b746083fc4ef1705fe81f64a64e1d4b39f54a1055"
2020-10-09 15:22:07 +00:00
dependencies = [
"bitflags",
2020-10-09 15:22:07 +00:00
"cc",
"cfg-if 0.1.10",
2020-10-09 15:22:07 +00:00
"libc",
]
[[package]]
name = "nix"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa9b4819da1bc61c0ea48b63b7bc8604064dd43013e7cc325df098d49cd7c18a"
dependencies = [
"bitflags",
"cc",
"cfg-if 1.0.0",
"libc",
]
2021-01-18 14:35:12 +00:00
[[package]]
name = "nom"
version = "5.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
dependencies = [
"memchr",
"version_check",
]
[[package]]
name = "nom"
2021-02-16 15:11:13 +00:00
version = "6.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-16 15:11:13 +00:00
checksum = "e7413f999671bd4745a7b624bd370a569fb6bc574b23c83a3c5ed2e453f3d5e2"
dependencies = [
"memchr",
"version_check",
]
[[package]]
name = "num-integer"
version = "0.1.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
dependencies = [
2021-01-04 10:25:56 +00:00
"autocfg",
"num-traits",
2020-10-09 15:22:07 +00:00
]
[[package]]
name = "num-traits"
version = "0.2.14"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
2020-10-09 15:22:07 +00:00
dependencies = [
2021-01-04 10:25:56 +00:00
"autocfg",
"libm",
]
[[package]]
name = "num_cpus"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
dependencies = [
"hermit-abi",
"libc",
2020-10-09 15:22:07 +00:00
]
2020-09-03 15:51:23 +00:00
[[package]]
name = "num_enum"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca565a7df06f3d4b485494f25ba05da1435950f4dc263440eda7a6fa9b8e36e4"
dependencies = [
"derivative",
"num_enum_derive",
]
[[package]]
name = "num_enum_derive"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffa5a33ddddfee04c0283a7653987d634e880347e96b5b2ed64de07efb59db9d"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
"syn",
]
2020-09-01 21:58:26 +00:00
[[package]]
2020-10-09 15:22:07 +00:00
name = "objc"
version = "0.2.7"
2020-09-01 21:58:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-09 15:22:07 +00:00
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
2020-09-01 21:58:26 +00:00
dependencies = [
2020-10-09 15:22:07 +00:00
"malloc_buf",
2020-10-27 01:39:56 +00:00
"objc_exception",
]
[[package]]
name = "objc_exception"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
dependencies = [
"cc",
2020-09-01 21:58:26 +00:00
]
2020-09-03 15:51:23 +00:00
[[package]]
name = "once_cell"
2021-03-16 08:59:08 +00:00
version = "1.7.2"
2020-09-03 15:51:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-16 08:59:08 +00:00
checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
2020-09-03 15:51:23 +00:00
[[package]]
name = "orbclient"
2021-03-16 08:59:08 +00:00
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-16 08:59:08 +00:00
checksum = "0c976c5018e7f1db4359616d8b31ef8ae7d9649b11803c0b38fff67fd2999fc8"
dependencies = [
2021-01-04 10:25:56 +00:00
"libc",
"raw-window-handle",
2021-02-16 15:11:13 +00:00
"redox_syscall 0.2.5",
"sdl2",
2021-01-04 10:25:56 +00:00
"sdl2-sys",
2021-03-16 08:59:08 +00:00
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "os_str_bytes"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afb2e1c3ee07430c2cf76151675e583e0f19985fa6efae47d6848a3e2c824f85"
2020-09-11 11:09:06 +00:00
[[package]]
name = "output_vt100"
version = "0.1.2"
2020-09-11 11:09:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
2020-09-11 11:09:06 +00:00
dependencies = [
"winapi 0.3.9",
2020-09-11 11:09:06 +00:00
]
2020-09-01 21:58:26 +00:00
[[package]]
name = "owned_ttf_parser"
version = "0.6.0"
2020-09-01 21:58:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f923fb806c46266c02ab4a5b239735c144bdeda724a50ed058e5226f594cde3"
2020-09-01 21:58:26 +00:00
dependencies = [
"ttf-parser",
2020-09-01 21:58:26 +00:00
]
2020-09-03 15:51:23 +00:00
[[package]]
2020-10-09 15:22:07 +00:00
name = "parking_lot"
version = "0.11.1"
2020-09-03 15:51:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
2020-09-03 15:51:23 +00:00
dependencies = [
"instant",
"lock_api",
"parking_lot_core",
2020-09-03 15:51:23 +00:00
]
2020-09-01 21:58:26 +00:00
[[package]]
2020-10-09 15:22:07 +00:00
name = "parking_lot_core"
2021-02-16 15:11:13 +00:00
version = "0.8.3"
2020-09-03 15:51:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-16 15:11:13 +00:00
checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
2020-10-09 15:22:07 +00:00
dependencies = [
2021-01-04 10:25:56 +00:00
"cfg-if 1.0.0",
"instant",
2020-10-09 15:22:07 +00:00
"libc",
2021-02-16 15:11:13 +00:00
"redox_syscall 0.2.5",
2020-10-09 15:22:07 +00:00
"smallvec",
"winapi 0.3.9",
2020-10-09 15:22:07 +00:00
]
2020-09-03 15:51:23 +00:00
2020-09-01 21:58:26 +00:00
[[package]]
2021-01-18 14:35:12 +00:00
name = "peeking_take_while"
version = "0.1.2"
2020-09-01 21:58:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-18 14:35:12 +00:00
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
2020-09-01 21:58:26 +00:00
2020-10-27 01:39:56 +00:00
[[package]]
2021-01-18 14:35:12 +00:00
name = "percent-encoding"
version = "2.1.0"
2020-10-27 01:39:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-18 14:35:12 +00:00
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2020-10-27 01:39:56 +00:00
[[package]]
name = "pin-project-lite"
2021-03-16 08:59:08 +00:00
version = "0.2.6"
2020-10-27 01:39:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-16 08:59:08 +00:00
checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905"
2020-10-27 01:39:56 +00:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pipe"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c7b8f27da217eb966df4c58d4159ea939431950ca03cf782c22bd7c5c1d8d75"
dependencies = [
"crossbeam-channel",
]
2020-09-01 21:58:26 +00:00
[[package]]
2020-10-09 15:22:07 +00:00
name = "pkg-config"
version = "0.3.19"
2020-09-01 21:58:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
2020-09-01 21:58:26 +00:00
2020-09-03 15:51:23 +00:00
[[package]]
name = "ppv-lite86"
version = "0.2.10"
2020-09-03 15:51:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
2020-09-03 15:51:23 +00:00
[[package]]
name = "pretty_assertions"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
dependencies = [
2020-10-27 01:39:56 +00:00
"ansi_term 0.11.0",
2020-09-03 15:51:23 +00:00
"ctor",
"difference",
"output_vt100",
]
[[package]]
name = "proc-macro-crate"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
dependencies = [
"toml",
]
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
2020-10-27 01:39:56 +00:00
[[package]]
name = "proc-macro-hack"
version = "0.5.19"
2020-10-27 01:39:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
2020-10-27 01:39:56 +00:00
[[package]]
name = "proc-macro-nested"
2021-01-18 14:35:12 +00:00
version = "0.1.7"
2020-10-27 01:39:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-18 14:35:12 +00:00
checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
2020-10-27 01:39:56 +00:00
2020-09-03 15:51:23 +00:00
[[package]]
name = "proc-macro2"
2020-10-09 15:22:07 +00:00
version = "1.0.24"
2020-09-03 15:51:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-09 15:22:07 +00:00
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
2020-09-03 15:51:23 +00:00
dependencies = [
"unicode-xid",
2020-09-03 15:51:23 +00:00
]
[[package]]
name = "quote"
2021-02-16 15:11:13 +00:00
version = "1.0.9"
2020-09-03 15:51:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-16 15:11:13 +00:00
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
2020-09-03 15:51:23 +00:00
dependencies = [
"proc-macro2",
2020-10-09 15:22:07 +00:00
]
2020-09-03 15:51:23 +00:00
[[package]]
name = "rand"
2021-02-16 15:11:13 +00:00
version = "0.8.3"
2020-09-03 15:51:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-16 15:11:13 +00:00
checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
2020-09-03 15:51:23 +00:00
dependencies = [
"libc",
2021-01-04 10:25:56 +00:00
"rand_chacha",
"rand_core",
"rand_hc",
2020-09-03 15:51:23 +00:00
]
[[package]]
name = "rand_chacha"
2021-01-18 14:35:12 +00:00
version = "0.3.0"
2020-09-03 15:51:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-18 14:35:12 +00:00
checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
2020-09-03 15:51:23 +00:00
dependencies = [
"ppv-lite86",
2021-01-04 10:25:56 +00:00
"rand_core",
]
2020-09-03 15:51:23 +00:00
[[package]]
name = "rand_core"
2021-02-16 15:11:13 +00:00
version = "0.6.2"
2020-09-03 15:51:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-16 15:11:13 +00:00
checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
2020-09-03 15:51:23 +00:00
dependencies = [
"getrandom",
]
[[package]]
name = "rand_hc"
2021-01-18 14:35:12 +00:00
version = "0.3.0"
2020-09-03 15:51:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-18 14:35:12 +00:00
checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
2020-09-03 15:51:23 +00:00
dependencies = [
2021-01-04 10:25:56 +00:00
"rand_core",
2020-10-09 15:22:07 +00:00
]
2020-10-27 01:39:56 +00:00
[[package]]
name = "range-alloc"
2021-02-16 15:11:13 +00:00
version = "0.1.2"
2020-10-27 01:39:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-16 15:11:13 +00:00
checksum = "63e935c45e09cc6dcf00d2f0b2d630a58f4095320223d47fc68918722f0538b6"
2020-10-27 01:39:56 +00:00
2020-10-10 10:25:05 +00:00
[[package]]
name = "raw-string"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0501e134c6905fee1f10fed25b0a7e1261bf676cffac9543a7d0730dec01af2"
2020-10-09 15:22:07 +00:00
[[package]]
name = "raw-window-handle"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a441a7a6c80ad6473bd4b74ec1c9a4c951794285bf941c2126f607c72e48211"
dependencies = [
"libc",
]
[[package]]
name = "raw-window-metal"
2021-01-18 14:35:12 +00:00
version = "0.1.2"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-18 14:35:12 +00:00
checksum = "2cd21ed1cdef7f1b1579b972148ba6058b5b545959a14d91ea83c4f0ea9f289b"
2020-10-09 15:22:07 +00:00
dependencies = [
2021-01-18 14:35:12 +00:00
"cocoa",
"core-graphics 0.22.2",
2020-10-09 15:22:07 +00:00
"objc",
"raw-window-handle",
]
[[package]]
name = "rayon"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674"
dependencies = [
2021-01-04 10:25:56 +00:00
"autocfg",
"crossbeam-deque",
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a"
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"lazy_static",
"num_cpus",
]
[[package]]
2021-01-04 10:25:56 +00:00
name = "redox_syscall"
version = "0.1.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-04 10:25:56 +00:00
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
2020-09-03 15:51:23 +00:00
[[package]]
name = "redox_syscall"
2021-02-16 15:11:13 +00:00
version = "0.2.5"
2020-09-03 15:51:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-16 15:11:13 +00:00
checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9"
2021-01-04 10:25:56 +00:00
dependencies = [
"bitflags",
]
2020-09-03 15:51:23 +00:00
2020-09-01 21:58:26 +00:00
[[package]]
name = "regex"
2021-03-16 08:59:08 +00:00
version = "1.4.5"
2020-09-01 21:58:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-16 08:59:08 +00:00
checksum = "957056ecddbeba1b26965114e191d2e8589ce74db242b6ea25fc4062427a5c19"
2020-09-01 21:58:26 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
2020-10-27 01:39:56 +00:00
[[package]]
name = "regex-automata"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
dependencies = [
"byteorder",
"regex-syntax",
]
2020-09-01 21:58:26 +00:00
[[package]]
name = "regex-syntax"
2021-03-16 08:59:08 +00:00
version = "0.6.23"
2020-09-01 21:58:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-16 08:59:08 +00:00
checksum = "24d5f089152e60f62d28b835fbff2cd2e8dc0baf1ac13343bef92ab7eed84548"
2020-09-01 21:58:26 +00:00
2020-09-03 15:51:23 +00:00
[[package]]
name = "remove_dir_all"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
dependencies = [
"winapi 0.3.9",
2020-09-03 15:51:23 +00:00
]
2020-09-01 21:58:26 +00:00
[[package]]
name = "rspirv"
2020-09-02 11:06:32 +00:00
version = "0.7.0"
source = "git+https://github.com/gfx-rs/rspirv.git?rev=ee1e913#ee1e9135845409b2a096d880286c865c4e2ac3d6"
2020-09-01 21:58:26 +00:00
dependencies = [
"derive_more",
"fxhash",
"num-traits",
"spirv_headers 1.5.0 (git+https://github.com/gfx-rs/rspirv.git?rev=ee1e913)",
2020-09-01 21:58:26 +00:00
]
[[package]]
name = "rustc-demangle"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232"
2021-01-18 14:35:12 +00:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2020-09-11 11:09:06 +00:00
[[package]]
name = "rustc_codegen_spirv"
version = "0.4.0-alpha.0"
2020-09-11 11:09:06 +00:00
dependencies = [
2020-09-23 08:39:51 +00:00
"bimap",
"indexmap",
"pipe",
2020-09-11 11:09:06 +00:00
"pretty_assertions",
"rspirv",
"rustc-demangle",
"serde",
"serde_json",
"smallvec",
Add spirv-tools and spirv-tools-sys crates to wrap usage of spirv-tools (#179) * Add spirv-headers and spirv-tools as submodules * Add simple generator and the generated code needed for compilation * Add first pass on spirv-tools-sys * Add first pass on spirv-tools * Replace invocation of spirv-opt with spirv-tools crate * Use C++11 * Placate clippy * Add validation, replacing spirv-val with the spirv-tools crate * Fix MSVC warning * Use patched spirv-tools * Fixup metadata * Add same compiler flags as "official" build scripts * Update spirv-tools and generated files * Fixup * Add assembler and example * Use assembler in tests * Oops, fix macos TARGET_OS * write -> write_all * Start splitting spirv-tools into a compiled vs tool feature set * Checkpointing * Checkpoint * Boop * Get tests to work both with installed and compiled tools * Cleanup CI config * Splits steps to clearly show how long each part of a longer (eg test) step actually takes * Label all steps * Explicitly disable submodule checkout * Rustfmt * Rename features for consistency and fix clippy warnings * Split "core" crates from examples * Add run_clippy bash script * Add test script * Remove x flag * Newline * Actually print out errors from running val/opt * Revert drive-by import merging * Change intro to take the changes this PR has into account * Actually run tests on Windows * Fetch only the host target to reduce fetch times * Add more info when a spirv tool returns a non-zero exit code * Rustfmt * Switch tool assembler to use files to see if it fixes windows * Use files for input and output for now until I can figure out Windows being dumb * Fix API docs generation * Compile and use C++ code to check Windows issue * Return to use installed tools
2020-10-29 22:03:07 +00:00
"spirv-tools",
2020-09-11 11:09:06 +00:00
"tar",
"tempfile",
"topological-sort",
2020-09-11 11:09:06 +00:00
]
2020-10-09 15:22:07 +00:00
[[package]]
name = "rusttype"
version = "0.9.2"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc7c727aded0be18c5b80c1640eae0ac8e396abf6fa8477d96cb37d18ee5ec59"
2020-10-09 15:22:07 +00:00
dependencies = [
"ab_glyph_rasterizer",
"owned_ttf_parser",
2020-10-09 15:22:07 +00:00
]
[[package]]
name = "ryu"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
[[package]]
name = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
2020-10-09 15:22:07 +00:00
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "sdl2"
2021-01-04 10:25:56 +00:00
version = "0.34.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-04 10:25:56 +00:00
checksum = "fcbb85f4211627a7291c83434d6bbfa723e28dcaa53c7606087e3c61929e4b9c"
dependencies = [
"bitflags",
"lazy_static",
"libc",
2021-01-04 10:25:56 +00:00
"raw-window-handle",
"sdl2-sys",
]
[[package]]
name = "sdl2-sys"
2021-01-04 10:25:56 +00:00
version = "0.34.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-04 10:25:56 +00:00
checksum = "28d81feded049b9c14eceb4a4f6d596a98cebbd59abdba949c5552a015466d33"
dependencies = [
"cfg-if 0.1.10",
2021-01-04 10:25:56 +00:00
"cmake",
"flate2",
"libc",
2021-01-04 10:25:56 +00:00
"tar",
"unidiff",
"version-compare",
]
2020-10-09 15:22:07 +00:00
[[package]]
name = "serde"
2021-03-16 08:59:08 +00:00
version = "1.0.124"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-16 08:59:08 +00:00
checksum = "bd761ff957cb2a45fbb9ab3da6512de9de55872866160b23c25f1a841e99d29f"
2020-10-09 15:22:07 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2021-03-16 08:59:08 +00:00
version = "1.0.124"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-16 08:59:08 +00:00
checksum = "1800f7693e94e186f5e25a28291ae1570da908aff7d97a095dec1e56ff99069b"
2020-10-09 15:22:07 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2020-10-09 15:22:07 +00:00
]
[[package]]
name = "serde_json"
version = "1.0.64"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
2020-10-09 15:22:07 +00:00
dependencies = [
"itoa",
"ryu",
"serde",
]
2020-10-27 01:39:56 +00:00
[[package]]
name = "sharded-slab"
version = "0.1.1"
2020-10-27 01:39:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3"
2020-10-27 01:39:56 +00:00
dependencies = [
"lazy_static",
]
[[package]]
name = "shared"
version = "0.1.0"
dependencies = [
2021-03-16 08:59:08 +00:00
"glam",
"spirv-std",
"spirv-std-macros",
]
2021-01-18 14:35:12 +00:00
[[package]]
name = "shlex"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
[[package]]
name = "simplest-shader"
version = "0.1.0"
dependencies = [
2021-03-16 08:59:08 +00:00
"shared",
"spirv-std",
"spirv-std-macros",
]
[[package]]
name = "sky-shader"
version = "0.1.0"
dependencies = [
"shared",
"spirv-std",
"spirv-std-macros",
2020-10-27 01:39:56 +00:00
]
[[package]]
name = "slab"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
2020-10-09 15:22:07 +00:00
[[package]]
name = "smallvec"
2021-01-12 09:29:53 +00:00
version = "1.6.1"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-12 09:29:53 +00:00
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
2020-10-09 15:22:07 +00:00
[[package]]
name = "smithay-client-toolkit"
2021-03-16 08:59:08 +00:00
version = "0.12.3"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-16 08:59:08 +00:00
checksum = "4750c76fd5d3ac95fa3ed80fe667d6a3d8590a960e5b575b98eea93339a80b80"
2020-10-09 15:22:07 +00:00
dependencies = [
"andrew",
"bitflags",
"calloop",
"dlib 0.4.2",
2020-10-09 15:22:07 +00:00
"lazy_static",
"log",
2021-01-04 10:25:56 +00:00
"memmap2",
"nix 0.18.0",
"wayland-client 0.28.5",
"wayland-cursor 0.28.5",
"wayland-protocols 0.28.5",
2020-10-09 15:22:07 +00:00
]
[[package]]
name = "spirv-builder"
version = "0.4.0-alpha.0"
2020-10-09 15:22:07 +00:00
dependencies = [
"lazy_static",
2020-10-10 10:25:05 +00:00
"memchr",
"pretty_assertions",
2020-10-10 10:25:05 +00:00
"raw-string",
"rustc_codegen_spirv",
2020-10-09 15:22:07 +00:00
"serde",
"serde_json",
]
2021-03-16 12:12:29 +00:00
[[package]]
name = "spirv-std"
version = "0.4.0-alpha.0"
dependencies = [
"num-traits",
"spirv-std-macros",
]
2020-09-15 13:17:27 +00:00
[[package]]
name = "spirv-std-macros"
2021-03-16 12:12:29 +00:00
version = "0.4.0-alpha.0"
2021-01-25 10:39:47 +00:00
dependencies = [
2021-03-16 12:12:29 +00:00
"proc-macro2",
2021-01-25 10:39:47 +00:00
"quote",
"syn",
]
Add spirv-tools and spirv-tools-sys crates to wrap usage of spirv-tools (#179) * Add spirv-headers and spirv-tools as submodules * Add simple generator and the generated code needed for compilation * Add first pass on spirv-tools-sys * Add first pass on spirv-tools * Replace invocation of spirv-opt with spirv-tools crate * Use C++11 * Placate clippy * Add validation, replacing spirv-val with the spirv-tools crate * Fix MSVC warning * Use patched spirv-tools * Fixup metadata * Add same compiler flags as "official" build scripts * Update spirv-tools and generated files * Fixup * Add assembler and example * Use assembler in tests * Oops, fix macos TARGET_OS * write -> write_all * Start splitting spirv-tools into a compiled vs tool feature set * Checkpointing * Checkpoint * Boop * Get tests to work both with installed and compiled tools * Cleanup CI config * Splits steps to clearly show how long each part of a longer (eg test) step actually takes * Label all steps * Explicitly disable submodule checkout * Rustfmt * Rename features for consistency and fix clippy warnings * Split "core" crates from examples * Add run_clippy bash script * Add test script * Remove x flag * Newline * Actually print out errors from running val/opt * Revert drive-by import merging * Change intro to take the changes this PR has into account * Actually run tests on Windows * Fetch only the host target to reduce fetch times * Add more info when a spirv tool returns a non-zero exit code * Rustfmt * Switch tool assembler to use files to see if it fixes windows * Use files for input and output for now until I can figure out Windows being dumb * Fix API docs generation * Compile and use C++ code to check Windows issue * Return to use installed tools
2020-10-29 22:03:07 +00:00
[[package]]
name = "spirv-tools"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a8b450c59e36984d9b8fc26b08a650f447ae156b1c60be17c8bca2d8458942a"
Add spirv-tools and spirv-tools-sys crates to wrap usage of spirv-tools (#179) * Add spirv-headers and spirv-tools as submodules * Add simple generator and the generated code needed for compilation * Add first pass on spirv-tools-sys * Add first pass on spirv-tools * Replace invocation of spirv-opt with spirv-tools crate * Use C++11 * Placate clippy * Add validation, replacing spirv-val with the spirv-tools crate * Fix MSVC warning * Use patched spirv-tools * Fixup metadata * Add same compiler flags as "official" build scripts * Update spirv-tools and generated files * Fixup * Add assembler and example * Use assembler in tests * Oops, fix macos TARGET_OS * write -> write_all * Start splitting spirv-tools into a compiled vs tool feature set * Checkpointing * Checkpoint * Boop * Get tests to work both with installed and compiled tools * Cleanup CI config * Splits steps to clearly show how long each part of a longer (eg test) step actually takes * Label all steps * Explicitly disable submodule checkout * Rustfmt * Rename features for consistency and fix clippy warnings * Split "core" crates from examples * Add run_clippy bash script * Add test script * Remove x flag * Newline * Actually print out errors from running val/opt * Revert drive-by import merging * Change intro to take the changes this PR has into account * Actually run tests on Windows * Fetch only the host target to reduce fetch times * Add more info when a spirv tool returns a non-zero exit code * Rustfmt * Switch tool assembler to use files to see if it fixes windows * Use files for input and output for now until I can figure out Windows being dumb * Fix API docs generation * Compile and use C++ code to check Windows issue * Return to use installed tools
2020-10-29 22:03:07 +00:00
dependencies = [
"memchr",
"spirv-tools-sys",
"tempfile",
]
[[package]]
name = "spirv-tools-sys"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a49ebe793f383c7488c3963b5fda139ef68486dafff3ce0b11ccd583c3927427"
Add spirv-tools and spirv-tools-sys crates to wrap usage of spirv-tools (#179) * Add spirv-headers and spirv-tools as submodules * Add simple generator and the generated code needed for compilation * Add first pass on spirv-tools-sys * Add first pass on spirv-tools * Replace invocation of spirv-opt with spirv-tools crate * Use C++11 * Placate clippy * Add validation, replacing spirv-val with the spirv-tools crate * Fix MSVC warning * Use patched spirv-tools * Fixup metadata * Add same compiler flags as "official" build scripts * Update spirv-tools and generated files * Fixup * Add assembler and example * Use assembler in tests * Oops, fix macos TARGET_OS * write -> write_all * Start splitting spirv-tools into a compiled vs tool feature set * Checkpointing * Checkpoint * Boop * Get tests to work both with installed and compiled tools * Cleanup CI config * Splits steps to clearly show how long each part of a longer (eg test) step actually takes * Label all steps * Explicitly disable submodule checkout * Rustfmt * Rename features for consistency and fix clippy warnings * Split "core" crates from examples * Add run_clippy bash script * Add test script * Remove x flag * Newline * Actually print out errors from running val/opt * Revert drive-by import merging * Change intro to take the changes this PR has into account * Actually run tests on Windows * Fetch only the host target to reduce fetch times * Add more info when a spirv tool returns a non-zero exit code * Rustfmt * Switch tool assembler to use files to see if it fixes windows * Use files for input and output for now until I can figure out Windows being dumb * Fix API docs generation * Compile and use C++ code to check Windows issue * Return to use installed tools
2020-10-29 22:03:07 +00:00
dependencies = [
"cc",
]
2020-10-27 01:39:56 +00:00
[[package]]
name = "spirv_cross"
2021-01-04 10:25:56 +00:00
version = "0.22.2"
2020-10-27 01:39:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-04 10:25:56 +00:00
checksum = "0ebd49af36be83ecd6290b57147e2a0e26145b832634b17146d934b197ca3713"
2020-10-27 01:39:56 +00:00
dependencies = [
"cc",
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "spirv_headers"
version = "1.5.0"
source = "git+https://github.com/gfx-rs/rspirv.git?rev=ee1e913#ee1e9135845409b2a096d880286c865c4e2ac3d6"
2020-10-27 01:39:56 +00:00
dependencies = [
"bitflags",
"num-traits",
2020-10-27 01:39:56 +00:00
]
2020-09-01 21:58:26 +00:00
[[package]]
name = "spirv_headers"
2020-09-02 11:06:32 +00:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f5b132530b1ac069df335577e3581765995cba5a13995cdbbdbc8fb057c532c"
2020-09-01 21:58:26 +00:00
dependencies = [
"bitflags",
"num-traits",
2020-10-27 01:39:56 +00:00
]
[[package]]
name = "storage-map"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "418bb14643aa55a7841d5303f72cf512cfb323b8cc221d51580500a1ca75206c"
dependencies = [
"lock_api",
2020-10-27 01:39:56 +00:00
]
2020-10-09 15:22:07 +00:00
[[package]]
name = "strsim"
version = "0.8.0"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
2020-09-01 21:58:26 +00:00
[[package]]
name = "strsim"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "structopt"
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5277acd7ee46e63e5168a80734c9f6ee81b1367a7d8772a2d765df2a3705d28c"
dependencies = [
"clap 2.33.3",
"lazy_static",
"structopt-derive",
]
[[package]]
name = "structopt-derive"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ba9cdfda491b814720b6b06e0cac513d922fc407582032e8706e9f137976f90"
dependencies = [
"heck",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "strum"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7318c509b5ba57f18533982607f24070a55d353e90d4cae30c467cdb2ad5ac5c"
dependencies = [
"strum_macros",
]
[[package]]
name = "strum_macros"
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee8bc6b87a5112aeeab1f4a9f7ab634fe6cbefc4850006df31267f4cfb9e3149"
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn",
2020-09-03 15:51:23 +00:00
]
[[package]]
name = "syn"
2021-03-16 08:59:08 +00:00
version = "1.0.64"
2020-09-03 15:51:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-16 08:59:08 +00:00
checksum = "3fd9d1e9976102a03c542daa2eff1b43f9d72306342f3f8b3ed5fb8908195d6f"
2020-09-03 15:51:23 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
2020-09-03 15:51:23 +00:00
]
2020-09-11 11:09:06 +00:00
[[package]]
name = "tar"
version = "0.4.33"
2020-09-11 11:09:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0bcfbd6a598361fda270d82469fff3d65089dc33e175c9a131f7b4cd395f228"
2020-09-11 11:09:06 +00:00
dependencies = [
"filetime",
"libc",
"xattr",
]
2020-09-03 15:51:23 +00:00
[[package]]
name = "tempfile"
2021-01-18 14:35:12 +00:00
version = "3.2.0"
2020-09-03 15:51:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-18 14:35:12 +00:00
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
2020-09-03 15:51:23 +00:00
dependencies = [
2021-01-18 14:35:12 +00:00
"cfg-if 1.0.0",
2020-09-03 15:51:23 +00:00
"libc",
2021-01-04 10:25:56 +00:00
"rand",
2021-02-16 15:11:13 +00:00
"redox_syscall 0.2.5",
2020-09-03 15:51:23 +00:00
"remove_dir_all",
"winapi 0.3.9",
2020-09-01 21:58:26 +00:00
]
[[package]]
name = "termcolor"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
dependencies = [
"winapi-util",
]
[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
dependencies = [
"unicode-width",
]
[[package]]
name = "textwrap"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "203008d98caf094106cfaba70acfed15e18ed3ddb7d94e49baec153a2b462789"
dependencies = [
"unicode-width",
]
[[package]]
name = "thiserror"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0f4a65597094d4483ddaed134f409b2cb7c1beccf25201a9f73c719254fa98e"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7765189610d8241a44529806d6fd1f2e0a08734313a35d5b3a556f92b381f3c0"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-10-27 01:39:56 +00:00
[[package]]
name = "thread-id"
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7fbf4c9d56b320106cd64fd024dadfa0be7cb4706725fc44a7d7ce952d820c1"
dependencies = [
"libc",
2021-01-04 10:25:56 +00:00
"redox_syscall 0.1.57",
2020-10-27 01:39:56 +00:00
"winapi 0.3.9",
]
2020-09-01 21:58:26 +00:00
[[package]]
name = "thread_local"
2021-02-16 15:11:13 +00:00
version = "1.1.3"
2020-09-01 21:58:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-16 15:11:13 +00:00
checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
2020-09-01 21:58:26 +00:00
dependencies = [
"once_cell",
2020-09-01 21:58:26 +00:00
]
2020-10-27 01:39:56 +00:00
[[package]]
name = "thunderdome"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7572415bd688d401c52f6e36f4c8e805b9ae1622619303b9fa835d531db0acae"
[[package]]
name = "toml"
2021-01-04 10:25:56 +00:00
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-04 10:25:56 +00:00
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
dependencies = [
"serde",
]
2020-09-03 15:51:23 +00:00
[[package]]
name = "topological-sort"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa7c7f42dea4b1b99439786f5633aeb9c14c1b53f75e282803c2ec2ad545873c"
2020-10-27 01:39:56 +00:00
[[package]]
name = "tracing"
version = "0.1.25"
2020-10-27 01:39:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f"
2020-10-27 01:39:56 +00:00
dependencies = [
"cfg-if 1.0.0",
2020-10-27 01:39:56 +00:00
"pin-project-lite",
"tracing-core",
]
[[package]]
name = "tracing-core"
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f"
dependencies = [
"lazy_static",
]
[[package]]
name = "tracing-log"
version = "0.1.2"
2020-10-27 01:39:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"
2020-10-27 01:39:56 +00:00
dependencies = [
"lazy_static",
"log",
"tracing-core",
]
[[package]]
name = "tracing-serde"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb65ea441fbb84f9f6748fd496cf7f63ec9af5bca94dd86456978d055e8eb28b"
dependencies = [
"serde",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
2021-03-16 08:59:08 +00:00
version = "0.2.17"
2020-10-27 01:39:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-16 08:59:08 +00:00
checksum = "705096c6f83bf68ea5d357a6aa01829ddbdac531b357b45abeca842938085baa"
2020-10-27 01:39:56 +00:00
dependencies = [
"ansi_term 0.12.1",
"chrono",
"lazy_static",
"matchers",
"regex",
"serde",
"serde_json",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
"tracing-serde",
]
[[package]]
name = "ttf-parser"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e5d7cd7ab3e47dda6e56542f4bbf3824c15234958c6e1bd6aaa347e93499fdc"
2020-10-27 01:39:56 +00:00
[[package]]
name = "typed-arena"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0685c84d5d54d1c26f7d3eb96cd41550adb97baed141a761cf335d3d33bcd0ae"
[[package]]
name = "unicode-segmentation"
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
[[package]]
name = "unicode-width"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
2020-09-03 15:51:23 +00:00
[[package]]
name = "unicode-xid"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
2021-01-04 10:25:56 +00:00
[[package]]
name = "unidiff"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8a62719acf1933bfdbeb73a657ecd9ecece70b405125267dd549e2e2edc232c"
dependencies = [
"encoding_rs",
"lazy_static",
"regex",
]
[[package]]
name = "vec_map"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2021-01-04 10:25:56 +00:00
[[package]]
name = "version-compare"
version = "0.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d63556a25bae6ea31b52e640d7c41d1ab27faba4ccb600013837a3d0b3994ca1"
[[package]]
name = "version_check"
2021-03-16 12:12:29 +00:00
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-16 12:12:29 +00:00
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
2020-10-09 15:22:07 +00:00
[[package]]
name = "walkdir"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
dependencies = [
"same-file",
"winapi 0.3.9",
2020-10-09 15:22:07 +00:00
"winapi-util",
]
2020-09-03 15:51:23 +00:00
[[package]]
name = "wasi"
2021-02-16 15:11:13 +00:00
version = "0.10.2+wasi-snapshot-preview1"
2020-10-27 01:39:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-16 15:11:13 +00:00
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
2020-10-27 01:39:56 +00:00
[[package]]
name = "wasm-bindgen"
version = "0.2.71"
2020-10-27 01:39:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ee1280240b7c461d6a0071313e08f34a60b0365f14260362e5a2b17d1d31aa7"
2020-10-27 01:39:56 +00:00
dependencies = [
"cfg-if 1.0.0",
2020-10-27 01:39:56 +00:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.71"
2020-10-27 01:39:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b7d8b6942b8bb3a9b0e73fc79b98095a27de6fa247615e59d096754a3bc2aa8"
2020-10-27 01:39:56 +00:00
dependencies = [
"bumpalo",
"lazy_static",
"log",
"proc-macro2",
"quote",
"syn",
2020-10-27 01:39:56 +00:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.21"
2020-10-27 01:39:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e67a5806118af01f0d9045915676b22aaebecf4178ae7021bc171dab0b897ab"
2020-10-27 01:39:56 +00:00
dependencies = [
"cfg-if 1.0.0",
2020-10-27 01:39:56 +00:00
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.71"
2020-10-27 01:39:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5ac38da8ef716661f0f36c0d8320b89028efe10c7c0afde65baffb496ce0d3b"
2020-10-27 01:39:56 +00:00
dependencies = [
"quote",
2020-10-27 01:39:56 +00:00
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.71"
2020-10-27 01:39:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc053ec74d454df287b9374ee8abb36ffd5acb95ba87da3ba5b7d3fe20eb401e"
2020-10-27 01:39:56 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2020-10-27 01:39:56 +00:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.71"
2020-10-27 01:39:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d6f8ec44822dd71f5f221a5847fb34acd9060535c1211b70a05844c0f6383b1"
2020-10-27 01:39:56 +00:00
[[package]]
name = "wayland-client"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab702fefbcd6d6f67fb5816e3a89a3b5a42a94290abbc015311c9a30d1068ae4"
dependencies = [
"bitflags",
"downcast-rs",
"libc",
"nix 0.17.0",
"wayland-commons 0.27.0",
"wayland-scanner 0.27.0",
"wayland-sys 0.27.0",
]
2020-10-09 15:22:07 +00:00
[[package]]
name = "wayland-client"
version = "0.28.5"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06ca44d86554b85cf449f1557edc6cc7da935cc748c8e4bf1c507cbd43bae02c"
2020-10-09 15:22:07 +00:00
dependencies = [
"bitflags",
2020-10-09 15:22:07 +00:00
"downcast-rs",
"libc",
"nix 0.20.0",
"scoped-tls",
"wayland-commons 0.28.5",
"wayland-scanner 0.28.5",
"wayland-sys 0.28.5",
]
[[package]]
name = "wayland-commons"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e972e9336ad5a9dd861b4e21ff35ad71d3e5c6b4803d65c39913612f851b95f1"
dependencies = [
"nix 0.17.0",
"once_cell",
"smallvec",
"wayland-sys 0.27.0",
2020-10-09 15:22:07 +00:00
]
[[package]]
name = "wayland-commons"
version = "0.28.5"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bd75ae380325dbcff2707f0cd9869827ea1d2d6d534cff076858d3f0460fd5a"
2020-10-09 15:22:07 +00:00
dependencies = [
"nix 0.20.0",
"once_cell",
"smallvec",
"wayland-sys 0.28.5",
]
[[package]]
name = "wayland-cursor"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "539f346e1a3f706f38c8ccbe1196001e2fb1c9b3e6b605c27d665db2f5b60d41"
dependencies = [
"nix 0.17.0",
"wayland-client 0.27.0",
"xcursor",
2020-10-09 15:22:07 +00:00
]
[[package]]
name = "wayland-cursor"
version = "0.28.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b37e5455ec72f5de555ec39b5c3704036ac07c2ecd50d0bffe02d5fe2d4e65ab"
dependencies = [
"nix 0.20.0",
"wayland-client 0.28.5",
"xcursor",
]
[[package]]
name = "wayland-protocols"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3d6fc54b17b98b5083bc21ae3a30e6d75cb4b01647360e4c3a04648bcf8781d"
dependencies = [
"bitflags",
"wayland-client 0.27.0",
"wayland-commons 0.27.0",
"wayland-scanner 0.27.0",
]
2020-10-09 15:22:07 +00:00
[[package]]
name = "wayland-protocols"
version = "0.28.5"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95df3317872bcf9eec096c864b69aa4769a1d5d6291a5b513f8ba0af0efbd52c"
2020-10-09 15:22:07 +00:00
dependencies = [
"bitflags",
"wayland-client 0.28.5",
"wayland-commons 0.28.5",
"wayland-scanner 0.28.5",
]
[[package]]
name = "wayland-scanner"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "030f56009d932bd9400bb472764fea8109be1b0fc482d9cd75496c943ac30328"
dependencies = [
"proc-macro2",
"quote",
"xml-rs",
2020-10-09 15:22:07 +00:00
]
[[package]]
name = "wayland-scanner"
version = "0.28.5"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "389d680d7bd67512dc9c37f39560224327038deb0f0e8d33f870900441b68720"
2020-10-09 15:22:07 +00:00
dependencies = [
"proc-macro2",
"quote",
2020-10-09 15:22:07 +00:00
"xml-rs",
]
[[package]]
name = "wayland-sys"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bdeffbbb474477dfa2acb45ac7479e5fe8f741c64ab032c5d11b94d07edc269"
dependencies = [
"pkg-config",
]
2020-10-09 15:22:07 +00:00
[[package]]
name = "wayland-sys"
version = "0.28.5"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2907bd297eef464a95ba9349ea771611771aa285b932526c633dc94d5400a8e2"
2020-10-09 15:22:07 +00:00
dependencies = [
"dlib 0.5.0",
2020-10-09 15:22:07 +00:00
"lazy_static",
"pkg-config",
2020-10-09 15:22:07 +00:00
]
2020-10-27 01:39:56 +00:00
[[package]]
name = "web-sys"
version = "0.3.46"
2020-10-27 01:39:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "222b1ef9334f92a21d3fb53dc3fd80f30836959a90f9274a626d7e06315ba3c3"
2020-10-27 01:39:56 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "wgpu"
version = "0.6.2"
2020-10-27 01:39:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "991903e4c9f5b7319732b30a3d0339e27a51ea992cea22769b5f6c7f7076af6d"
2020-10-27 01:39:56 +00:00
dependencies = [
"arrayvec",
"futures",
"gfx-backend-vulkan",
"js-sys",
"objc",
"parking_lot",
2020-10-27 01:39:56 +00:00
"raw-window-handle",
"smallvec",
"tracing",
"typed-arena",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"wgpu-core",
"wgpu-types",
]
[[package]]
name = "wgpu-core"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea487deeae90e06d77eb8e6cef945247774e7c0a0a226d238b31e90633594365"
dependencies = [
"arrayvec",
"bitflags",
"copyless",
"fxhash",
"gfx-backend-dx11",
"gfx-backend-dx12",
"gfx-backend-empty",
"gfx-backend-metal",
"gfx-backend-vulkan",
"gfx-descriptor",
"gfx-hal",
"gfx-memory",
"naga",
"parking_lot",
2020-10-27 01:39:56 +00:00
"raw-window-handle",
"smallvec",
"thiserror",
"tracing",
"wgpu-types",
]
[[package]]
name = "wgpu-subscriber"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91955b0d6480d86e577bbd0b0d1dd5acd0699c054610dc8673c4c3366295ed27"
dependencies = [
"parking_lot",
2020-10-27 01:39:56 +00:00
"thread-id",
"tracing",
"tracing-log",
"tracing-subscriber",
]
[[package]]
name = "wgpu-types"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e3529528e608b54838ee618c3923b0f46e6db0334cfc6c42a16cf4ceb3bdb57"
dependencies = [
"bitflags",
]
2021-01-18 14:35:12 +00:00
[[package]]
name = "which"
version = "3.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724"
dependencies = [
"libc",
]
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2020-09-03 15:51:23 +00:00
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
2020-09-03 15:51:23 +00:00
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2020-10-09 15:22:07 +00:00
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi 0.3.9",
2020-10-09 15:22:07 +00:00
]
2020-09-03 15:51:23 +00:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2020-09-11 11:09:06 +00:00
2020-10-09 15:22:07 +00:00
[[package]]
name = "winit"
version = "0.24.0"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da4eda6fce0eb84bd0a33e3c8794eb902e1033d0a1d5a31bc4f19b1b4bbff597"
2020-10-09 15:22:07 +00:00
dependencies = [
"bitflags",
2021-01-18 14:35:12 +00:00
"cocoa",
"core-foundation 0.9.1",
2021-01-04 10:25:56 +00:00
"core-graphics 0.22.2",
"core-video-sys",
"dispatch",
"instant",
2020-10-09 15:22:07 +00:00
"lazy_static",
"libc",
"log",
"mio",
"mio-extras",
"ndk",
"ndk-glue",
"ndk-sys",
2020-10-09 15:22:07 +00:00
"objc",
"parking_lot",
2020-10-09 15:22:07 +00:00
"percent-encoding",
"raw-window-handle",
"smithay-client-toolkit",
"wasm-bindgen",
"wayland-client 0.28.5",
"web-sys",
"winapi 0.3.9",
2020-10-09 15:22:07 +00:00
"x11-dl",
]
2020-10-27 01:39:56 +00:00
[[package]]
name = "wio"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
dependencies = [
"winapi 0.2.8",
"winapi-build",
]
2020-10-27 01:39:56 +00:00
[[package]]
name = "x11"
version = "2.18.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77ecd092546cb16f25783a5451538e73afc8d32e242648d54f4ae5459ba1e773"
dependencies = [
"libc",
"pkg-config",
]
2020-10-09 15:22:07 +00:00
[[package]]
name = "x11-dl"
version = "2.18.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bf981e3a5b3301209754218f962052d4d9ee97e478f4d26d4a6eced34c1fef8"
dependencies = [
"lazy_static",
"libc",
"maybe-uninit",
"pkg-config",
]
2020-09-11 11:09:06 +00:00
[[package]]
name = "xattr"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
dependencies = [
"libc",
]
2020-10-09 15:22:07 +00:00
[[package]]
name = "xcursor"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a9a231574ae78801646617cefd13bfe94be907c0e4fa979cfd8b770aa3c5d08"
dependencies = [
2021-02-16 15:11:13 +00:00
"nom 6.1.2",
]
2020-10-09 15:22:07 +00:00
[[package]]
name = "xdg"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d089681aa106a86fade1b0128fb5daf07d5867a509ab036d99988dec80429a57"
[[package]]
name = "xkb"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aec02bc5de902aa579f3d2f2c522edaf40fa42963cbaffe645b058ddcc68fdb2"
dependencies = [
"bitflags",
"libc",
"xkbcommon-sys",
]
[[package]]
name = "xkbcommon-sys"
2021-01-18 14:35:12 +00:00
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-18 14:35:12 +00:00
checksum = "59a001b79d45b0b4541c228a501177f2b35db976bf7ee3f7fce8fa2381554ab5"
dependencies = [
2021-01-18 14:35:12 +00:00
"bindgen",
"libc",
"pkg-config",
]
2020-10-09 15:22:07 +00:00
[[package]]
name = "xml-rs"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b07db065a5cf61a7e4ba64f29e67db906fb1787316516c4e6e5ff0fea1efcd8a"