2020-04-29 16:37:55 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-02-25 20:24:45 +00:00
|
|
|
version = 3
|
|
|
|
|
2021-01-15 06:11:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ab_glyph_rasterizer"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9fe5e32de01730eb1f6b7f5b51c17e03e2325bf40a74f754f04f130043affff"
|
|
|
|
|
2021-06-03 01:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler32"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
|
|
|
|
|
2021-06-11 19:53:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.4.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e"
|
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "0.7.18"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
2020-04-29 16:37:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "andrew"
|
2021-01-15 06:11:28 +00:00
|
|
|
version = "0.3.1"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-15 06:11:28 +00:00
|
|
|
checksum = "8c4afb09dd642feec8408e33f92f3ffc4052946f6b20f32fb99c1f58cd4fa7cf"
|
2020-04-29 16:37:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2021-01-15 06:11:28 +00:00
|
|
|
"rusttype",
|
2020-04-29 16:37:55 +00:00
|
|
|
"walkdir",
|
|
|
|
"xdg",
|
|
|
|
"xml-rs",
|
|
|
|
]
|
|
|
|
|
2021-06-03 01:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "approx"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f2a05fd1bd10b2527e20a2cd32d8873d115b8b39fe219ee25f42a8aca6ba278"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits 0.2.14",
|
|
|
|
]
|
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2020-11-15 22:40:50 +00:00
|
|
|
version = "0.5.2"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-15 22:40:50 +00:00
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
2020-06-19 20:21:49 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2020-04-29 16:37:55 +00:00
|
|
|
|
2021-06-11 06:09:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ash"
|
|
|
|
version = "0.32.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "06063a002a77d2734631db74e8f4ce7148b77fe522e6bca46f2ae7774fd48112"
|
|
|
|
dependencies = [
|
|
|
|
"libloading 0.7.0",
|
|
|
|
]
|
|
|
|
|
2021-06-03 01:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-executor"
|
|
|
|
version = "1.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"
|
|
|
|
dependencies = [
|
|
|
|
"async-task",
|
|
|
|
"concurrent-queue",
|
|
|
|
"fastrand",
|
|
|
|
"futures-lite",
|
|
|
|
"once_cell",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-task"
|
|
|
|
version = "4.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0"
|
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
2021-01-15 06:11:28 +00:00
|
|
|
"libc",
|
2020-11-15 22:40:50 +00:00
|
|
|
"winapi 0.3.9",
|
2020-04-29 16:37:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2020-11-15 22:40:50 +00:00
|
|
|
version = "1.0.1"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-15 22:40:50 +00:00
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
2020-04-29 16:37:55 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "0.13.0"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
2020-04-29 16:37:55 +00:00
|
|
|
|
2020-08-29 19:58:28 +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"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "0.6.3"
|
2020-08-29 19:58:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
2020-08-29 19:58:28 +00:00
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "3.7.0"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631"
|
2020-04-29 16:37:55 +00:00
|
|
|
|
2021-06-03 01:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "1.7.0"
|
2021-06-03 01:42:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "9966d2ab714d0f785dbac0a0396251a35280aeb42413281617d0209ab4898435"
|
2021-06-03 01:42:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytemuck_derive"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e215f8c2f9f79cb53c8335e687ffd07d5bfcb6fe5fc80723762d0be46e7cc54"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "1.4.3"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2020-04-29 16:37:55 +00:00
|
|
|
|
2021-06-03 01:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cache-padded"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba"
|
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "calloop"
|
2021-01-15 06:11:28 +00:00
|
|
|
version = "0.6.5"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-15 06:11:28 +00:00
|
|
|
checksum = "0b036167e76041694579972c28cf4877b4f92da222560ddb49008937b6a6727c"
|
2020-04-29 16:37:55 +00:00
|
|
|
dependencies = [
|
2021-01-15 06:11:28 +00:00
|
|
|
"log",
|
2021-06-18 17:09:14 +00:00
|
|
|
"nix 0.18.0",
|
2020-04-29 16:37:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "1.0.68"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787"
|
2020-04-29 16:37:55 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
|
2020-08-29 19:58:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2020-08-30 02:40:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg_aliases"
|
2020-11-15 22:40:50 +00:00
|
|
|
version = "0.1.1"
|
2020-08-30 02:40:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-15 22:40:50 +00:00
|
|
|
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
|
2020-08-30 02:40:07 +00:00
|
|
|
|
2021-06-03 01:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cgmath"
|
|
|
|
version = "0.18.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a98d30140e3296250832bbaaff83b27dcd6fa3cc70fb6f1f3e5c9c0023b5317"
|
|
|
|
dependencies = [
|
|
|
|
"approx",
|
|
|
|
"num-traits 0.2.14",
|
|
|
|
]
|
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cocoa"
|
2021-01-15 06:11:28 +00:00
|
|
|
version = "0.24.0"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-15 06:11:28 +00:00
|
|
|
checksum = "6f63902e9223530efb4e26ccd0cf55ec30d592d3b42e21a28defc42a9586e832"
|
2020-04-29 16:37:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"block",
|
2021-01-15 06:11:28 +00:00
|
|
|
"cocoa-foundation",
|
|
|
|
"core-foundation 0.9.1",
|
|
|
|
"core-graphics 0.22.2",
|
2020-04-29 16:37:55 +00:00
|
|
|
"foreign-types",
|
2021-01-15 06:11:28 +00:00
|
|
|
"libc",
|
2020-04-29 16:37:55 +00:00
|
|
|
"objc",
|
|
|
|
]
|
|
|
|
|
2020-07-28 20:57:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cocoa-foundation"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"block",
|
2020-11-15 22:40:50 +00:00
|
|
|
"core-foundation 0.9.1",
|
2020-07-28 20:57:32 +00:00
|
|
|
"core-graphics-types",
|
|
|
|
"foreign-types",
|
2021-01-15 06:11:28 +00:00
|
|
|
"libc",
|
2020-07-28 20:57:32 +00:00
|
|
|
"objc",
|
|
|
|
]
|
|
|
|
|
2021-03-10 05:04:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "codespan-reporting"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
|
|
|
|
dependencies = [
|
|
|
|
"termcolor",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2021-06-03 01:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "color_quant"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
|
|
|
version = "1.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
|
|
|
|
dependencies = [
|
|
|
|
"cache-padded",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e7871d2947441b0fdd8e2bd1ce2a2f75304f896582c0d572162d48290683c48"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "copyless"
|
2020-06-09 17:05:22 +00:00
|
|
|
version = "0.1.5"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-09 17:05:22 +00:00
|
|
|
checksum = "a2df960f5d869b2dd8532793fde43eb5427cceb126c929747a26823ab0eeb536"
|
2020-04-29 16:37:55 +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",
|
2021-01-15 06:11:28 +00:00
|
|
|
"libc",
|
2020-04-29 16:37:55 +00:00
|
|
|
]
|
|
|
|
|
2020-07-28 20:57:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2020-11-15 22:40:50 +00:00
|
|
|
version = "0.9.1"
|
2020-07-28 20:57:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-15 22:40:50 +00:00
|
|
|
checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"
|
2020-07-28 20:57:32 +00:00
|
|
|
dependencies = [
|
2020-11-15 22:40:50 +00:00
|
|
|
"core-foundation-sys 0.8.2",
|
2021-01-15 06:11:28 +00:00
|
|
|
"libc",
|
2020-07-28 20:57:32 +00:00
|
|
|
]
|
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
|
|
|
|
|
2020-07-28 20:57:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2020-11-15 22:40:50 +00:00
|
|
|
version = "0.8.2"
|
2020-07-28 20:57:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-15 22:40:50 +00:00
|
|
|
checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"
|
2020-07-28 20:57:32 +00:00
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-graphics"
|
2020-11-15 22:40:50 +00:00
|
|
|
version = "0.19.2"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-15 22:40:50 +00:00
|
|
|
checksum = "b3889374e6ea6ab25dba90bb5d96202f61108058361f6dc72e8b03e6f8bbe923"
|
2020-04-29 16:37:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"core-foundation 0.7.0",
|
|
|
|
"foreign-types",
|
2021-01-15 06:11:28 +00:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-graphics"
|
|
|
|
version = "0.22.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "269f35f69b542b80e736a20a89a05215c0ce80c2c03c514abb2e318b78379d86"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"core-foundation 0.9.1",
|
|
|
|
"core-graphics-types",
|
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
2020-04-29 16:37:55 +00:00
|
|
|
]
|
|
|
|
|
2020-07-28 20:57:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-graphics-types"
|
2020-11-15 22:40:50 +00:00
|
|
|
version = "0.1.1"
|
2020-07-28 20:57:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-15 22:40:50 +00:00
|
|
|
checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
|
2020-07-28 20:57:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2020-11-15 22:40:50 +00:00
|
|
|
"core-foundation 0.9.1",
|
2020-07-28 20:57:32 +00:00
|
|
|
"foreign-types",
|
2021-01-15 06:11:28 +00:00
|
|
|
"libc",
|
2020-07-28 20:57:32 +00:00
|
|
|
]
|
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-video-sys"
|
2020-06-09 17:05:22 +00:00
|
|
|
version = "0.1.4"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-09 17:05:22 +00:00
|
|
|
checksum = "34ecad23610ad9757664d644e369246edde1803fcb43ed72876565098a5d3828"
|
2020-04-29 16:37:55 +00:00
|
|
|
dependencies = [
|
2020-08-29 19:58:28 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-06-09 17:05:22 +00:00
|
|
|
"core-foundation-sys 0.7.0",
|
2021-01-15 06:11:28 +00:00
|
|
|
"core-graphics 0.19.2",
|
|
|
|
"libc",
|
2020-04-29 16:37:55 +00:00
|
|
|
"objc",
|
|
|
|
]
|
|
|
|
|
2021-06-03 01:42:15 +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.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
|
|
|
|
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.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"lazy_static",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2021-01-15 06:11:28 +00:00
|
|
|
[[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",
|
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
2021-06-03 01:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ddsfile"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34f357e96445b4238418b6f4f2b5a956ac1306f89f01d68b85a2d81de3a7cab9"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"byteorder",
|
|
|
|
"enum_primitive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "deflate"
|
|
|
|
version = "0.8.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174"
|
|
|
|
dependencies = [
|
|
|
|
"adler32",
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
2020-06-09 17:05:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derivative"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "2.2.0"
|
2020-06-09 17:05:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
|
2020-06-09 17:05:22 +00:00
|
|
|
dependencies = [
|
2021-01-15 06:11:28 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2020-06-09 17:05:22 +00:00
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dispatch"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dlib"
|
2020-06-09 17:05:22 +00:00
|
|
|
version = "0.4.2"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-09 17:05:22 +00:00
|
|
|
checksum = "b11f15d1e3268f140f68d390637d5e76d849782d971ae7063e0da69fe9709a76"
|
2020-04-29 16:37:55 +00:00
|
|
|
dependencies = [
|
2021-06-18 17:09:14 +00:00
|
|
|
"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-04-29 16:37:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "downcast-rs"
|
2020-11-15 22:40:50 +00:00
|
|
|
version = "1.2.0"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-15 22:40:50 +00:00
|
|
|
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
|
2020-04-29 16:37:55 +00:00
|
|
|
|
2020-06-18 18:01:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dummy"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"wgpu-core",
|
|
|
|
]
|
|
|
|
|
2021-06-03 01:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
|
|
|
version = "1.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "enum_primitive"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be4551092f4d519593039259a9ed8daedf0da12e5109c5280338073eaeb81180"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits 0.1.43",
|
|
|
|
]
|
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "0.8.4"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
|
2020-04-29 16:37:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2021-06-03 01:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
|
|
|
version = "1.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77b705829d1e87f762c2df6da140b26af5839e1033aa84aa5f56bb688e4e1bdb"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2020-08-26 19:35:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
|
|
|
|
|
2021-01-15 06:11:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2020-04-29 16:37:55 +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"
|
|
|
|
|
2021-06-03 01:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
|
|
|
version = "0.3.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0402f765d8a89a26043b889b26ce3c4679d268fa6bb22cd7c6aad98340e179d1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
|
|
|
version = "0.3.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "acc499defb3b348f8d8f3f66415835a9131856ff7714bf10dadfc4ec4bdb29a1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "1.12.0"
|
2021-06-03 01:42:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
|
2021-06-03 01:42:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"fastrand",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"memchr",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
"waker-fn",
|
|
|
|
]
|
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fxhash"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
2021-06-03 01:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.1.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"js-sys",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gif"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a668f699973d0f573d15749b7002a9ac9e1f9c6b220e7b165601334c173d8de"
|
|
|
|
dependencies = [
|
|
|
|
"color_quant",
|
|
|
|
"weezl",
|
|
|
|
]
|
|
|
|
|
2021-06-11 19:53:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gpu-alloc"
|
|
|
|
version = "0.4.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cbc1b6ca374e81862526786d9cb42357ce03706ed1b8761730caafd02ab91f3a"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"gpu-alloc-types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gpu-alloc-types"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "54804d0d6bc9d7f26db4eaec1ad10def69b599315f487d32c334a80d1efe67a5"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gpu-descriptor"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e8a70f1e87a3840ed6a3e99e02c2b861e4dbdf26f0d07e38f42ea5aff46cfce2"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"gpu-descriptor-types",
|
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gpu-descriptor-types"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "363e3677e55ad168fef68cf9de3a4a310b53124c5e784c53a1d70e92d23f2126"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2020-08-26 19:35:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2020-11-15 22:40:50 +00:00
|
|
|
version = "0.9.1"
|
2020-08-26 19:35:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-15 22:40:50 +00:00
|
|
|
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
|
2021-06-11 19:53:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
]
|
2020-08-26 19:35:14 +00:00
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "0.1.18"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
|
2020-04-29 16:37:55 +00:00
|
|
|
dependencies = [
|
2021-01-15 06:11:28 +00:00
|
|
|
"libc",
|
2020-04-29 16:37:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
2021-01-15 06:11:28 +00:00
|
|
|
version = "2.1.0"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-15 06:11:28 +00:00
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
2020-04-29 16:37:55 +00:00
|
|
|
|
2021-06-03 01:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "image"
|
|
|
|
version = "0.23.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1"
|
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
"byteorder",
|
|
|
|
"color_quant",
|
|
|
|
"gif",
|
|
|
|
"jpeg-decoder",
|
|
|
|
"num-iter",
|
|
|
|
"num-rational",
|
|
|
|
"num-traits 0.2.14",
|
|
|
|
"png",
|
|
|
|
"scoped_threadpool",
|
|
|
|
"tiff",
|
|
|
|
]
|
|
|
|
|
2020-08-26 19:35:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "1.6.2"
|
2020-08-26 19:35:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3"
|
2020-08-26 19:35:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
2021-06-11 06:09:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "inplace_it"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "90953f308a79fe6d62a4643e51f848fbfddcd05975a38e69fdf4ab86a7baf7ca"
|
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "0.1.9"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
|
2020-11-15 22:40:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2021-06-03 01:42:15 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
2020-11-15 22:40:50 +00:00
|
|
|
]
|
2020-04-29 16:37:55 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iovec"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
|
|
|
|
dependencies = [
|
2021-01-15 06:11:28 +00:00
|
|
|
"libc",
|
2020-04-29 16:37:55 +00:00
|
|
|
]
|
|
|
|
|
2020-06-09 17:05:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jni-sys"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
|
|
|
|
|
2021-06-03 01:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jpeg-decoder"
|
|
|
|
version = "0.1.22"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2"
|
|
|
|
dependencies = [
|
|
|
|
"rayon",
|
|
|
|
]
|
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2021-06-03 01:42:15 +00:00
|
|
|
version = "0.3.51"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-03 01:42:15 +00:00
|
|
|
checksum = "83bdfbace3a0e81a4253f73b49e960b053e396a11012cbd49b9b74d6a2b67062"
|
2020-04-29 16:37:55 +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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
2020-08-29 19:58:28 +00:00
|
|
|
version = "1.3.0"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-29 19:58:28 +00:00
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "0.2.97"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6"
|
2020-04-29 16:37:55 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "0.6.7"
|
2020-05-01 19:34:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "351a32417a12d5f7e82c368a66781e307834dae04c6ce0cd4456d52989229883"
|
2020-05-01 19:34:32 +00:00
|
|
|
dependencies = [
|
2020-11-15 22:40:50 +00:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"winapi 0.3.9",
|
2020-05-01 19:34:32 +00:00
|
|
|
]
|
|
|
|
|
2021-06-11 06:09:03 +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",
|
|
|
|
]
|
|
|
|
|
2020-08-17 05:07:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "0.4.4"
|
2020-08-17 05:07:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "0382880606dff6d15c9476c416d18690b72742aa7b605bb6dd6ec9030fbf07eb"
|
2020-08-17 05:07:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "0.4.14"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
2020-04-29 16:37:55 +00:00
|
|
|
dependencies = [
|
2021-06-18 17:09:14 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-04-29 16:37:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "malloc_buf"
|
|
|
|
version = "0.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
|
|
|
dependencies = [
|
2021-01-15 06:11:28 +00:00
|
|
|
"libc",
|
2020-04-29 16:37:55 +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"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "2.4.0"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
|
2020-04-29 16:37:55 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-01-15 06:11:28 +00:00
|
|
|
name = "memmap2"
|
|
|
|
version = "0.1.0"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-15 06:11:28 +00:00
|
|
|
checksum = "d9b70ca2a6103ac8b665dc150b142ef0e4e89df640c9e6cf295d189c3caebe5a"
|
2020-04-29 16:37:55 +00:00
|
|
|
dependencies = [
|
2021-01-15 06:11:28 +00:00
|
|
|
"libc",
|
2020-04-29 16:37:55 +00:00
|
|
|
]
|
|
|
|
|
2021-06-03 01:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2021-06-08 15:46:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "metal"
|
|
|
|
version = "0.22.0"
|
2021-06-17 03:52:04 +00:00
|
|
|
source = "git+https://github.com/gfx-rs/metal-rs?rev=08cc15a3be5a57fc07bb27091eff3569dd60cfd3#08cc15a3be5a57fc07bb27091eff3569dd60cfd3"
|
2021-06-08 15:46:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"block",
|
2021-06-16 15:42:37 +00:00
|
|
|
"core-graphics-types",
|
2021-06-08 15:46:53 +00:00
|
|
|
"foreign-types",
|
|
|
|
"log",
|
|
|
|
"objc",
|
|
|
|
]
|
|
|
|
|
2021-06-03 01:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
|
|
|
|
dependencies = [
|
|
|
|
"adler32",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
|
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "0.6.23"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
|
2020-04-29 16:37:55 +00:00
|
|
|
dependencies = [
|
2020-08-29 19:58:28 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-04-29 16:37:55 +00:00
|
|
|
"fuchsia-zircon",
|
|
|
|
"fuchsia-zircon-sys",
|
|
|
|
"iovec",
|
|
|
|
"kernel32-sys",
|
2021-01-15 06:11:28 +00:00
|
|
|
"libc",
|
2020-04-29 16:37:55 +00:00
|
|
|
"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"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "0.2.2"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
|
2020-04-29 16:37:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys",
|
|
|
|
"net2",
|
|
|
|
"winapi 0.2.8",
|
|
|
|
"ws2_32-sys",
|
|
|
|
]
|
|
|
|
|
2020-05-09 16:55:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "naga"
|
2021-05-09 05:28:57 +00:00
|
|
|
version = "0.4.0"
|
2021-06-18 17:09:14 +00:00
|
|
|
source = "git+https://github.com/gfx-rs/naga?tag=gfx-26#e3827f8e0899377c0177faa1f106ec2f3f8a9e3e"
|
2020-05-09 16:55:10 +00:00
|
|
|
dependencies = [
|
2021-01-16 05:42:13 +00:00
|
|
|
"bit-set",
|
2020-05-09 16:55:10 +00:00
|
|
|
"bitflags",
|
2021-03-10 05:04:16 +00:00
|
|
|
"codespan-reporting",
|
2020-05-09 16:55:10 +00:00
|
|
|
"fxhash",
|
|
|
|
"log",
|
2021-06-03 01:42:15 +00:00
|
|
|
"num-traits 0.2.14",
|
2020-08-26 19:35:14 +00:00
|
|
|
"petgraph",
|
2021-05-09 05:28:57 +00:00
|
|
|
"rose_tree",
|
2021-06-21 17:05:29 +00:00
|
|
|
"serde",
|
2020-05-09 16:55:10 +00:00
|
|
|
"spirv_headers",
|
2020-07-21 15:54:42 +00:00
|
|
|
"thiserror",
|
2020-05-09 16:55:10 +00:00
|
|
|
]
|
|
|
|
|
2020-06-09 17:05:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ndk"
|
2021-01-15 06:11:28 +00:00
|
|
|
version = "0.2.1"
|
2020-06-09 17:05:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-15 06:11:28 +00:00
|
|
|
checksum = "5eb167c1febed0a496639034d0c76b3b74263636045db5489eee52143c246e73"
|
2020-06-09 17:05:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"jni-sys",
|
|
|
|
"ndk-sys",
|
|
|
|
"num_enum",
|
2021-01-15 06:11:28 +00:00
|
|
|
"thiserror",
|
2020-06-09 17:05:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ndk-glue"
|
2021-01-15 06:11:28 +00:00
|
|
|
version = "0.2.1"
|
2020-06-09 17:05:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-15 06:11:28 +00:00
|
|
|
checksum = "bdf399b8b7a39c6fb153c4ec32c72fd5fe789df24a647f229c239aa7adb15241"
|
2020-06-09 17:05:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
2021-01-15 06:11:28 +00:00
|
|
|
"libc",
|
2020-06-09 17:05:22 +00:00
|
|
|
"log",
|
|
|
|
"ndk",
|
2021-01-15 06:11:28 +00:00
|
|
|
"ndk-macro",
|
2020-06-09 17:05:22 +00:00
|
|
|
"ndk-sys",
|
|
|
|
]
|
|
|
|
|
2021-01-15 06:11:28 +00:00
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2020-06-09 17:05:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ndk-sys"
|
2021-01-15 06:11:28 +00:00
|
|
|
version = "0.2.1"
|
2020-06-09 17:05:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-15 06:11:28 +00:00
|
|
|
checksum = "c44922cb3dbb1c70b5e5f443d63b64363a898564d739ba5198e3a9138442868d"
|
2020-06-09 17:05:22 +00:00
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "net2"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "0.2.37"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
|
2020-04-29 16:37:55 +00:00
|
|
|
dependencies = [
|
2020-08-29 19:58:28 +00:00
|
|
|
"cfg-if 0.1.10",
|
2021-01-15 06:11:28 +00:00
|
|
|
"libc",
|
2020-11-15 22:40:50 +00:00
|
|
|
"winapi 0.3.9",
|
2020-04-29 16:37:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2021-01-15 06:11:28 +00:00
|
|
|
version = "0.18.0"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-15 06:11:28 +00:00
|
|
|
checksum = "83450fe6a6142ddd95fb064b746083fc4ef1705fe81f64a64e1d4b39f54a1055"
|
2020-04-29 16:37:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cc",
|
2020-08-29 19:58:28 +00:00
|
|
|
"cfg-if 0.1.10",
|
2021-01-15 06:11:28 +00:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-06-18 17:09:14 +00:00
|
|
|
[[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-06-03 01:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "noise"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "82051dd6745d5184c6efb7bc8be14892a7f6d4f3ad6dbf754d1c7d7d5fe24b43"
|
|
|
|
dependencies = [
|
|
|
|
"image",
|
|
|
|
"rand",
|
|
|
|
"rand_xorshift",
|
|
|
|
]
|
|
|
|
|
2021-01-15 06:11:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "6.1.2"
|
2021-01-15 06:11:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "e7413f999671bd4745a7b624bd370a569fb6bc574b23c83a3c5ed2e453f3d5e2"
|
2021-01-15 06:11:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"version_check",
|
2020-04-29 16:37:55 +00:00
|
|
|
]
|
|
|
|
|
2021-06-03 01:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.44"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits 0.2.14",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
|
|
|
version = "0.1.42"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2021c8337a54d21aca0d59a92577a029af9431cb59b909b03252b9c164fad59"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits 0.2.14",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits 0.2.14",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.1.43"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits 0.2.14",
|
|
|
|
]
|
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2020-11-15 22:40:50 +00:00
|
|
|
version = "0.2.14"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-15 22:40:50 +00:00
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
2020-04-29 16:37:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2021-06-03 01:42:15 +00:00
|
|
|
[[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-06-09 17:05:22 +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",
|
2021-01-15 06:11:28 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2020-06-09 17:05:22 +00:00
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-06-03 01:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "obj"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "059c95245738cdc7b40078cdd51a23200252a4c0a0a6dd005136152b3f467a4a"
|
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "objc"
|
|
|
|
version = "0.2.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
|
|
|
|
dependencies = [
|
|
|
|
"malloc_buf",
|
2021-06-08 15:46:53 +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-04-29 16:37:55 +00:00
|
|
|
]
|
|
|
|
|
2020-05-01 19:34:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "1.8.0"
|
2020-05-01 19:34:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
|
2020-05-01 19:34:32 +00:00
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
2021-01-15 06:11:28 +00:00
|
|
|
name = "owned_ttf_parser"
|
|
|
|
version = "0.6.0"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-15 06:11:28 +00:00
|
|
|
checksum = "9f923fb806c46266c02ab4a5b239735c144bdeda724a50ed058e5226f594cde3"
|
2020-04-29 16:37:55 +00:00
|
|
|
dependencies = [
|
2021-01-15 06:11:28 +00:00
|
|
|
"ttf-parser",
|
2020-08-17 05:07:03 +00:00
|
|
|
]
|
|
|
|
|
2021-06-03 01:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
|
|
|
|
|
2020-08-17 05:07:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "0.11.1"
|
2020-08-17 05:07:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
|
2020-08-17 05:07:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
2021-01-15 06:11:28 +00:00
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
2020-08-17 05:07:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "0.8.3"
|
2020-08-17 05:07:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
|
2020-08-17 05:07:03 +00:00
|
|
|
dependencies = [
|
2021-06-18 17:09:14 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-08-17 05:07:03 +00:00
|
|
|
"instant",
|
2021-01-15 06:11:28 +00:00
|
|
|
"libc",
|
2020-04-29 16:37:55 +00:00
|
|
|
"redox_syscall",
|
2020-11-30 22:50:35 +00:00
|
|
|
"smallvec",
|
2020-11-15 22:40:50 +00:00
|
|
|
"winapi 0.3.9",
|
2020-04-29 16:37:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|
|
|
|
2020-08-26 19:35:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
|
|
|
|
dependencies = [
|
|
|
|
"fixedbitset",
|
|
|
|
"indexmap",
|
|
|
|
]
|
|
|
|
|
2021-06-03 01:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905"
|
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2020-11-15 22:40:50 +00:00
|
|
|
version = "0.3.19"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-15 22:40:50 +00:00
|
|
|
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
|
2020-04-29 16:37:55 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "player"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"env_logger",
|
|
|
|
"log",
|
2020-04-29 19:36:50 +00:00
|
|
|
"raw-window-handle",
|
2020-04-29 16:37:55 +00:00
|
|
|
"ron",
|
2020-07-17 03:56:47 +00:00
|
|
|
"serde",
|
2020-04-29 16:37:55 +00:00
|
|
|
"wgpu-core",
|
|
|
|
"wgpu-types",
|
2020-11-30 22:50:35 +00:00
|
|
|
"winit",
|
2020-04-29 16:37:55 +00:00
|
|
|
]
|
|
|
|
|
2021-06-03 01:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "png"
|
|
|
|
version = "0.16.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"crc32fast",
|
|
|
|
"deflate",
|
|
|
|
"miniz_oxide 0.3.7",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pollster"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bb20dcc30536a1508e75d47dd0e399bb2fe7354dcf35cda9127f2bf1ed92e30e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
|
|
|
|
|
2020-06-09 17:05:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
2020-11-15 22:40:50 +00:00
|
|
|
version = "0.1.5"
|
2020-06-09 17:05:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-15 22:40:50 +00:00
|
|
|
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
|
2020-06-09 17:05:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2021-06-03 01:42:15 +00:00
|
|
|
version = "1.0.27"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-03 01:42:15 +00:00
|
|
|
checksum = "f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038"
|
2020-04-29 16:37:55 +00:00
|
|
|
dependencies = [
|
2021-01-15 06:11:28 +00:00
|
|
|
"unicode-xid",
|
2020-04-29 16:37:55 +00:00
|
|
|
]
|
|
|
|
|
2021-03-16 16:46:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "profiling"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "1.0.2"
|
2021-03-16 16:46:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "0a7c000c0ce9d9bb94c0fbacdf20e5087fbe652c556ffb2c9387d980e17d51fb"
|
2021-03-16 16:46:07 +00:00
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "1.0.9"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
|
2020-04-29 16:37:55 +00:00
|
|
|
dependencies = [
|
2021-01-15 06:11:28 +00:00
|
|
|
"proc-macro2",
|
2020-04-29 16:37:55 +00:00
|
|
|
]
|
|
|
|
|
2021-06-03 01:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
"rand_hc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_xorshift"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "raw-window-handle"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0a441a7a6c80ad6473bd4b74ec1c9a4c951794285bf941c2126f607c72e48211"
|
|
|
|
dependencies = [
|
2021-01-15 06:11:28 +00:00
|
|
|
"libc",
|
2020-04-29 16:37:55 +00:00
|
|
|
]
|
|
|
|
|
2021-06-03 01:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
|
|
|
version = "1.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
|
|
|
version = "1.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"lazy_static",
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "0.2.9"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "5ab49abadf3f9e1c4bc499e8845e152ad87d2ad2d30371841171169e9d75feee"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
2020-04-29 16:37:55 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "1.5.4"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
|
2020-04-29 16:37:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "0.6.25"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
2020-04-29 16:37:55 +00:00
|
|
|
|
2021-06-11 06:09:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "renderdoc-sys"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1382d1f0a252c4bf97dc20d979a2fdd05b024acd7c2ed0f7595d7817666a157"
|
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ron"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "0.6.4"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "064ea8613fb712a19faf920022ec8ddf134984f100090764a4e1d768f3827f1f"
|
2020-04-29 16:37:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"bitflags",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-05-09 05:28:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rose_tree"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "284de9dae38774e2813aaabd7e947b4a6fe9b8c58c2309f754a487cdd50de1c2"
|
|
|
|
dependencies = [
|
|
|
|
"petgraph",
|
|
|
|
]
|
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rusttype"
|
2021-01-15 06:11:28 +00:00
|
|
|
version = "0.9.2"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-15 06:11:28 +00:00
|
|
|
checksum = "dc7c727aded0be18c5b80c1640eae0ac8e396abf6fa8477d96cb37d18ee5ec59"
|
2020-04-29 16:37:55 +00:00
|
|
|
dependencies = [
|
2021-01-15 06:11:28 +00:00
|
|
|
"ab_glyph_rasterizer",
|
|
|
|
"owned_ttf_parser",
|
2020-04-29 16:37:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2020-05-04 19:45:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
2020-11-15 22:40:50 +00:00
|
|
|
version = "1.0.0"
|
2020-05-04 19:45:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-15 22:40:50 +00:00
|
|
|
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
|
2020-05-04 19:45:08 +00:00
|
|
|
|
2021-06-03 01:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scoped_threadpool"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
|
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "1.0.126"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03"
|
2020-04-29 16:37:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "1.0.126"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43"
|
2020-04-29 16:37:55 +00:00
|
|
|
dependencies = [
|
2021-01-15 06:11:28 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2020-04-29 16:37:55 +00:00
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "0.4.3"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527"
|
2020-04-29 16:37:55 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "1.6.1"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
|
2020-04-29 16:37:55 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smithay-client-toolkit"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "0.12.3"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "4750c76fd5d3ac95fa3ed80fe667d6a3d8590a960e5b575b98eea93339a80b80"
|
2020-04-29 16:37:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"andrew",
|
|
|
|
"bitflags",
|
2021-01-15 06:11:28 +00:00
|
|
|
"calloop",
|
2021-06-18 17:09:14 +00:00
|
|
|
"dlib 0.4.2",
|
2020-04-29 16:37:55 +00:00
|
|
|
"lazy_static",
|
2021-01-15 06:11:28 +00:00
|
|
|
"log",
|
|
|
|
"memmap2",
|
2021-06-18 17:09:14 +00:00
|
|
|
"nix 0.18.0",
|
2020-11-30 22:50:35 +00:00
|
|
|
"wayland-client",
|
2021-01-15 06:11:28 +00:00
|
|
|
"wayland-cursor",
|
2020-11-30 22:50:35 +00:00
|
|
|
"wayland-protocols",
|
2020-04-29 16:37:55 +00:00
|
|
|
]
|
|
|
|
|
2020-05-09 16:55:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spirv_headers"
|
2020-11-15 22:40:50 +00:00
|
|
|
version = "1.5.0"
|
2020-05-09 16:55:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-15 22:40:50 +00:00
|
|
|
checksum = "1f5b132530b1ac069df335577e3581765995cba5a13995cdbbdbc8fb057c532c"
|
2020-05-09 16:55:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2021-06-03 01:42:15 +00:00
|
|
|
"num-traits 0.2.14",
|
2020-05-09 16:55:10 +00:00
|
|
|
]
|
|
|
|
|
2021-01-15 06:11:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
|
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "1.0.73"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "f71489ff30030d2ae598524f61326b902466f72a0fb1a8564c001cc63425bcc7"
|
2020-04-29 16:37:55 +00:00
|
|
|
dependencies = [
|
2021-01-15 06:11:28 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
2020-04-29 16:37:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "1.1.2"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
|
2020-04-29 16:37:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2020-07-17 17:21:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "1.0.25"
|
2020-07-17 17:21:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "fa6f76457f59514c7eeb4e59d891395fab0b2fd1d40723ae737d64153392e9c6"
|
2020-07-17 17:21:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "1.0.25"
|
2020-07-17 17:21:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "8a36768c0fbf1bb15eca10defa29526bda730a2376c2ab4393ccfa16fb1a318d"
|
2020-07-17 17:21:19 +00:00
|
|
|
dependencies = [
|
2021-01-15 06:11:28 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2020-07-17 17:21:19 +00:00
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-06-03 01:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tiff"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437"
|
|
|
|
dependencies = [
|
|
|
|
"jpeg-decoder",
|
|
|
|
"miniz_oxide 0.4.4",
|
|
|
|
"weezl",
|
|
|
|
]
|
|
|
|
|
2020-06-09 17:05:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "0.5.8"
|
2020-06-09 17:05:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
|
2020-06-09 17:05:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
2021-01-15 06:11:28 +00:00
|
|
|
name = "ttf-parser"
|
|
|
|
version = "0.6.2"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-15 06:11:28 +00:00
|
|
|
checksum = "3e5d7cd7ab3e47dda6e56542f4bbf3824c15234958c6e1bd6aaa347e93499fdc"
|
2020-04-29 16:37:55 +00:00
|
|
|
|
2021-03-10 05:04:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
|
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "0.2.2"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
2020-04-29 16:37:55 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-01-15 06:11:28 +00:00
|
|
|
name = "version_check"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "0.9.3"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
|
2020-04-29 16:37:55 +00:00
|
|
|
|
2021-06-03 01:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "waker-fn"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
|
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "2.3.2"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
2020-04-29 16:37:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
2020-11-15 22:40:50 +00:00
|
|
|
"winapi 0.3.9",
|
2020-04-29 16:37:55 +00:00
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2021-06-03 01:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2021-06-03 01:42:15 +00:00
|
|
|
version = "0.2.74"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-03 01:42:15 +00:00
|
|
|
checksum = "d54ee1d4ed486f78874278e63e4069fc1ab9f6a18ca492076ffb90c5eb2997fd"
|
2020-04-29 16:37:55 +00:00
|
|
|
dependencies = [
|
2021-06-03 01:42:15 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-04-29 16:37:55 +00:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2021-06-03 01:42:15 +00:00
|
|
|
version = "0.2.74"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-03 01:42:15 +00:00
|
|
|
checksum = "3b33f6a0694ccfea53d94db8b2ed1c3a8a4c86dd936b13b9f0a15ec4a451b900"
|
2020-04-29 16:37:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
2021-01-15 06:11:28 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2020-04-29 16:37:55 +00:00
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
2021-06-03 01:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
|
|
|
version = "0.4.24"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5fba7978c679d53ce2d0ac80c8c175840feb849a161664365d1287b41f2e67f1"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2021-06-03 01:42:15 +00:00
|
|
|
version = "0.2.74"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-03 01:42:15 +00:00
|
|
|
checksum = "088169ca61430fe1e58b8096c24975251700e7b1f6fd91cc9d59b04fb9b18bd4"
|
2020-04-29 16:37:55 +00:00
|
|
|
dependencies = [
|
2021-01-15 06:11:28 +00:00
|
|
|
"quote",
|
2020-04-29 16:37:55 +00:00
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2021-06-03 01:42:15 +00:00
|
|
|
version = "0.2.74"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-03 01:42:15 +00:00
|
|
|
checksum = "be2241542ff3d9f241f5e2cb6dd09b37efe786df8851c54957683a49f0987a97"
|
2020-04-29 16:37:55 +00:00
|
|
|
dependencies = [
|
2021-01-15 06:11:28 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2020-04-29 16:37:55 +00:00
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2021-06-03 01:42:15 +00:00
|
|
|
version = "0.2.74"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-03 01:42:15 +00:00
|
|
|
checksum = "d7cff876b8f18eed75a66cf49b65e7f967cb354a7aa16003fb55dbfd25b44b4f"
|
2020-08-29 19:58:28 +00:00
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wayland-client"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "0.28.5"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "06ca44d86554b85cf449f1557edc6cc7da935cc748c8e4bf1c507cbd43bae02c"
|
2020-04-29 16:37:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"downcast-rs",
|
2021-01-15 06:11:28 +00:00
|
|
|
"libc",
|
2021-06-18 17:09:14 +00:00
|
|
|
"nix 0.20.0",
|
2021-01-15 06:11:28 +00:00
|
|
|
"scoped-tls",
|
2020-11-30 22:50:35 +00:00
|
|
|
"wayland-commons",
|
|
|
|
"wayland-scanner",
|
|
|
|
"wayland-sys",
|
2020-04-29 16:37:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-commons"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "0.28.5"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "8bd75ae380325dbcff2707f0cd9869827ea1d2d6d534cff076858d3f0460fd5a"
|
2020-04-29 16:37:55 +00:00
|
|
|
dependencies = [
|
2021-06-18 17:09:14 +00:00
|
|
|
"nix 0.20.0",
|
2021-01-15 06:11:28 +00:00
|
|
|
"once_cell",
|
|
|
|
"smallvec",
|
2020-11-30 22:50:35 +00:00
|
|
|
"wayland-sys",
|
2020-04-29 16:37:55 +00:00
|
|
|
]
|
|
|
|
|
2021-01-15 06:11:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wayland-cursor"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "0.28.5"
|
2021-01-15 06:11:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "b37e5455ec72f5de555ec39b5c3704036ac07c2ecd50d0bffe02d5fe2d4e65ab"
|
2021-01-15 06:11:28 +00:00
|
|
|
dependencies = [
|
2021-06-18 17:09:14 +00:00
|
|
|
"nix 0.20.0",
|
2021-01-15 06:11:28 +00:00
|
|
|
"wayland-client",
|
|
|
|
"xcursor",
|
|
|
|
]
|
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wayland-protocols"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "0.28.5"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "95df3317872bcf9eec096c864b69aa4769a1d5d6291a5b513f8ba0af0efbd52c"
|
2020-04-29 16:37:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2020-11-30 22:50:35 +00:00
|
|
|
"wayland-client",
|
|
|
|
"wayland-commons",
|
|
|
|
"wayland-scanner",
|
2020-04-29 16:37:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-scanner"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "0.28.5"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "389d680d7bd67512dc9c37f39560224327038deb0f0e8d33f870900441b68720"
|
2020-04-29 16:37:55 +00:00
|
|
|
dependencies = [
|
2021-01-15 06:11:28 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2020-04-29 16:37:55 +00:00
|
|
|
"xml-rs",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-sys"
|
2021-06-18 17:09:14 +00:00
|
|
|
version = "0.28.5"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 17:09:14 +00:00
|
|
|
checksum = "2907bd297eef464a95ba9349ea771611771aa285b932526c633dc94d5400a8e2"
|
2020-04-29 16:37:55 +00:00
|
|
|
dependencies = [
|
2021-06-18 17:09:14 +00:00
|
|
|
"dlib 0.5.0",
|
2020-04-29 16:37:55 +00:00
|
|
|
"lazy_static",
|
2021-01-15 06:11:28 +00:00
|
|
|
"pkg-config",
|
2020-04-29 16:37:55 +00:00
|
|
|
]
|
|
|
|
|
2020-08-29 19:58:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2021-06-03 01:42:15 +00:00
|
|
|
version = "0.3.50"
|
2020-08-29 19:58:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-03 01:42:15 +00:00
|
|
|
checksum = "a905d57e488fec8861446d3393670fb50d27a262344013181c2cdf9fff5481be"
|
2020-08-29 19:58:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2021-06-03 01:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "weezl"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d8b77fdfd5a253be4ab714e4ffa3c49caf146b4de743e97510c0656cf90f1e8e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wgpu"
|
|
|
|
version = "0.8.0"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec",
|
|
|
|
"async-executor",
|
2021-06-22 02:34:00 +00:00
|
|
|
"bitflags",
|
2021-06-03 01:42:15 +00:00
|
|
|
"bytemuck",
|
|
|
|
"cgmath",
|
|
|
|
"console_error_panic_hook",
|
|
|
|
"console_log",
|
|
|
|
"ddsfile",
|
|
|
|
"env_logger",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"naga",
|
|
|
|
"noise",
|
|
|
|
"obj",
|
|
|
|
"parking_lot",
|
|
|
|
"png",
|
|
|
|
"pollster",
|
|
|
|
"rand",
|
|
|
|
"raw-window-handle",
|
|
|
|
"serde",
|
|
|
|
"smallvec",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
"wgpu-core",
|
2021-06-08 15:46:53 +00:00
|
|
|
"wgpu-hal",
|
2021-06-03 01:42:15 +00:00
|
|
|
"wgpu-types",
|
|
|
|
"winit",
|
|
|
|
]
|
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wgpu-core"
|
2021-04-29 15:57:22 +00:00
|
|
|
version = "0.8.0"
|
2020-04-29 16:37:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"arrayvec",
|
|
|
|
"bitflags",
|
2020-08-30 02:40:07 +00:00
|
|
|
"cfg_aliases",
|
2020-04-29 16:37:55 +00:00
|
|
|
"copyless",
|
|
|
|
"fxhash",
|
2021-03-16 16:46:07 +00:00
|
|
|
"log",
|
2020-05-09 16:55:10 +00:00
|
|
|
"naga",
|
2021-01-15 06:11:28 +00:00
|
|
|
"parking_lot",
|
2021-03-16 16:46:07 +00:00
|
|
|
"profiling",
|
2020-04-29 16:37:55 +00:00
|
|
|
"raw-window-handle",
|
|
|
|
"ron",
|
|
|
|
"serde",
|
2020-11-30 22:50:35 +00:00
|
|
|
"smallvec",
|
2020-07-17 17:21:19 +00:00
|
|
|
"thiserror",
|
2021-06-04 05:19:36 +00:00
|
|
|
"wgpu-hal",
|
|
|
|
"wgpu-types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wgpu-hal"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-06-09 21:06:43 +00:00
|
|
|
"arrayvec",
|
2021-06-11 06:09:03 +00:00
|
|
|
"ash",
|
2021-06-04 05:19:36 +00:00
|
|
|
"bitflags",
|
2021-06-10 14:54:06 +00:00
|
|
|
"block",
|
2021-06-16 15:42:37 +00:00
|
|
|
"core-graphics-types",
|
2021-06-16 21:15:34 +00:00
|
|
|
"env_logger",
|
2021-06-09 21:06:43 +00:00
|
|
|
"foreign-types",
|
2021-06-10 18:22:32 +00:00
|
|
|
"fxhash",
|
2021-06-11 19:53:07 +00:00
|
|
|
"gpu-alloc",
|
|
|
|
"gpu-descriptor",
|
2021-06-11 06:09:03 +00:00
|
|
|
"inplace_it",
|
|
|
|
"libloading 0.7.0",
|
2021-06-09 04:55:49 +00:00
|
|
|
"log",
|
2021-06-08 15:46:53 +00:00
|
|
|
"metal",
|
2021-06-05 05:44:21 +00:00
|
|
|
"naga",
|
2021-06-09 04:55:49 +00:00
|
|
|
"objc",
|
|
|
|
"parking_lot",
|
2021-06-08 05:19:18 +00:00
|
|
|
"raw-window-handle",
|
2021-06-11 06:09:03 +00:00
|
|
|
"renderdoc-sys",
|
2021-06-06 04:34:02 +00:00
|
|
|
"thiserror",
|
2020-08-12 18:52:21 +00:00
|
|
|
"wgpu-types",
|
2021-06-16 15:42:37 +00:00
|
|
|
"winapi 0.3.9",
|
2021-06-08 18:58:48 +00:00
|
|
|
"winit",
|
2020-08-12 18:52:21 +00:00
|
|
|
]
|
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wgpu-types"
|
2021-04-29 15:57:22 +00:00
|
|
|
version = "0.8.0"
|
2020-04-29 16:37:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-11-15 22:40:50 +00:00
|
|
|
version = "0.3.9"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-15 22:40:50 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2020-04-29 16:37:55 +00:00
|
|
|
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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
2020-11-15 22:40:50 +00:00
|
|
|
"winapi 0.3.9",
|
2020-04-29 16:37:55 +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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winit"
|
2021-01-15 06:11:28 +00:00
|
|
|
version = "0.24.0"
|
2020-04-29 16:37:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-15 06:11:28 +00:00
|
|
|
checksum = "da4eda6fce0eb84bd0a33e3c8794eb902e1033d0a1d5a31bc4f19b1b4bbff597"
|
2020-04-29 16:37:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2020-11-30 22:50:35 +00:00
|
|
|
"cocoa",
|
2021-01-15 06:11:28 +00:00
|
|
|
"core-foundation 0.9.1",
|
|
|
|
"core-graphics 0.22.2",
|
2020-04-29 16:37:55 +00:00
|
|
|
"core-video-sys",
|
|
|
|
"dispatch",
|
|
|
|
"instant",
|
|
|
|
"lazy_static",
|
2021-01-15 06:11:28 +00:00
|
|
|
"libc",
|
2020-04-29 16:37:55 +00:00
|
|
|
"log",
|
|
|
|
"mio",
|
|
|
|
"mio-extras",
|
2020-06-09 17:05:22 +00:00
|
|
|
"ndk",
|
|
|
|
"ndk-glue",
|
|
|
|
"ndk-sys",
|
2020-04-29 16:37:55 +00:00
|
|
|
"objc",
|
2021-01-15 06:11:28 +00:00
|
|
|
"parking_lot",
|
2020-04-29 16:37:55 +00:00
|
|
|
"percent-encoding",
|
|
|
|
"raw-window-handle",
|
2020-11-30 22:50:35 +00:00
|
|
|
"smithay-client-toolkit",
|
2021-06-03 01:42:15 +00:00
|
|
|
"wasm-bindgen",
|
2020-11-30 22:50:35 +00:00
|
|
|
"wayland-client",
|
2021-06-03 01:42:15 +00:00
|
|
|
"web-sys",
|
2020-11-15 22:40:50 +00:00
|
|
|
"winapi 0.3.9",
|
2020-04-29 16:37:55 +00:00
|
|
|
"x11-dl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "x11-dl"
|
|
|
|
version = "2.18.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2bf981e3a5b3301209754218f962052d4d9ee97e478f4d26d4a6eced34c1fef8"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
2021-01-15 06:11:28 +00:00
|
|
|
"libc",
|
2020-04-29 16:37:55 +00:00
|
|
|
"maybe-uninit",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2021-01-15 06:11:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xcursor"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3a9a231574ae78801646617cefd13bfe94be907c0e4fa979cfd8b770aa3c5d08"
|
|
|
|
dependencies = [
|
|
|
|
"nom",
|
|
|
|
]
|
|
|
|
|
2020-04-29 16:37:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xdg"
|
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d089681aa106a86fade1b0128fb5daf07d5867a509ab036d99988dec80429a57"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xml-rs"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b07db065a5cf61a7e4ba64f29e67db906fb1787316516c4e6e5ff0fea1efcd8a"
|