2020-09-01 21:58:26 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2020-10-09 15:22:07 +00:00
|
|
|
[[package]]
|
2020-10-22 10:23:11 +00:00
|
|
|
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"
|
2020-10-22 10:23:11 +00:00
|
|
|
checksum = "d9fe5e32de01730eb1f6b7f5b51c17e03e2325bf40a74f754f04f130043affff"
|
2020-10-09 15:22:07 +00:00
|
|
|
|
2021-01-04 10:25:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
|
|
|
|
|
2020-09-01 21:58:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2020-11-11 08:13:37 +00:00
|
|
|
version = "0.7.15"
|
2020-09-01 21:58:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 08:13:37 +00:00
|
|
|
checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
|
2020-09-01 21:58:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2020-10-27 01:39:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "andrew"
|
2020-10-30 18:38:47 +00:00
|
|
|
version = "0.3.1"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-30 18:38:47 +00:00
|
|
|
checksum = "8c4afb09dd642feec8408e33f92f3ffc4052946f6b20f32fb99c1f58cd4fa7cf"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
2020-10-21 18:39:45 +00:00
|
|
|
"bitflags",
|
2020-10-30 18:38:47 +00:00
|
|
|
"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 = [
|
2020-10-22 10:23:11 +00:00
|
|
|
"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"
|
2020-10-30 18:38:47 +00:00
|
|
|
version = "0.5.2"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-30 18:38:47 +00:00
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2020-10-14 16:33:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ash-molten"
|
2020-11-18 10:33:10 +00:00
|
|
|
version = "0.7.2+1.1.0"
|
2020-11-11 08:13:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-18 10:33:10 +00:00
|
|
|
checksum = "b31c40fe3810300e6a0083a4b8fad1be08f20eb1a4b5b07bfd477e287570f64e"
|
2020-10-14 16:33:37 +00:00
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2020-10-13 21:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2020-10-22 10:23:11 +00:00
|
|
|
"winapi 0.3.9",
|
2020-10-13 21:42:15 +00:00
|
|
|
]
|
|
|
|
|
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"
|
2021-01-11 09:08:02 +00:00
|
|
|
version = "0.6.0"
|
2020-09-23 08:39:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-11 09:08:02 +00:00
|
|
|
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"
|
2020-12-04 16:50:19 +00:00
|
|
|
version = "0.6.3"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 16:50:19 +00:00
|
|
|
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.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"
|
|
|
|
|
2020-09-01 21:58:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-01-18 14:35:12 +00:00
|
|
|
version = "1.4.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 = "ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b"
|
2020-09-01 21:58:26 +00:00
|
|
|
|
2020-10-22 10:23:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "calloop"
|
|
|
|
version = "0.6.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b036167e76041694579972c28cf4877b4f92da222560ddb49008937b6a6727c"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
2020-10-26 14:49:01 +00:00
|
|
|
"nix 0.18.0",
|
2020-10-22 10:23:11 +00:00
|
|
|
]
|
|
|
|
|
2020-10-09 15:22:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2020-12-04 16:50:19 +00:00
|
|
|
version = "1.0.66"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 16:50:19 +00:00
|
|
|
checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"
|
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"
|
|
|
|
|
2020-10-14 16:33:37 +00:00
|
|
|
[[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",
|
2020-10-30 18:38:47 +00:00
|
|
|
"num-traits",
|
2020-10-27 01:39:56 +00:00
|
|
|
"time",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2021-01-18 14:35:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0659001ab56b791be01d4b729c44376edc6718cf389a502e579b77b758f3296c"
|
|
|
|
dependencies = [
|
|
|
|
"glob",
|
|
|
|
"libc",
|
|
|
|
"libloading",
|
|
|
|
]
|
|
|
|
|
2020-10-13 21:42:15 +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",
|
2020-10-13 21:42:15 +00:00
|
|
|
"atty",
|
2020-10-21 18:39:45 +00:00
|
|
|
"bitflags",
|
2020-10-22 10:23:11 +00:00
|
|
|
"strsim 0.8.0",
|
2020-11-13 18:37:30 +00:00
|
|
|
"textwrap 0.11.0",
|
2020-10-13 21:42:15 +00:00
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
|
|
|
]
|
|
|
|
|
2020-11-13 18:37:30 +00:00
|
|
|
[[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",
|
2021-01-18 11:59:27 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-10-26 14:49:01 +00:00
|
|
|
]
|
|
|
|
|
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"
|
2020-12-19 23:22:17 +00:00
|
|
|
version = "0.24.0"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-19 23:22:17 +00:00
|
|
|
checksum = "6f63902e9223530efb4e26ccd0cf55ec30d592d3b42e21a28defc42a9586e832"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
2020-10-21 18:39:45 +00:00
|
|
|
"bitflags",
|
2020-10-09 15:22:07 +00:00
|
|
|
"block",
|
2020-10-22 10:23:11 +00:00
|
|
|
"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]]
|
2020-10-22 10:23:11 +00:00
|
|
|
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"
|
2020-10-22 10:23:11 +00:00
|
|
|
checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
2020-10-22 10:23:11 +00:00
|
|
|
"bitflags",
|
|
|
|
"block",
|
|
|
|
"core-foundation 0.9.1",
|
|
|
|
"core-graphics-types",
|
|
|
|
"foreign-types",
|
2020-10-09 15:22:07 +00:00
|
|
|
"libc",
|
2020-10-22 10:23:11 +00:00
|
|
|
"objc",
|
2020-10-09 15:22:07 +00:00
|
|
|
]
|
|
|
|
|
2020-11-10 08:10:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "compute-shader"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"spirv-std",
|
2020-12-15 15:16:57 +00:00
|
|
|
"spirv-std-macros",
|
2020-11-10 08:10:21 +00:00
|
|
|
]
|
|
|
|
|
2020-10-27 14:34:02 +00:00
|
|
|
[[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-26 14:49:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "const_fn"
|
2021-01-11 09:08:02 +00:00
|
|
|
version = "0.4.5"
|
2020-10-26 14:49:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-11 09:08:02 +00:00
|
|
|
checksum = "28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6"
|
2020-10-26 14:49:01 +00:00
|
|
|
|
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]]
|
2020-10-22 10:23:11 +00:00
|
|
|
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"
|
2020-10-22 10:23:11 +00:00
|
|
|
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"
|
|
|
|
|
2020-10-22 10:23:11 +00:00
|
|
|
[[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"
|
2020-10-22 10:23:11 +00:00
|
|
|
version = "0.19.2"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-22 10:23:11 +00:00
|
|
|
checksum = "b3889374e6ea6ab25dba90bb5d96202f61108058361f6dc72e8b03e6f8bbe923"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
2020-10-21 18:39:45 +00:00
|
|
|
"bitflags",
|
2020-10-22 10:23:11 +00:00
|
|
|
"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 = [
|
2020-10-21 18:39:45 +00:00
|
|
|
"bitflags",
|
2020-10-22 10:23:11 +00:00
|
|
|
"core-foundation 0.9.1",
|
|
|
|
"core-graphics-types",
|
2020-10-09 15:22:07 +00:00
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-10-22 10:23:11 +00:00
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2020-10-26 14:49:01 +00:00
|
|
|
[[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",
|
2021-01-11 09:08:02 +00:00
|
|
|
"crossbeam-utils",
|
2020-10-26 14:49:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
2021-01-11 09:08:02 +00:00
|
|
|
"crossbeam-utils",
|
2020-10-26 14:49:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2020-12-04 16:50:19 +00:00
|
|
|
version = "0.9.1"
|
2020-10-26 14:49:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 16:50:19 +00:00
|
|
|
checksum = "a1aaa739f95311c2c7887a76863f500026092fb1dce0161dab577e559ef3569d"
|
2020-10-26 14:49:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"const_fn",
|
2021-01-11 09:08:02 +00:00
|
|
|
"crossbeam-utils",
|
2020-10-26 14:49:01 +00:00
|
|
|
"lazy_static",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2020-12-04 16:50:19 +00:00
|
|
|
version = "0.8.1"
|
2020-10-26 14:49:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 16:50:19 +00:00
|
|
|
checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"
|
2020-10-26 14:49:01 +00:00
|
|
|
dependencies = [
|
2021-01-04 10:25:56 +00:00
|
|
|
"autocfg",
|
2020-10-26 14:49:01 +00:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2020-10-09 15:22:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ctor"
|
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 = "10bcb9d7dcbf7002aaffbb53eac22906b64cdcc127971dcc387d8eb7c95d5560"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
2021-01-18 11:59:27 +00:00
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-10-22 10:23:11 +00:00
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2020-10-22 10:23:11 +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",
|
2021-01-18 11:59:27 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2020-10-22 10:23:11 +00:00
|
|
|
"strsim 0.9.3",
|
2021-01-18 11:59:27 +00:00
|
|
|
"syn",
|
2020-10-22 10:23:11 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
2021-01-18 11:59:27 +00:00
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-10-22 10:23:11 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derivative"
|
2021-01-11 09:08:02 +00:00
|
|
|
version = "2.1.3"
|
2020-10-22 10:23:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-11 09:08:02 +00:00
|
|
|
checksum = "eaed5874effa6cde088c644ddcdcb4ffd1511391c5be4fdd7a5ccd02c7e4a183"
|
2020-10-22 10:23:11 +00:00
|
|
|
dependencies = [
|
2021-01-18 11:59:27 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-10-09 15:22:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
2021-01-18 11:59:27 +00:00
|
|
|
version = "0.99.11"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-18 11:59:27 +00:00
|
|
|
checksum = "41cb0e6161ad61ed084a36ba71fbba9e3ac5aee3606fb607fe08da6acbcf3d8c"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
2021-01-18 11:59:27 +00:00
|
|
|
"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"
|
|
|
|
|
2020-10-22 10:23:11 +00:00
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "downcast-rs"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
|
|
|
|
|
2020-10-26 14:49:01 +00:00
|
|
|
[[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"
|
|
|
|
version = "0.8.26"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "801bbab217d7f79c0062f4f7205b5d4427c6d1a7bd7aafdd1475f7c59d62b283"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
2021-01-18 14:35:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26ecb66b4bdca6c1409b40fb255eefc2bd4f6d135dab3c3124f80ffa2a9661e"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2020-10-09 15:22:07 +00:00
|
|
|
[[package]]
|
2020-10-30 18:38:47 +00:00
|
|
|
name = "example-runner-ash"
|
2020-10-09 15:22:07 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"ash",
|
2020-10-14 16:33:37 +00:00
|
|
|
"ash-molten",
|
2020-10-09 15:22:07 +00:00
|
|
|
"ash-window",
|
2020-10-14 16:33:37 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-12-16 17:41:48 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2020-11-18 14:27:32 +00:00
|
|
|
"shared",
|
2020-10-09 15:22:07 +00:00
|
|
|
"spirv-builder",
|
2020-10-13 21:42:15 +00:00
|
|
|
"structopt",
|
2020-10-30 18:38:47 +00:00
|
|
|
"winit",
|
2020-10-09 15:22:07 +00:00
|
|
|
]
|
|
|
|
|
2020-10-26 14:49:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "example-runner-cpu"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"minifb",
|
|
|
|
"rayon",
|
2020-11-18 14:27:32 +00:00
|
|
|
"shared",
|
2020-10-30 18:38:47 +00:00
|
|
|
"sky-shader",
|
2020-11-11 08:13:37 +00:00
|
|
|
"spirv-std",
|
2020-10-26 14:49:01 +00:00
|
|
|
]
|
|
|
|
|
2020-10-22 10:30:17 +00:00
|
|
|
[[package]]
|
2020-10-30 18:38:47 +00:00
|
|
|
name = "example-runner-wgpu"
|
2020-10-22 10:30:17 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-11-11 15:32:02 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-11-13 18:37:30 +00:00
|
|
|
"clap 3.0.0-beta.2",
|
2020-10-30 18:38:47 +00:00
|
|
|
"console_error_panic_hook",
|
|
|
|
"console_log",
|
|
|
|
"futures",
|
2020-11-11 15:32:02 +00:00
|
|
|
"ndk-glue",
|
2020-11-18 14:27:32 +00:00
|
|
|
"shared",
|
2020-10-30 18:38:47 +00:00
|
|
|
"spirv-builder",
|
2020-11-13 18:37:30 +00:00
|
|
|
"strum",
|
2020-10-30 18:38:47 +00:00
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
"wgpu",
|
|
|
|
"wgpu-subscriber",
|
|
|
|
"winit",
|
2020-10-22 10:30:17 +00:00
|
|
|
]
|
|
|
|
|
2020-10-09 15:22:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2020-11-11 08:13:37 +00:00
|
|
|
version = "0.2.13"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 08:13:37 +00:00
|
|
|
checksum = "0c122a393ea57648015bf06fbd3d372378992e86b9ff5a7a497b076a28c79efe"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
2020-11-11 08:13:37 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-10-09 15:22:07 +00:00
|
|
|
"libc",
|
2021-01-04 10:25:56 +00:00
|
|
|
"redox_syscall 0.1.57",
|
2020-10-22 10:23:11 +00:00
|
|
|
"winapi 0.3.9",
|
2020-10-09 15:22:07 +00:00
|
|
|
]
|
|
|
|
|
2021-01-04 10:25:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
|
|
|
version = "1.0.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7411863d55df97a419aa64cb4d2f167103ea9d767e2c54a1868b7ac3f6b47129"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"crc32fast",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
2020-10-22 10:23:11 +00:00
|
|
|
[[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"
|
|
|
|
|
2020-10-22 10:23:11 +00:00
|
|
|
[[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"
|
2021-01-18 14:35:12 +00:00
|
|
|
version = "0.3.12"
|
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 = "da9052a1a50244d8d5aa9bf55cbc2fb6f357c86cc52e46c62ed390a7180cf150"
|
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"
|
2021-01-18 14:35:12 +00:00
|
|
|
version = "0.3.12"
|
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 = "f2d31b7ec7efab6eefc7c57233bb10b847986139d88cc2f5a02a1ae6871a1846"
|
2020-10-27 01:39:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2021-01-18 14:35:12 +00:00
|
|
|
version = "0.3.12"
|
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 = "79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65"
|
2020-10-27 01:39:56 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2021-01-18 14:35:12 +00:00
|
|
|
version = "0.3.12"
|
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 = "e9e59fdc009a4b3096bf94f740a0f2424c082521f20a9b08c5c07c48d90fd9b9"
|
2020-10-27 01:39:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2021-01-18 14:35:12 +00:00
|
|
|
version = "0.3.12"
|
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 = "28be053525281ad8259d47e4de5de657b25e7bac113458555bb4b70bc6870500"
|
2020-10-27 01:39:56 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2021-01-18 14:35:12 +00:00
|
|
|
version = "0.3.12"
|
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 = "c287d25add322d9f9abdcdc5927ca398917996600182178774032e9f8258fedd"
|
2020-10-27 01:39:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro-hack",
|
2021-01-18 11:59:27 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-10-27 01:39:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2021-01-18 14:35:12 +00:00
|
|
|
version = "0.3.12"
|
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 = "caf5c69029bda2e743fddd0582d1083951d65cc9539aebf8812f36c3491342d6"
|
2020-10-27 01:39:56 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2021-01-18 14:35:12 +00:00
|
|
|
version = "0.3.12"
|
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 = "13de07eb8ea81ae445aca7b69f5f7bf15d7bf4912d8ca37d6645c77ae8a58d86"
|
2020-10-27 01:39:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2021-01-18 14:35:12 +00:00
|
|
|
version = "0.3.12"
|
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 = "632a8cd0f2a4b3fdea1657f08bde063848c3bd00f9bbf6e256b8be78802e624b"
|
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 = [
|
2020-10-21 18:39:45 +00:00
|
|
|
"byteorder",
|
2020-10-09 15:22:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2021-01-18 14:35:12 +00:00
|
|
|
version = "0.2.1"
|
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 = "4060f4657be78b8e766215b02b18a2e862d83745545de804638e2b545e81aee6"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
2021-01-11 09:08:02 +00:00
|
|
|
"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"
|
2020-12-04 16:50:19 +00:00
|
|
|
version = "0.6.17"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 16:50:19 +00:00
|
|
|
checksum = "54b43f06089866bdffe59b5a6801022c86b74d2c1dd28940a9cf301d3d014fbc"
|
2020-10-27 01:39:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"arrayvec",
|
|
|
|
"bitflags",
|
|
|
|
"gfx-auxil",
|
|
|
|
"gfx-hal",
|
|
|
|
"libloading",
|
|
|
|
"log",
|
2020-10-30 18:38:47 +00:00
|
|
|
"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"
|
2020-11-11 08:13:37 +00:00
|
|
|
version = "0.6.13"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 08:13:37 +00:00
|
|
|
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"
|
2020-12-04 16:50:19 +00:00
|
|
|
version = "0.6.5"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 16:50:19 +00:00
|
|
|
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",
|
2020-10-30 18:38:47 +00:00
|
|
|
"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
|
|
|
]
|
|
|
|
|
2020-10-30 13:58:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "glam"
|
2021-01-04 10:25:56 +00:00
|
|
|
version = "0.11.3"
|
2020-12-03 10:55:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-04 10:25:56 +00:00
|
|
|
checksum = "49d9e5a6410cd46e6bea97123cec5ef1cba14274aad26a1835dd3c9b753ae069"
|
2020-10-30 23:38:23 +00:00
|
|
|
dependencies = [
|
2020-11-24 09:28:58 +00:00
|
|
|
"num-traits",
|
2020-10-30 23:38:23 +00:00
|
|
|
"version_check",
|
|
|
|
]
|
2020-10-30 13:58:38 +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"
|
|
|
|
|
2020-11-13 18:37:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
|
|
|
|
|
2020-10-13 21:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2021-01-04 10:25:56 +00:00
|
|
|
version = "0.3.2"
|
2020-10-13 21:42:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-04 10:25:56 +00:00
|
|
|
checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac"
|
2020-10-13 21:42:15 +00:00
|
|
|
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"
|
|
|
|
|
2020-10-22 10:23:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
2020-11-13 18:37:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2021-01-04 10:25:56 +00:00
|
|
|
version = "1.6.1"
|
2020-11-13 18:37:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-04 10:25:56 +00:00
|
|
|
checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b"
|
2020-11-13 18:37:30 +00:00
|
|
|
dependencies = [
|
2021-01-04 10:25:56 +00:00
|
|
|
"autocfg",
|
2020-11-13 18:37:30 +00:00
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
2020-10-27 01:39:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "inplace_it"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dd01a2a73f2f399df96b22dc88ea687ef4d76226284e7531ae3c7ee1dc5cb534"
|
|
|
|
|
2020-10-22 10:23:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2020-12-04 16:50:19 +00:00
|
|
|
version = "0.1.9"
|
2020-10-22 10:23:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 16:50:19 +00:00
|
|
|
checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
|
2020-10-22 10:23:11 +00:00
|
|
|
dependencies = [
|
2020-10-30 18:38:47 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-10-27 01:39:56 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
2020-10-22 10:23:11 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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
|
|
|
|
2020-10-22 10:23:11 +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"
|
2020-12-04 16:50:19 +00:00
|
|
|
version = "0.3.46"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 16:50:19 +00:00
|
|
|
checksum = "cf3d7383929f7c9c7c2d0fa596f325832df98c3704f2c60553080f7127a58175"
|
2020-10-27 01:39:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2020-10-22 10:23:11 +00:00
|
|
|
[[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"
|
|
|
|
|
2020-10-22 10:23:11 +00:00
|
|
|
[[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-01-18 14:35:12 +00:00
|
|
|
version = "0.2.82"
|
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 = "89203f3fba0a3795506acaad8ebce3c80c0af93f994d5a1d7a0b1eeb23271929"
|
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 = [
|
2020-10-30 18:38:47 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-10-22 10:23:11 +00:00
|
|
|
"winapi 0.3.9",
|
2020-10-09 15:22:07 +00:00
|
|
|
]
|
|
|
|
|
2020-11-24 09:28:58 +00:00
|
|
|
[[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"
|
2020-11-18 10:33:10 +00:00
|
|
|
version = "0.4.2"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-18 10:33:10 +00:00
|
|
|
checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2021-01-18 14:35:12 +00:00
|
|
|
version = "0.4.13"
|
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 = "fcf3805d4480bb5b86070dcfeb9e2cb2ebc148adb753c5cca5f884d1d65a42b2"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
2020-10-14 16:33:37 +00:00
|
|
|
"cfg-if 0.1.10",
|
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"
|
2020-10-30 18:38:47 +00:00
|
|
|
version = "2.3.4"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-30 18:38:47 +00:00
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2020-10-26 14:49:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2020-12-04 16:50:19 +00:00
|
|
|
version = "0.6.1"
|
2020-10-26 14:49:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 16:50:19 +00:00
|
|
|
checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"
|
2020-10-26 14:49:01 +00:00
|
|
|
dependencies = [
|
2021-01-04 10:25:56 +00:00
|
|
|
"autocfg",
|
2020-10-26 14:49:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-10-27 01:39:56 +00:00
|
|
|
name = "metal"
|
|
|
|
version = "0.20.0"
|
2020-10-26 14:49:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:39:56 +00:00
|
|
|
checksum = "5c4e8a431536529327e28c9ba6992f2cb0c15d4222f0602a16e6d7695ff3bccf"
|
2020-10-26 14:49:01 +00:00
|
|
|
dependencies = [
|
2020-10-27 01:39:56 +00:00
|
|
|
"bitflags",
|
|
|
|
"block",
|
|
|
|
"cocoa-foundation",
|
|
|
|
"foreign-types",
|
|
|
|
"log",
|
|
|
|
"objc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "minifb"
|
|
|
|
version = "0.19.1"
|
2021-01-18 14:35:12 +00:00
|
|
|
source = "git+https://github.com/emoon/rust_minifb?rev=ae5172b8a1eda84d53b768428ec6ce46fd83c09a#ae5172b8a1eda84d53b768428ec6ce46fd83c09a"
|
2020-10-27 01:39:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"orbclient",
|
|
|
|
"raw-window-handle",
|
|
|
|
"tempfile",
|
2020-10-26 14:49:01 +00:00
|
|
|
"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.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
|
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2020-10-09 15:22:07 +00:00
|
|
|
[[package]]
|
2020-10-22 10:23:11 +00:00
|
|
|
name = "mio"
|
2020-12-04 16:50:19 +00:00
|
|
|
version = "0.6.23"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 16:50:19 +00:00
|
|
|
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
2020-10-22 10:23:11 +00:00
|
|
|
"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"
|
2020-12-04 16:50:19 +00:00
|
|
|
version = "0.2.2"
|
2020-10-22 10:23:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 16:50:19 +00:00
|
|
|
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
|
2020-10-22 10:23:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys",
|
|
|
|
"net2",
|
|
|
|
"winapi 0.2.8",
|
|
|
|
"ws2_32-sys",
|
|
|
|
]
|
|
|
|
|
2020-12-15 11:33:24 +00:00
|
|
|
[[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",
|
2020-10-30 18:38:47 +00:00
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
2020-10-22 10:23:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ndk"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5eb167c1febed0a496639034d0c76b3b74263636045db5489eee52143c246e73"
|
|
|
|
dependencies = [
|
|
|
|
"jni-sys",
|
2020-10-30 18:38:47 +00:00
|
|
|
"ndk-sys",
|
2020-10-22 10:23:11 +00:00
|
|
|
"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",
|
2020-10-30 18:38:47 +00:00
|
|
|
"ndk",
|
2020-10-22 10:23:11 +00:00
|
|
|
"ndk-macro",
|
2020-10-30 18:38:47 +00:00
|
|
|
"ndk-sys",
|
2020-10-22 10:23:11 +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",
|
2021-01-18 11:59:27 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-10-22 10:23:11 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2020-10-22 10:23:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-04 10:25:56 +00:00
|
|
|
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
|
2020-10-22 10:23:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
2020-10-09 15:22:07 +00:00
|
|
|
]
|
|
|
|
|
2020-10-26 14:49:01 +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"
|
2020-10-22 10:23:11 +00:00
|
|
|
version = "0.18.0"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-22 10:23:11 +00:00
|
|
|
checksum = "83450fe6a6142ddd95fb064b746083fc4ef1705fe81f64a64e1d4b39f54a1055"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
2020-10-21 18:39:45 +00:00
|
|
|
"bitflags",
|
2020-10-09 15:22:07 +00:00
|
|
|
"cc",
|
2020-10-14 16:33:37 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-10-09 15:22:07 +00:00
|
|
|
"libc",
|
2020-10-22 10:23:11 +00:00
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2020-10-22 10:23:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2020-12-04 16:50:19 +00:00
|
|
|
version = "6.0.1"
|
2020-10-22 10:23:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 16:50:19 +00:00
|
|
|
checksum = "88034cfd6b4a0d54dd14f4a507eceee36c0b70e5a02236c4e4df571102be17f0"
|
2020-10-22 10:23:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-10-26 14:49:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2020-10-30 18:38:47 +00:00
|
|
|
version = "0.1.44"
|
2020-10-26 14:49:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-30 18:38:47 +00:00
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
2020-10-26 14:49:01 +00:00
|
|
|
dependencies = [
|
2021-01-04 10:25:56 +00:00
|
|
|
"autocfg",
|
2020-10-30 18:38:47 +00:00
|
|
|
"num-traits",
|
2020-10-09 15:22:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2020-10-30 18:38:47 +00:00
|
|
|
version = "0.2.14"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-30 18:38:47 +00:00
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
2021-01-04 10:25:56 +00:00
|
|
|
"autocfg",
|
2020-11-24 09:28:58 +00:00
|
|
|
"libm",
|
2020-10-26 14:49:01 +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-10-09 15:22:07 +00:00
|
|
|
]
|
2020-09-03 15:51:23 +00:00
|
|
|
|
2020-10-22 10:23:11 +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-18 11:59:27 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-10-22 10:23:11 +00:00
|
|
|
]
|
|
|
|
|
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]]
|
2020-10-22 10:23:11 +00:00
|
|
|
name = "once_cell"
|
2020-11-18 10:33:10 +00:00
|
|
|
version = "1.5.2"
|
2020-09-03 15:51:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-18 10:33:10 +00:00
|
|
|
checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
|
2020-09-03 15:51:23 +00:00
|
|
|
|
2020-10-26 14:49:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "orbclient"
|
2021-01-04 10:25:56 +00:00
|
|
|
version = "0.3.30"
|
2020-10-26 14:49:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-04 10:25:56 +00:00
|
|
|
checksum = "ee68c3c79e81d82127e0870f94479675774d34c7ad5b55eecb9c320ef9701187"
|
2020-10-26 14:49:01 +00:00
|
|
|
dependencies = [
|
2021-01-04 10:25:56 +00:00
|
|
|
"libc",
|
|
|
|
"raw-window-handle",
|
2021-01-18 14:35:12 +00:00
|
|
|
"redox_syscall 0.2.4",
|
2020-10-26 14:49:01 +00:00
|
|
|
"sdl2",
|
2021-01-04 10:25:56 +00:00
|
|
|
"sdl2-sys",
|
2020-10-26 14:49:01 +00:00
|
|
|
]
|
|
|
|
|
2020-11-13 18:37:30 +00:00
|
|
|
[[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]]
|
2020-10-22 10:23:11 +00:00
|
|
|
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"
|
2020-10-22 10:23:11 +00:00
|
|
|
checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
|
2020-09-11 11:09:06 +00:00
|
|
|
dependencies = [
|
2020-10-22 10:23:11 +00:00
|
|
|
"winapi 0.3.9",
|
2020-09-11 11:09:06 +00:00
|
|
|
]
|
|
|
|
|
2020-09-01 21:58:26 +00:00
|
|
|
[[package]]
|
2020-10-22 10:23:11 +00:00
|
|
|
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"
|
2020-10-22 10:23:11 +00:00
|
|
|
checksum = "9f923fb806c46266c02ab4a5b239735c144bdeda724a50ed058e5226f594cde3"
|
2020-09-01 21:58:26 +00:00
|
|
|
dependencies = [
|
2020-10-22 10:23:11 +00:00
|
|
|
"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"
|
2020-11-18 10:33:10 +00:00
|
|
|
version = "0.11.1"
|
2020-09-03 15:51:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-18 10:33:10 +00:00
|
|
|
checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
|
2020-09-03 15:51:23 +00:00
|
|
|
dependencies = [
|
2020-10-22 10:23:11 +00:00
|
|
|
"instant",
|
2020-10-30 18:38:47 +00:00
|
|
|
"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-01-04 10:25:56 +00:00
|
|
|
version = "0.8.2"
|
2020-09-03 15:51:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-04 10:25:56 +00:00
|
|
|
checksum = "9ccb628cad4f84851442432c60ad8e1f607e29752d0bf072cbd0baf28aa34272"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
2021-01-04 10:25:56 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-10-22 10:23:11 +00:00
|
|
|
"instant",
|
2020-10-09 15:22:07 +00:00
|
|
|
"libc",
|
2021-01-04 10:25:56 +00:00
|
|
|
"redox_syscall 0.1.57",
|
2020-10-09 15:22:07 +00:00
|
|
|
"smallvec",
|
2020-10-22 10:23:11 +00:00
|
|
|
"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-01-18 14:35:12 +00:00
|
|
|
version = "0.2.4"
|
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 = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827"
|
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"
|
|
|
|
|
2020-11-11 13:22:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pipe"
|
2021-01-11 09:08:02 +00:00
|
|
|
version = "0.4.0"
|
2020-11-11 13:22:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-11 09:08:02 +00:00
|
|
|
checksum = "1c7b8f27da217eb966df4c58d4159ea939431950ca03cf782c22bd7c5c1d8d75"
|
2020-11-11 13:22:06 +00:00
|
|
|
dependencies = [
|
2021-01-11 09:08:02 +00:00
|
|
|
"crossbeam-channel",
|
2020-11-11 13:22:06 +00:00
|
|
|
]
|
|
|
|
|
2020-09-01 21:58:26 +00:00
|
|
|
[[package]]
|
2020-10-09 15:22:07 +00:00
|
|
|
name = "pkg-config"
|
2020-10-22 10:23:11 +00:00
|
|
|
version = "0.3.19"
|
2020-09-01 21:58:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-22 10:23:11 +00:00
|
|
|
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
|
2020-09-01 21:58:26 +00:00
|
|
|
|
2020-09-03 15:51:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2020-11-11 08:13:37 +00:00
|
|
|
version = "0.2.10"
|
2020-09-03 15:51:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 08:13:37 +00:00
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2020-10-22 10:23:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
|
|
|
|
dependencies = [
|
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
2020-10-13 21:42:15 +00:00
|
|
|
[[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",
|
2021-01-18 11:59:27 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-10-13 21:42:15 +00:00
|
|
|
"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 = [
|
2021-01-18 11:59:27 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2020-10-13 21:42:15 +00:00
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-10-27 01:39:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
2020-10-30 18:38:47 +00:00
|
|
|
version = "0.5.19"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-30 18:38:47 +00:00
|
|
|
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 = [
|
2021-01-18 11:59:27 +00:00
|
|
|
"unicode-xid",
|
2020-09-03 15:51:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2021-01-04 10:25:56 +00:00
|
|
|
version = "1.0.8"
|
2020-09-03 15:51:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-04 10:25:56 +00:00
|
|
|
checksum = "991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df"
|
2020-09-03 15:51:23 +00:00
|
|
|
dependencies = [
|
2021-01-18 11:59:27 +00:00
|
|
|
"proc-macro2",
|
2020-10-09 15:22:07 +00:00
|
|
|
]
|
|
|
|
|
2020-09-03 15:51:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2021-01-18 14:35:12 +00:00
|
|
|
version = "0.8.2"
|
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 = "18519b42a40024d661e1714153e9ad0c3de27cd495760ceb09710920f1098b1e"
|
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-10-26 14:49:01 +00:00
|
|
|
]
|
|
|
|
|
2020-09-03 15:51:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2021-01-18 14:35:12 +00:00
|
|
|
version = "0.6.1"
|
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 = "c026d7df8b298d90ccbbc5190bd04d85e159eaf5576caeacf8741da93ccbd2e5"
|
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"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a871f1e45a3a3f0c73fb60343c811238bb5143a81642e27c2ac7aac27ff01a63"
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2020-10-26 14:49:01 +00:00
|
|
|
[[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",
|
2020-10-26 14:49:01 +00:00
|
|
|
"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 = [
|
2021-01-11 09:08:02 +00:00
|
|
|
"crossbeam-channel",
|
2020-10-26 14:49:01 +00:00
|
|
|
"crossbeam-deque",
|
2021-01-11 09:08:02 +00:00
|
|
|
"crossbeam-utils",
|
2020-10-26 14:49:01 +00:00
|
|
|
"lazy_static",
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-01-04 10:25:56 +00:00
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.1.57"
|
2020-10-26 14:49:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-04 10:25:56 +00:00
|
|
|
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
2020-10-26 14:49:01 +00:00
|
|
|
|
2020-09-03 15:51:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2021-01-18 14:35:12 +00:00
|
|
|
version = "0.2.4"
|
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 = "05ec8ca9416c5ea37062b502703cd7fcb207736bc294f6e0cf367ac6fc234570"
|
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-01-18 14:35:12 +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-01-18 14:35:12 +00:00
|
|
|
checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a"
|
2020-09-01 21:58:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
"thread_local",
|
|
|
|
]
|
|
|
|
|
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-01-18 14:35:12 +00:00
|
|
|
version = "0.6.22"
|
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 = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581"
|
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 = [
|
2020-10-22 10:23:11 +00:00
|
|
|
"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"
|
2021-01-18 11:59:27 +00:00
|
|
|
source = "git+https://github.com/gfx-rs/rspirv.git?rev=7111e6c5a8bb43563d280825fa65623032ee052d#7111e6c5a8bb43563d280825fa65623032ee052d"
|
2020-09-01 21:58:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"derive_more",
|
|
|
|
"fxhash",
|
2020-10-30 18:38:47 +00:00
|
|
|
"num-traits",
|
2021-01-18 11:59:27 +00:00
|
|
|
"spirv_headers 1.5.0 (git+https://github.com/gfx-rs/rspirv.git?rev=7111e6c5a8bb43563d280825fa65623032ee052d)",
|
2020-09-01 21:58:26 +00:00
|
|
|
]
|
|
|
|
|
2020-11-20 13:54: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"
|
2020-12-04 16:50:19 +00:00
|
|
|
version = "0.2.0"
|
2020-09-11 11:09:06 +00:00
|
|
|
dependencies = [
|
2020-09-23 08:39:51 +00:00
|
|
|
"bimap",
|
2020-12-02 11:05:04 +00:00
|
|
|
"indexmap",
|
2020-11-11 13:22:06 +00:00
|
|
|
"pipe",
|
2020-09-11 11:09:06 +00:00
|
|
|
"pretty_assertions",
|
2020-11-16 11:21:33 +00:00
|
|
|
"rspirv",
|
2020-11-20 13:54:26 +00:00
|
|
|
"rustc-demangle",
|
2020-12-04 08:45:57 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2020-10-29 22:03:07 +00:00
|
|
|
"spirv-tools",
|
2020-09-11 11:09:06 +00:00
|
|
|
"tar",
|
|
|
|
"tempfile",
|
2020-10-19 08:18:56 +00:00
|
|
|
"topological-sort",
|
2020-09-11 11:09:06 +00:00
|
|
|
]
|
|
|
|
|
2020-10-09 15:22:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rusttype"
|
2020-10-22 10:23:11 +00:00
|
|
|
version = "0.9.2"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-22 10:23:11 +00:00
|
|
|
checksum = "dc7c727aded0be18c5b80c1640eae0ac8e396abf6fa8477d96cb37d18ee5ec59"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
2020-10-22 10:23:11 +00:00
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
2020-10-22 10:23:11 +00:00
|
|
|
[[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"
|
|
|
|
|
2020-10-26 14:49:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sdl2"
|
2021-01-04 10:25:56 +00:00
|
|
|
version = "0.34.3"
|
2020-10-26 14:49:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-04 10:25:56 +00:00
|
|
|
checksum = "fcbb85f4211627a7291c83434d6bbfa723e28dcaa53c7606087e3c61929e4b9c"
|
2020-10-26 14:49:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
2021-01-04 10:25:56 +00:00
|
|
|
"raw-window-handle",
|
2020-10-26 14:49:01 +00:00
|
|
|
"sdl2-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sdl2-sys"
|
2021-01-04 10:25:56 +00:00
|
|
|
version = "0.34.3"
|
2020-10-26 14:49:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-04 10:25:56 +00:00
|
|
|
checksum = "28d81feded049b9c14eceb4a4f6d596a98cebbd59abdba949c5552a015466d33"
|
2020-10-26 14:49:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.10",
|
2021-01-04 10:25:56 +00:00
|
|
|
"cmake",
|
|
|
|
"flate2",
|
2020-10-26 14:49:01 +00:00
|
|
|
"libc",
|
2021-01-04 10:25:56 +00:00
|
|
|
"tar",
|
|
|
|
"unidiff",
|
|
|
|
"version-compare",
|
2020-10-26 14:49:01 +00:00
|
|
|
]
|
|
|
|
|
2020-10-09 15:22:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2021-01-18 14:35:12 +00:00
|
|
|
version = "1.0.119"
|
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 = "9bdd36f49e35b61d49efd8aa7fc068fd295961fd2286d0b2ee9a4c7a14e99cc3"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2021-01-18 14:35:12 +00:00
|
|
|
version = "1.0.119"
|
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 = "552954ce79a059ddd5fd68c271592374bd15cab2274970380c000118aeffe1cd"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
2021-01-18 11:59:27 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-10-09 15:22:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2021-01-04 10:25:56 +00:00
|
|
|
version = "1.0.61"
|
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 = "4fceb2595057b6891a4ee808f70054bd2d12f0e97f1cbb78689b59f676df325a"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-10-27 01:39:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
2021-01-11 09:08:02 +00:00
|
|
|
version = "0.1.1"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-11 09:08:02 +00:00
|
|
|
checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3"
|
2020-10-27 01:39:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
2020-10-30 18:38:47 +00:00
|
|
|
]
|
|
|
|
|
2020-11-18 14:27:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shared"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"spirv-std",
|
2020-12-15 15:16:57 +00:00
|
|
|
"spirv-std-macros",
|
2020-11-18 14:27:32 +00:00
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2020-10-30 18:38:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "simplest-shader"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"spirv-std",
|
2020-12-15 15:16:57 +00:00
|
|
|
"spirv-std-macros",
|
2020-10-30 18:38:47 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sky-shader"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-11-18 14:27:32 +00:00
|
|
|
"shared",
|
2020-10-30 18:38:47 +00:00
|
|
|
"spirv-std",
|
2020-12-15 15:16:57 +00:00
|
|
|
"spirv-std-macros",
|
2020-10-27 01:39:56 +00:00
|
|
|
]
|
|
|
|
|
2020-10-22 10:23:11 +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-01-04 10:25:56 +00:00
|
|
|
version = "0.12.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 = "316e13a3eb853ce7bf72ad3530dc186cb2005c57c521ef5f4ada5ee4eed74de6"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
2020-10-30 18:38:47 +00:00
|
|
|
"andrew",
|
2020-10-21 18:39:45 +00:00
|
|
|
"bitflags",
|
2020-10-30 18:38:47 +00:00
|
|
|
"calloop",
|
2020-10-09 15:22:07 +00:00
|
|
|
"dlib",
|
|
|
|
"lazy_static",
|
2020-10-22 10:23:11 +00:00
|
|
|
"log",
|
2021-01-04 10:25:56 +00:00
|
|
|
"memmap2",
|
2020-10-26 14:49:01 +00:00
|
|
|
"nix 0.18.0",
|
2021-01-11 09:08:02 +00:00
|
|
|
"wayland-client 0.28.3",
|
|
|
|
"wayland-cursor 0.28.3",
|
|
|
|
"wayland-protocols 0.28.3",
|
2020-10-09 15:22:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "spirv-builder"
|
2020-12-04 16:50:19 +00:00
|
|
|
version = "0.2.0"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
2020-10-23 16:22:36 +00:00
|
|
|
"lazy_static",
|
2020-10-10 10:25:05 +00:00
|
|
|
"memchr",
|
2020-10-27 10:35:53 +00:00
|
|
|
"pretty_assertions",
|
2020-10-10 10:25:05 +00:00
|
|
|
"raw-string",
|
2020-10-09 18:01:35 +00:00
|
|
|
"rustc_codegen_spirv",
|
2020-10-09 15:22:07 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2020-09-15 13:17:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spirv-std"
|
2020-12-04 16:50:19 +00:00
|
|
|
version = "0.2.0"
|
2020-11-11 08:13:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"glam",
|
2020-11-24 09:28:58 +00:00
|
|
|
"num-traits",
|
2020-12-15 15:16:57 +00:00
|
|
|
"spirv-std-macros",
|
2020-11-11 08:13:37 +00:00
|
|
|
]
|
2020-09-15 13:17:27 +00:00
|
|
|
|
2020-12-15 15:16:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spirv-std-macros"
|
|
|
|
version = "0.1.0"
|
2021-01-25 10:39:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
2020-12-15 15:16:57 +00:00
|
|
|
|
2020-10-29 22:03:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spirv-tools"
|
2020-12-18 09:44:50 +00:00
|
|
|
version = "0.3.1"
|
2020-11-13 08:57:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-18 09:44:50 +00:00
|
|
|
checksum = "90ceb7a6ccbd753bbbde0ea344a6135058b47baf8facb324ac47202fb41c85ec"
|
2020-10-29 22:03:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"spirv-tools-sys",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "spirv-tools-sys"
|
2020-12-18 09:44:50 +00:00
|
|
|
version = "0.2.0"
|
2020-11-13 08:57:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-18 09:44:50 +00:00
|
|
|
checksum = "dcb1ab3befe9cfd45c166b6d0487d8020eb8c3afaea3f86437bd85eef7b393d1"
|
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 = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1f5b132530b1ac069df335577e3581765995cba5a13995cdbbdbc8fb057c532c"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2020-10-30 18:38:47 +00:00
|
|
|
"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"
|
2021-01-18 11:59:27 +00:00
|
|
|
source = "git+https://github.com/gfx-rs/rspirv.git?rev=7111e6c5a8bb43563d280825fa65623032ee052d#7111e6c5a8bb43563d280825fa65623032ee052d"
|
2020-09-01 21:58:26 +00:00
|
|
|
dependencies = [
|
2020-10-21 18:39:45 +00:00
|
|
|
"bitflags",
|
2020-10-30 18:38:47 +00:00
|
|
|
"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 = [
|
2020-10-30 18:38:47 +00:00
|
|
|
"lock_api",
|
2020-10-27 01:39:56 +00:00
|
|
|
]
|
|
|
|
|
2020-10-09 15:22:07 +00:00
|
|
|
[[package]]
|
2020-10-22 10:23:11 +00:00
|
|
|
name = "strsim"
|
|
|
|
version = "0.8.0"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-22 10:23:11 +00:00
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2020-09-01 21:58:26 +00:00
|
|
|
|
2020-10-13 21:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2020-10-22 10:23:11 +00:00
|
|
|
version = "0.9.3"
|
2020-10-13 21:42:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-22 10:23:11 +00:00
|
|
|
checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
|
2020-10-13 21:42:15 +00:00
|
|
|
|
2020-11-13 18:37:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
2020-10-13 21:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "structopt"
|
2020-12-04 16:50:19 +00:00
|
|
|
version = "0.3.21"
|
2020-10-13 21:42:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 16:50:19 +00:00
|
|
|
checksum = "5277acd7ee46e63e5168a80734c9f6ee81b1367a7d8772a2d765df2a3705d28c"
|
2020-10-13 21:42:15 +00:00
|
|
|
dependencies = [
|
2020-11-13 18:37:30 +00:00
|
|
|
"clap 2.33.3",
|
2020-10-13 21:42:15 +00:00
|
|
|
"lazy_static",
|
|
|
|
"structopt-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt-derive"
|
2020-12-04 16:50:19 +00:00
|
|
|
version = "0.4.14"
|
2020-10-13 21:42:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 16:50:19 +00:00
|
|
|
checksum = "5ba9cdfda491b814720b6b06e0cac513d922fc407582032e8706e9f137976f90"
|
2020-10-13 21:42:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro-error",
|
2021-01-18 11:59:27 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-10-13 21:42:15 +00:00
|
|
|
]
|
|
|
|
|
2020-11-13 18:37:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strum"
|
2021-01-11 09:08:02 +00:00
|
|
|
version = "0.20.0"
|
2020-11-13 18:37:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-11 09:08:02 +00:00
|
|
|
checksum = "7318c509b5ba57f18533982607f24070a55d353e90d4cae30c467cdb2ad5ac5c"
|
2020-11-13 18:37:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"strum_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strum_macros"
|
2021-01-11 09:08:02 +00:00
|
|
|
version = "0.20.1"
|
2020-11-13 18:37:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-11 09:08:02 +00:00
|
|
|
checksum = "ee8bc6b87a5112aeeab1f4a9f7ab634fe6cbefc4850006df31267f4cfb9e3149"
|
2020-11-13 18:37:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
2021-01-18 11:59:27 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-09-03 15:51:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2021-01-11 09:08:02 +00:00
|
|
|
version = "1.0.58"
|
2020-09-03 15:51:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-11 09:08:02 +00:00
|
|
|
checksum = "cc60a3d73ea6594cd712d830cc1f0390fd71542d8c8cd24e70cc54cdfd5e05d5"
|
2020-09-03 15:51:23 +00:00
|
|
|
dependencies = [
|
2021-01-18 11:59:27 +00:00
|
|
|
"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.30"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "489997b7557e9a43e192c527face4feacc78bfbe6eed67fd55c4c9e381cba290"
|
|
|
|
dependencies = [
|
|
|
|
"filetime",
|
|
|
|
"libc",
|
2021-01-04 10:25:56 +00:00
|
|
|
"redox_syscall 0.1.57",
|
2020-09-11 11:09:06 +00:00
|
|
|
"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-01-18 14:35:12 +00:00
|
|
|
"redox_syscall 0.2.4",
|
2020-09-03 15:51:23 +00:00
|
|
|
"remove_dir_all",
|
2020-10-22 10:23:11 +00:00
|
|
|
"winapi 0.3.9",
|
2020-09-01 21:58:26 +00:00
|
|
|
]
|
|
|
|
|
2020-11-13 18:37:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2020-12-04 16:50:19 +00:00
|
|
|
version = "1.1.2"
|
2020-11-13 18:37:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 16:50:19 +00:00
|
|
|
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
|
2020-11-13 18:37:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2020-10-13 21:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2020-11-13 18:37:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "203008d98caf094106cfaba70acfed15e18ed3ddb7d94e49baec153a2b462789"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2020-09-03 16:58:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2021-01-04 10:25:56 +00:00
|
|
|
version = "1.0.23"
|
2020-09-03 16:58:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-04 10:25:56 +00:00
|
|
|
checksum = "76cc616c6abf8c8928e2fdcc0dbfab37175edd8fb49a4641066ad1364fdab146"
|
2020-09-03 16:58:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2021-01-04 10:25:56 +00:00
|
|
|
version = "1.0.23"
|
2020-09-03 16:58:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-04 10:25:56 +00:00
|
|
|
checksum = "9be73a2caec27583d0046ef3796c3794f868a5bc813db689eed00c7631275cd1"
|
2020-09-03 16:58:34 +00:00
|
|
|
dependencies = [
|
2021-01-18 11:59:27 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-09-03 16:58:34 +00:00
|
|
|
]
|
|
|
|
|
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-01-18 14:35:12 +00:00
|
|
|
version = "1.1.0"
|
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 = "bb9bc092d0d51e76b2b19d9d85534ffc9ec2db959a2523cdae0697e2972cd447"
|
2020-09-01 21:58:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
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 = "time"
|
2021-01-18 14:35:12 +00:00
|
|
|
version = "0.1.43"
|
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 = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
|
2020-10-27 01:39:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2020-10-22 10:23:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2021-01-04 10:25:56 +00:00
|
|
|
version = "0.5.8"
|
2020-10-22 10:23:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-04 10:25:56 +00:00
|
|
|
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
|
2020-10-22 10:23:11 +00:00
|
|
|
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"
|
2020-12-04 16:50:19 +00:00
|
|
|
version = "0.1.22"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 16:50:19 +00:00
|
|
|
checksum = "9f47026cdc4080c07e49b37087de021820269d996f581aac150ef9e5583eefe3"
|
2020-10-27 01:39:56 +00:00
|
|
|
dependencies = [
|
2020-12-04 16:50:19 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-10-27 01:39:56 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
|
|
|
version = "0.1.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "80e0ccfc3378da0cce270c946b676a376943f5cd16aeba64568e7939806f4ada"
|
|
|
|
dependencies = [
|
2021-01-18 11:59:27 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-10-27 01:39:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5e0f8c7178e13481ff6765bd169b33e8d554c5d2bbede5e32c356194be02b9b9"
|
|
|
|
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"
|
2020-11-11 08:13:37 +00:00
|
|
|
version = "0.2.15"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 08:13:37 +00:00
|
|
|
checksum = "a1fa8f0c8f4c594e4fc9debc1990deab13238077271ba84dd853d54902ee3401"
|
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",
|
|
|
|
]
|
|
|
|
|
2020-10-22 10:23:11 +00:00
|
|
|
[[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"
|
|
|
|
|
2020-10-13 21:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2020-12-04 16:50:19 +00:00
|
|
|
version = "1.7.1"
|
2020-10-13 21:42:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 16:50:19 +00:00
|
|
|
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
|
2020-10-13 21:42:15 +00:00
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2020-10-13 21:42:15 +00:00
|
|
|
[[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"
|
|
|
|
|
2020-10-13 21:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
|
|
|
|
|
2020-10-26 14:49:01 +00:00
|
|
|
[[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",
|
2020-10-22 10:23:11 +00:00
|
|
|
"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-01-18 14:35:12 +00:00
|
|
|
version = "0.10.1+wasi-snapshot-preview1"
|
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 = "93c6c3420963c5c64bca373b25e77acb562081b9bb4dd5bb864187742186cea9"
|
2020-10-27 01:39:56 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2020-12-04 16:50:19 +00:00
|
|
|
version = "0.2.69"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 16:50:19 +00:00
|
|
|
checksum = "3cd364751395ca0f68cafb17666eee36b63077fb5ecd972bbcd74c90c4bf736e"
|
2020-10-27 01:39:56 +00:00
|
|
|
dependencies = [
|
2020-12-04 16:50:19 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-10-27 01:39:56 +00:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2020-12-04 16:50:19 +00:00
|
|
|
version = "0.2.69"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 16:50:19 +00:00
|
|
|
checksum = "1114f89ab1f4106e5b55e688b828c0ab0ea593a1ea7c094b141b14cbaaec2d62"
|
2020-10-27 01:39:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
2021-01-18 11:59:27 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-10-27 01:39:56 +00:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2020-12-04 16:50:19 +00:00
|
|
|
version = "0.4.19"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 16:50:19 +00:00
|
|
|
checksum = "1fe9756085a84584ee9457a002b7cdfe0bfff169f45d2591d8be1345a6780e35"
|
2020-10-27 01:39:56 +00:00
|
|
|
dependencies = [
|
2020-12-04 16:50:19 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-10-27 01:39:56 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2020-12-04 16:50:19 +00:00
|
|
|
version = "0.2.69"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 16:50:19 +00:00
|
|
|
checksum = "7a6ac8995ead1f084a8dea1e65f194d0973800c7f571f6edd70adf06ecf77084"
|
2020-10-27 01:39:56 +00:00
|
|
|
dependencies = [
|
2021-01-18 11:59:27 +00:00
|
|
|
"quote",
|
2020-10-27 01:39:56 +00:00
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2020-12-04 16:50:19 +00:00
|
|
|
version = "0.2.69"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 16:50:19 +00:00
|
|
|
checksum = "b5a48c72f299d80557c7c62e37e7225369ecc0c963964059509fbafe917c7549"
|
2020-10-27 01:39:56 +00:00
|
|
|
dependencies = [
|
2021-01-18 11:59:27 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-10-27 01:39:56 +00:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2020-12-04 16:50:19 +00:00
|
|
|
version = "0.2.69"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 16:50:19 +00:00
|
|
|
checksum = "7e7811dd7f9398f14cc76efd356f98f03aa30419dea46aa810d71e819fc97158"
|
2020-10-27 01:39:56 +00:00
|
|
|
|
2020-10-26 14:49:01 +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"
|
2021-01-11 09:08:02 +00:00
|
|
|
version = "0.28.3"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-11 09:08:02 +00:00
|
|
|
checksum = "bdbdbe01d03b2267809f3ed99495b37395387fde789e0f2ebb78e8b43f75b6d7"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
2020-10-21 18:39:45 +00:00
|
|
|
"bitflags",
|
2020-10-09 15:22:07 +00:00
|
|
|
"downcast-rs",
|
|
|
|
"libc",
|
2020-10-26 14:49:01 +00:00
|
|
|
"nix 0.18.0",
|
2020-10-22 10:23:11 +00:00
|
|
|
"scoped-tls",
|
2021-01-11 09:08:02 +00:00
|
|
|
"wayland-commons 0.28.3",
|
|
|
|
"wayland-scanner 0.28.3",
|
|
|
|
"wayland-sys 0.28.3",
|
2020-10-26 14:49:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2021-01-11 09:08:02 +00:00
|
|
|
version = "0.28.3"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-11 09:08:02 +00:00
|
|
|
checksum = "480450f76717edd64ad04a4426280d737fc3d10a236b982df7b1aee19f0e2d56"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
2020-10-26 14:49:01 +00:00
|
|
|
"nix 0.18.0",
|
2020-10-22 10:23:11 +00:00
|
|
|
"once_cell",
|
|
|
|
"smallvec",
|
2021-01-11 09:08:02 +00:00
|
|
|
"wayland-sys 0.28.3",
|
2020-10-26 14:49:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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
|
|
|
]
|
|
|
|
|
2020-10-22 10:23:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wayland-cursor"
|
2021-01-11 09:08:02 +00:00
|
|
|
version = "0.28.3"
|
2020-10-22 10:23:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-11 09:08:02 +00:00
|
|
|
checksum = "d6eb122c160223a7660feeaf949d0100281d1279acaaed3720eb3c9894496e5f"
|
2020-10-22 10:23:11 +00:00
|
|
|
dependencies = [
|
2020-10-26 14:49:01 +00:00
|
|
|
"nix 0.18.0",
|
2021-01-11 09:08:02 +00:00
|
|
|
"wayland-client 0.28.3",
|
2020-10-22 10:23:11 +00:00
|
|
|
"xcursor",
|
|
|
|
]
|
|
|
|
|
2020-10-26 14:49:01 +00:00
|
|
|
[[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"
|
2021-01-11 09:08:02 +00:00
|
|
|
version = "0.28.3"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-11 09:08:02 +00:00
|
|
|
checksum = "319a82b4d3054dd25acc32d9aee0f84fa95b63bc983fffe4703b6b8d47e01a30"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
2020-10-21 18:39:45 +00:00
|
|
|
"bitflags",
|
2021-01-11 09:08:02 +00:00
|
|
|
"wayland-client 0.28.3",
|
|
|
|
"wayland-commons 0.28.3",
|
|
|
|
"wayland-scanner 0.28.3",
|
2020-10-26 14:49:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-scanner"
|
|
|
|
version = "0.27.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "030f56009d932bd9400bb472764fea8109be1b0fc482d9cd75496c943ac30328"
|
|
|
|
dependencies = [
|
2021-01-18 11:59:27 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2020-10-26 14:49:01 +00:00
|
|
|
"xml-rs",
|
2020-10-09 15:22:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-scanner"
|
2021-01-11 09:08:02 +00:00
|
|
|
version = "0.28.3"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-11 09:08:02 +00:00
|
|
|
checksum = "7010ba5767b3fcd350decc59055390b4ebe6bd1b9279a9feb1f1888987f1133d"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
2021-01-18 11:59:27 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2020-10-09 15:22:07 +00:00
|
|
|
"xml-rs",
|
|
|
|
]
|
|
|
|
|
2020-10-26 14:49:01 +00:00
|
|
|
[[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"
|
2021-01-11 09:08:02 +00:00
|
|
|
version = "0.28.3"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-11 09:08:02 +00:00
|
|
|
checksum = "6793834e0c35d11fd96a97297abe03d37be627e1847da52e17d7e0e3b51cc099"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"dlib",
|
|
|
|
"lazy_static",
|
2020-10-22 10:23:11 +00:00
|
|
|
"pkg-config",
|
2020-10-09 15:22:07 +00:00
|
|
|
]
|
|
|
|
|
2020-10-27 01:39:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2021-01-11 09:08:02 +00:00
|
|
|
version = "0.3.46"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-11 09:08:02 +00:00
|
|
|
checksum = "222b1ef9334f92a21d3fb53dc3fd80f30836959a90f9274a626d7e06315ba3c3"
|
2020-10-27 01:39:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wgpu"
|
2020-12-04 16:50:19 +00:00
|
|
|
version = "0.6.2"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 16:50:19 +00:00
|
|
|
checksum = "991903e4c9f5b7319732b30a3d0339e27a51ea992cea22769b5f6c7f7076af6d"
|
2020-10-27 01:39:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"arrayvec",
|
|
|
|
"futures",
|
|
|
|
"gfx-backend-vulkan",
|
|
|
|
"js-sys",
|
|
|
|
"objc",
|
2020-10-30 18:38:47 +00:00
|
|
|
"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",
|
2020-10-30 18:38:47 +00:00
|
|
|
"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 = [
|
2020-10-30 18:38:47 +00:00
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
2020-10-22 10:23:11 +00:00
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2020-10-22 10:23:11 +00:00
|
|
|
[[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 = [
|
2020-10-22 10:23:11 +00:00
|
|
|
"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"
|
2020-12-19 23:22:17 +00:00
|
|
|
version = "0.24.0"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-19 23:22:17 +00:00
|
|
|
checksum = "da4eda6fce0eb84bd0a33e3c8794eb902e1033d0a1d5a31bc4f19b1b4bbff597"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
2020-10-21 18:39:45 +00:00
|
|
|
"bitflags",
|
2021-01-18 14:35:12 +00:00
|
|
|
"cocoa",
|
2020-10-22 10:23:11 +00:00
|
|
|
"core-foundation 0.9.1",
|
2021-01-04 10:25:56 +00:00
|
|
|
"core-graphics 0.22.2",
|
2020-10-22 10:23:11 +00:00
|
|
|
"core-video-sys",
|
|
|
|
"dispatch",
|
|
|
|
"instant",
|
2020-10-09 15:22:07 +00:00
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
2020-10-22 10:23:11 +00:00
|
|
|
"mio",
|
|
|
|
"mio-extras",
|
2020-10-30 18:38:47 +00:00
|
|
|
"ndk",
|
|
|
|
"ndk-glue",
|
|
|
|
"ndk-sys",
|
2020-10-09 15:22:07 +00:00
|
|
|
"objc",
|
2020-10-30 18:38:47 +00:00
|
|
|
"parking_lot",
|
2020-10-09 15:22:07 +00:00
|
|
|
"percent-encoding",
|
|
|
|
"raw-window-handle",
|
2020-10-30 18:38:47 +00:00
|
|
|
"smithay-client-toolkit",
|
|
|
|
"wasm-bindgen",
|
2021-01-11 09:08:02 +00:00
|
|
|
"wayland-client 0.28.3",
|
2020-10-30 18:38:47 +00:00
|
|
|
"web-sys",
|
2020-10-22 10:23:11 +00:00
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
2020-10-22 10:23:11 +00:00
|
|
|
[[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
|
|
|
|
2020-10-22 10:23:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xcursor"
|
2020-12-04 16:50:19 +00:00
|
|
|
version = "0.3.3"
|
2020-10-22 10:23:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 16:50:19 +00:00
|
|
|
checksum = "3a9a231574ae78801646617cefd13bfe94be907c0e4fa979cfd8b770aa3c5d08"
|
2020-10-22 10:23:11 +00:00
|
|
|
dependencies = [
|
2021-01-18 14:35:12 +00:00
|
|
|
"nom 6.0.1",
|
2020-10-22 10:23:11 +00:00
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2020-10-26 14:49:01 +00:00
|
|
|
[[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"
|
2020-10-26 14:49:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-18 14:35:12 +00:00
|
|
|
checksum = "59a001b79d45b0b4541c228a501177f2b35db976bf7ee3f7fce8fa2381554ab5"
|
2020-10-26 14:49:01 +00:00
|
|
|
dependencies = [
|
2021-01-18 14:35:12 +00:00
|
|
|
"bindgen",
|
2020-10-26 14:49:01 +00:00
|
|
|
"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"
|