2020-09-01 21:58:26 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-03-04 13:12:00 +00:00
|
|
|
version = 3
|
|
|
|
|
2021-01-04 10:25:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
2021-03-02 08:51:37 +00:00
|
|
|
version = "1.0.2"
|
2021-01-04 10:25:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-02 08:51:37 +00:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
2021-01-04 10:25:56 +00:00
|
|
|
|
2021-03-19 13:59:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2021-12-06 12:22:51 +00:00
|
|
|
version = "0.7.6"
|
2021-03-19 13:59:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-06 12:22:51 +00:00
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
2021-06-17 15:06:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-09-01 21:58:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2021-05-07 08:57:47 +00:00
|
|
|
version = "0.7.18"
|
2020-09-01 21:58:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-07 08:57:47 +00:00
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
2020-09-01 21:58:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
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 = [
|
2021-06-17 15:06:26 +00:00
|
|
|
"winapi",
|
2020-10-27 01:39:56 +00:00
|
|
|
]
|
|
|
|
|
2021-03-18 17:16:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2021-12-27 08:52:18 +00:00
|
|
|
version = "1.0.52"
|
2021-03-18 17:16:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 08:52:18 +00:00
|
|
|
checksum = "84450d0b4a8bd1ba4144ce8ce718fbc5d071358b1e5384bace6536b3d1f2d5b3"
|
2021-03-18 17:16:21 +00:00
|
|
|
|
2021-08-13 07:49:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ar"
|
2021-08-19 06:45:29 +00:00
|
|
|
version = "0.9.0"
|
2021-08-13 07:49:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-19 06:45:29 +00:00
|
|
|
checksum = "d67af77d68a931ecd5cbd8a3b5987d63a1d1d1278f7f6a60ae33db485cdebb69"
|
2021-08-13 07:49:42 +00:00
|
|
|
|
2020-10-27 01:39:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2021-12-06 12:22:51 +00:00
|
|
|
version = "0.7.2"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-06 12:22:51 +00:00
|
|
|
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
|
2020-10-27 01:39:56 +00:00
|
|
|
|
2022-01-04 08:02:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ash"
|
|
|
|
version = "0.35.0+1.2.203"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a7638ce84f8c84d6fd6faa63aa267574d345181ba591c0eeb5550d4c30cd600"
|
|
|
|
dependencies = [
|
|
|
|
"libloading",
|
|
|
|
]
|
|
|
|
|
2020-10-14 16:33:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ash-molten"
|
2022-01-04 08:02:14 +00:00
|
|
|
version = "0.12.0+1.1.5"
|
2021-10-14 14:38:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-04 08:02:14 +00:00
|
|
|
checksum = "46b51f10940e9e2022ff1cecbc73ba848d0edda13084f2063980546e945b0e7b"
|
2020-10-14 16:33:37 +00:00
|
|
|
dependencies = [
|
2021-03-22 08:27:34 +00:00
|
|
|
"anyhow",
|
2022-03-10 14:59:46 +00:00
|
|
|
"ash",
|
2021-03-22 08:27:34 +00:00
|
|
|
"plist",
|
|
|
|
"serde",
|
2020-10-14 16:33:37 +00:00
|
|
|
]
|
|
|
|
|
2020-10-09 15:22:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ash-window"
|
2022-01-04 08:02:14 +00:00
|
|
|
version = "0.9.0"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-04 08:02:14 +00:00
|
|
|
checksum = "c2f510c6da81963f828aaaf863983bc51f223fba4e8c3f054d98c941c7e19ee7"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
2022-03-10 14:59:46 +00:00
|
|
|
"ash",
|
2021-12-06 12:22:51 +00:00
|
|
|
"raw-window-handle 0.3.4",
|
2020-10-09 15:22:07 +00:00
|
|
|
"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",
|
2021-06-17 15:06:26 +00:00
|
|
|
"winapi",
|
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"
|
|
|
|
|
2021-03-22 08:27:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
|
|
|
|
2020-09-23 08:39:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bimap"
|
2021-04-12 06:00:58 +00:00
|
|
|
version = "0.6.1"
|
2020-09-23 08:39:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-12 06:00:58 +00:00
|
|
|
checksum = "50ae17cabbc8a38a1e3e4c1a6a664e9a09672dc14d0896fa8d865d3a5a446b07"
|
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",
|
2021-10-14 14:38:15 +00:00
|
|
|
"clap",
|
|
|
|
"env_logger 0.8.4",
|
2021-01-18 14:35:12 +00:00
|
|
|
"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"
|
2021-10-14 14:38:15 +00:00
|
|
|
version = "1.2.1"
|
2020-09-01 21:58:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 14:38:15 +00:00
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2020-09-01 21:58:26 +00:00
|
|
|
|
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"
|
2021-12-06 12:22:51 +00:00
|
|
|
version = "3.8.0"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-06 12:22:51 +00:00
|
|
|
checksum = "8f1e260c3a9040a7c19a12468758f4c16f31a81a1fe087482be9570ec864bb6c"
|
2020-10-27 01:39:56 +00:00
|
|
|
|
2021-06-14 07:20:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2021-12-17 14:55:27 +00:00
|
|
|
version = "1.7.3"
|
2021-06-14 07:20:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-17 14:55:27 +00:00
|
|
|
checksum = "439989e6b8c38d1b6570a384ef1e49c8848128f5a97f3914baef02920842712f"
|
2021-06-14 07:20:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytemuck_derive"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e215f8c2f9f79cb53c8335e687ffd07d5bfcb6fe5fc80723762d0be46e7cc54"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-09-01 21:58:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-03-16 08:59:08 +00:00
|
|
|
version = "1.4.3"
|
2020-09-01 21:58:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-16 08:59:08 +00:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2020-09-01 21:58:26 +00:00
|
|
|
|
2020-10-22 10:23:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "calloop"
|
2021-12-27 08:52:18 +00:00
|
|
|
version = "0.9.3"
|
2020-10-22 10:23:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 08:52:18 +00:00
|
|
|
checksum = "bf2eec61efe56aa1e813f5126959296933cf0700030e4314786c48779a66ab82"
|
2020-10-22 10:23:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
2021-10-14 14:38:15 +00:00
|
|
|
"nix 0.22.2",
|
2020-10-22 10:23:11 +00:00
|
|
|
]
|
|
|
|
|
2020-10-09 15:22:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2021-12-06 12:22:51 +00:00
|
|
|
version = "1.0.72"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-06 12:22:51 +00:00
|
|
|
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
|
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"
|
|
|
|
|
2021-03-19 13:59:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg_aliases"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
|
|
|
|
|
2021-01-18 14:35:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
2021-12-06 12:22:51 +00:00
|
|
|
version = "1.3.0"
|
2021-01-18 14:35:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-06 12:22:51 +00:00
|
|
|
checksum = "fa66045b9cb23c2e9c1520732030608b02ee07e5cfaa5a521ec15ded7fa24c90"
|
2021-01-18 14:35:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"glob",
|
|
|
|
"libc",
|
2021-10-14 14:38:15 +00:00
|
|
|
"libloading",
|
2021-01-18 14:35:12 +00:00
|
|
|
]
|
|
|
|
|
2020-10-13 21:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2021-12-06 12:22:51 +00:00
|
|
|
version = "2.34.0"
|
2020-10-13 21:42:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-06 12:22:51 +00:00
|
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
2020-10-13 21:42:15 +00:00
|
|
|
dependencies = [
|
2021-12-06 12:22:51 +00:00
|
|
|
"ansi_term",
|
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",
|
2021-10-14 14:38:15 +00:00
|
|
|
"textwrap",
|
2020-10-13 21:42:15 +00:00
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
|
|
|
]
|
|
|
|
|
2020-10-09 15:22:07 +00:00
|
|
|
[[package]]
|
2021-01-04 10:25:56 +00:00
|
|
|
name = "cmake"
|
2021-10-14 14:38:15 +00:00
|
|
|
version = "0.1.46"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 14:38:15 +00:00
|
|
|
checksum = "b7b858541263efe664aead4a5209a4ae5c5d2811167d4ed4ee0944503f8d2089"
|
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",
|
2021-10-14 14:38:15 +00:00
|
|
|
"core-foundation 0.9.2",
|
2021-12-06 12:22:51 +00:00
|
|
|
"core-graphics 0.22.3",
|
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",
|
2021-10-14 14:38:15 +00:00
|
|
|
"core-foundation 0.9.2",
|
2020-10-22 10:23:11 +00:00
|
|
|
"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
|
|
|
]
|
|
|
|
|
2021-06-17 15:06:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "codespan-reporting"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
|
|
|
|
dependencies = [
|
|
|
|
"termcolor",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2021-03-18 17:16:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "compiletest_rs"
|
2021-11-03 15:05:29 +00:00
|
|
|
version = "0.7.1"
|
|
|
|
source = "git+https://github.com/Manishearth/compiletest-rs.git?rev=4ab843a1dc6ed9a82657d86d22397c6c5bb95b01#4ab843a1dc6ed9a82657d86d22397c6c5bb95b01"
|
2021-03-18 17:16:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"diff",
|
|
|
|
"filetime",
|
|
|
|
"getopts",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
2021-06-17 15:06:26 +00:00
|
|
|
"miow",
|
2021-03-18 17:16:21 +00:00
|
|
|
"regex",
|
|
|
|
"rustfix",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"tester",
|
2021-06-17 15:06:26 +00:00
|
|
|
"winapi",
|
2021-03-18 17:16:21 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "compiletests"
|
2022-08-12 10:38:45 +00:00
|
|
|
version = "0.0.0"
|
2021-03-18 17:16:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"compiletest_rs",
|
|
|
|
"rustc_codegen_spirv",
|
2021-03-22 15:18:09 +00:00
|
|
|
"structopt",
|
2021-03-18 17:16:21 +00:00
|
|
|
]
|
|
|
|
|
2021-03-19 17:34:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "compiletests-deps-helper"
|
2022-08-12 10:38:45 +00:00
|
|
|
version = "0.0.0"
|
2021-03-19 17:34:08 +00:00
|
|
|
dependencies = [
|
|
|
|
"spirv-std",
|
|
|
|
]
|
|
|
|
|
2020-11-10 08:10:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "compute-shader"
|
2022-08-12 10:38:45 +00:00
|
|
|
version = "0.0.0"
|
2020-11-10 08:10:21 +00:00
|
|
|
dependencies = [
|
2021-06-03 12:20:42 +00:00
|
|
|
"rayon",
|
2021-03-16 14:14:53 +00:00
|
|
|
"spirv-std",
|
2020-11-10 08:10:21 +00:00
|
|
|
]
|
|
|
|
|
2020-10-27 14:34:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "console_error_panic_hook"
|
2021-10-14 14:38:15 +00:00
|
|
|
version = "0.1.7"
|
2020-10-27 14:34:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 14:38:15 +00:00
|
|
|
checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
|
2020-10-27 14:34:02 +00:00
|
|
|
dependencies = [
|
2021-10-14 14:38:15 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-10-27 14:34:02 +00:00
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "console_log"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "501a375961cef1a0d44767200e66e4a559283097e91d0730b1d75dfb2f8a1494"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2020-10-27 01:39:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "copyless"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2df960f5d869b2dd8532793fde43eb5427cceb126c929747a26823ab0eeb536"
|
|
|
|
|
2020-10-09 15:22:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys 0.7.0",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-10-22 10:23:11 +00:00
|
|
|
name = "core-foundation"
|
2021-10-14 14:38:15 +00:00
|
|
|
version = "0.9.2"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 14:38:15 +00:00
|
|
|
checksum = "6888e10551bb93e424d8df1d07f1a8b4fceb0001a3a4b048bfc47554946f47b3"
|
2020-10-22 10:23:11 +00:00
|
|
|
dependencies = [
|
2021-10-14 14:38:15 +00:00
|
|
|
"core-foundation-sys 0.8.3",
|
2020-10-22 10:23:11 +00:00
|
|
|
"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"
|
2021-10-14 14:38:15 +00:00
|
|
|
version = "0.8.3"
|
2020-10-22 10:23:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 14:38:15 +00:00
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
2020-10-22 10:23:11 +00:00
|
|
|
|
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-12-06 12:22:51 +00:00
|
|
|
version = "0.22.3"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-06 12:22:51 +00:00
|
|
|
checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
2020-10-21 18:39:45 +00:00
|
|
|
"bitflags",
|
2021-10-14 14:38:15 +00:00
|
|
|
"core-foundation 0.9.2",
|
2020-10-22 10:23:11 +00:00
|
|
|
"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",
|
2021-10-14 14:38:15 +00:00
|
|
|
"core-foundation 0.9.2",
|
2020-10-22 10:23:11 +00:00
|
|
|
"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"
|
2021-12-06 12:22:51 +00:00
|
|
|
version = "1.3.0"
|
2021-01-04 10:25:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-06 12:22:51 +00:00
|
|
|
checksum = "738c290dfaea84fc1ca15ad9c168d083b05a714e1efddd8edaab678dc28d2836"
|
2021-01-04 10:25:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
2020-10-26 14:49:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2021-04-16 13:59:11 +00:00
|
|
|
version = "0.5.1"
|
2020-10-26 14:49:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-16 13:59:11 +00:00
|
|
|
checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
|
2020-10-26 14:49:01 +00:00
|
|
|
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"
|
2021-08-12 11:42:16 +00:00
|
|
|
version = "0.8.1"
|
2020-10-26 14:49:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-12 11:42:16 +00:00
|
|
|
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
|
2020-10-26 14:49:01 +00:00
|
|
|
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"
|
2021-06-17 15:06:26 +00:00
|
|
|
version = "0.9.5"
|
2020-10-26 14:49:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-17 15:06:26 +00:00
|
|
|
checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd"
|
2020-10-26 14:49:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
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"
|
2022-08-10 22:23:41 +00:00
|
|
|
version = "0.8.11"
|
2020-10-26 14:49:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-10 22:23:41 +00:00
|
|
|
checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc"
|
2020-10-26 14:49:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2022-08-10 22:23:41 +00:00
|
|
|
"once_cell",
|
2020-10-26 14:49:01 +00:00
|
|
|
]
|
|
|
|
|
2020-10-09 15:22:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ctor"
|
2021-10-14 14:38:15 +00:00
|
|
|
version = "0.1.21"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 14:38:15 +00:00
|
|
|
checksum = "ccc0a48a9b826acdf4028595adc9db92caea352f7af011a3034acd172a52a0aa"
|
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
|
|
|
]
|
|
|
|
|
2021-12-06 12:22:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cty"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
|
|
|
|
|
2020-10-27 01:39:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "d3d12"
|
2021-10-14 14:38:15 +00:00
|
|
|
version = "0.4.1"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 14:38:15 +00:00
|
|
|
checksum = "2daefd788d1e96e0a9d66dee4b828b883509bc3ea9ce30665f04c3246372690c"
|
2020-10-27 01:39:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2021-10-14 14:38:15 +00:00
|
|
|
"libloading",
|
2021-06-17 15:06:26 +00:00
|
|
|
"winapi",
|
2020-10-27 01:39:56 +00:00
|
|
|
]
|
|
|
|
|
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 = [
|
2022-01-04 08:02:14 +00:00
|
|
|
"darling_core 0.10.2",
|
|
|
|
"darling_macro 0.10.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d0d720b8683f8dd83c65155f0530560cba68cd2bf395f6513a483caee57ff7f4"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core 0.13.1",
|
|
|
|
"darling_macro 0.13.1",
|
2020-10-22 10:23:11 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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
|
|
|
]
|
|
|
|
|
2022-01-04 08:02:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a340f241d2ceed1deb47ae36c4144b2707ec7dd0b649f894cb39bb595986324"
|
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim 0.10.0",
|
|
|
|
"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 = [
|
2022-01-04 08:02:14 +00:00
|
|
|
"darling_core 0.10.2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72c41b3b7352feb3211a0d743dc5700a4e3b60f51bd2b368892d1e0f9a95f44b"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core 0.13.1",
|
2021-01-18 11:59:27 +00:00
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-10-22 10:23:11 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derivative"
|
2021-01-26 11:17:43 +00:00
|
|
|
version = "2.2.0"
|
2020-10-22 10:23:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-26 11:17:43 +00:00
|
|
|
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
|
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
|
|
|
]
|
|
|
|
|
2021-03-18 17:16:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "diff"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-next"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"dirs-sys-next",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys-next"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
2021-06-17 15:06:26 +00:00
|
|
|
"winapi",
|
2021-03-18 17:16:21 +00:00
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2021-03-02 08:51:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dlib"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794"
|
|
|
|
dependencies = [
|
2021-10-14 14:38:15 +00:00
|
|
|
"libloading",
|
2020-10-09 15:22:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "downcast-rs"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
|
|
|
|
|
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"
|
2021-12-17 14:55:27 +00:00
|
|
|
version = "0.8.30"
|
2021-01-04 10:25:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-17 14:55:27 +00:00
|
|
|
checksum = "7896dc8abb250ffdda33912550faa54c88ec8b998dec0b2c55ab224921ce11df"
|
2021-01-04 10:25:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
2021-01-18 14:35:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2021-06-17 15:06:26 +00:00
|
|
|
version = "0.8.4"
|
2021-01-18 14:35:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-17 15:06:26 +00:00
|
|
|
checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
|
2021-01-18 14:35:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2021-10-14 14:38:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
|
|
|
|
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"
|
2022-08-12 10:38:45 +00:00
|
|
|
version = "0.0.0"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
2022-03-10 14:59:46 +00:00
|
|
|
"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",
|
2021-10-14 14:38:15 +00:00
|
|
|
"nix 0.20.2",
|
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"
|
2022-08-12 10:38:45 +00:00
|
|
|
version = "0.0.0"
|
2020-10-26 14:49:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"minifb",
|
|
|
|
"rayon",
|
2020-11-18 14:27:32 +00:00
|
|
|
"shared",
|
2020-10-30 18:38:47 +00:00
|
|
|
"sky-shader",
|
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"
|
2022-08-12 10:38:45 +00:00
|
|
|
version = "0.0.0"
|
2020-10-22 10:30:17 +00:00
|
|
|
dependencies = [
|
2021-06-14 07:20:55 +00:00
|
|
|
"bytemuck",
|
2020-11-11 15:32:02 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-10-30 18:38:47 +00:00
|
|
|
"console_error_panic_hook",
|
|
|
|
"console_log",
|
2021-10-14 14:38:15 +00:00
|
|
|
"env_logger 0.9.0",
|
2020-10-30 18:38:47 +00:00
|
|
|
"futures",
|
2021-10-14 14:38:15 +00:00
|
|
|
"ndk-glue 0.4.0",
|
2020-11-18 14:27:32 +00:00
|
|
|
"shared",
|
2020-10-30 18:38:47 +00:00
|
|
|
"spirv-builder",
|
2021-10-14 14:38:15 +00:00
|
|
|
"structopt",
|
2020-11-13 18:37:30 +00:00
|
|
|
"strum",
|
2020-10-30 18:38:47 +00:00
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
"wgpu",
|
|
|
|
"winit",
|
2020-10-22 10:30:17 +00:00
|
|
|
]
|
|
|
|
|
2021-05-21 12:09:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "example-runner-wgpu-builder"
|
2022-08-12 10:38:45 +00:00
|
|
|
version = "0.0.0"
|
2021-05-21 12:09:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"spirv-builder",
|
|
|
|
]
|
|
|
|
|
2020-10-09 15:22:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2021-08-12 11:42:16 +00:00
|
|
|
version = "0.2.15"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-12 11:42:16 +00:00
|
|
|
checksum = "975ccf83d8d9d0d84682850a38c8169027be83368805971cc4f238c2b245bc98"
|
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-06-23 10:28:20 +00:00
|
|
|
"redox_syscall",
|
2021-06-17 15:06:26 +00:00
|
|
|
"winapi",
|
2020-10-09 15:22:07 +00:00
|
|
|
]
|
|
|
|
|
2021-03-19 13:59:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
2021-10-14 14:38:15 +00:00
|
|
|
version = "0.4.0"
|
2021-03-19 13:59:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 14:38:15 +00:00
|
|
|
checksum = "398ea4fabe40b9b0d885340a2a991a44c8a645624075ad966d21f88688e2b69e"
|
2021-03-19 13:59:29 +00:00
|
|
|
|
2021-01-04 10:25:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2021-10-14 14:38:15 +00:00
|
|
|
version = "1.0.22"
|
2021-01-04 10:25:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 14:38:15 +00:00
|
|
|
checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"
|
2021-01-04 10:25:56 +00:00
|
|
|
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"
|
|
|
|
|
2021-06-09 08:30:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fsevent-sys"
|
|
|
|
version = "4.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c0e564d24da983c053beff1bb7178e237501206840a3e6bf4e267b9e8ae734a"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-10-27 01:39:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2021-12-27 08:52:18 +00:00
|
|
|
version = "0.3.19"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 08:52:18 +00:00
|
|
|
checksum = "28560757fe2bb34e79f907794bb6b22ae8b0e5c669b638a1132f2592b19035b4"
|
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-12-27 08:52:18 +00:00
|
|
|
version = "0.3.19"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 08:52:18 +00:00
|
|
|
checksum = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b"
|
2020-10-27 01:39:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2021-12-27 08:52:18 +00:00
|
|
|
version = "0.3.19"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 08:52:18 +00:00
|
|
|
checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7"
|
2020-10-27 01:39:56 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2021-12-27 08:52:18 +00:00
|
|
|
version = "0.3.19"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 08:52:18 +00:00
|
|
|
checksum = "29d6d2ff5bb10fb95c85b8ce46538a2e5f5e7fdc755623a7d4529ab8a4ed9d2a"
|
2020-10-27 01:39:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2021-12-27 08:52:18 +00:00
|
|
|
version = "0.3.19"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 08:52:18 +00:00
|
|
|
checksum = "b1f9d34af5a1aac6fb380f735fe510746c38067c5bf16c7fd250280503c971b2"
|
2020-10-27 01:39:56 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2021-12-27 08:52:18 +00:00
|
|
|
version = "0.3.19"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 08:52:18 +00:00
|
|
|
checksum = "e3055baccb68d74ff6480350f8d6eb8fcfa3aa11bdc1a1ae3afdd0514617d508"
|
2020-10-27 01:39:56 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2021-12-27 08:52:18 +00:00
|
|
|
version = "0.3.19"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 08:52:18 +00:00
|
|
|
checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72"
|
2020-10-27 01:39:56 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2021-12-27 08:52:18 +00:00
|
|
|
version = "0.3.19"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 08:52:18 +00:00
|
|
|
checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164"
|
2020-10-27 01:39:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"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",
|
|
|
|
"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
|
|
|
]
|
|
|
|
|
2021-03-18 17:16:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
|
|
|
version = "0.2.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2020-10-09 15:22:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2021-06-17 15:06:26 +00:00
|
|
|
version = "0.2.3"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-17 15:06:26 +00:00
|
|
|
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
|
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
|
|
|
]
|
|
|
|
|
2020-10-30 13:58:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "glam"
|
2022-08-08 09:05:39 +00:00
|
|
|
version = "0.20.2"
|
2021-04-12 06:00:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 09:05:39 +00:00
|
|
|
checksum = "e4fa84eead97d5412b2a20aed4d66612a97a9e41e08eababdb9ae2bf88667490"
|
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
|
|
|
]
|
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"
|
|
|
|
|
2021-03-19 13:59:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "glow"
|
2022-01-04 08:02:14 +00:00
|
|
|
version = "0.11.2"
|
2021-03-19 13:59:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-04 08:02:14 +00:00
|
|
|
checksum = "d8bd5877156a19b8ac83a29b2306fe20537429d318f3ff0a1a2119f8d9c61919"
|
2021-03-19 13:59:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"slotmap",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gpu-alloc"
|
2021-10-14 14:38:15 +00:00
|
|
|
version = "0.5.2"
|
2021-03-19 13:59:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 14:38:15 +00:00
|
|
|
checksum = "0e64cbb8d36508d3e19da95e56e196a84f674fc190881f2cc010000798838aa6"
|
2021-03-19 13:59:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"gpu-alloc-types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gpu-alloc-types"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "54804d0d6bc9d7f26db4eaec1ad10def69b599315f487d32c334a80d1efe67a5"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gpu-descriptor"
|
2021-12-06 12:22:51 +00:00
|
|
|
version = "0.2.2"
|
2021-03-19 13:59:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-06 12:22:51 +00:00
|
|
|
checksum = "a538f217be4d405ff4719a283ca68323cc2384003eca5baaa87501e821c81dda"
|
2021-03-19 13:59:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"gpu-descriptor-types",
|
2021-12-06 12:22:51 +00:00
|
|
|
"hashbrown",
|
2021-03-19 13:59:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gpu-descriptor-types"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "363e3677e55ad168fef68cf9de3a4a310b53124c5e784c53a1d70e92d23f2126"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2021-06-17 15:06:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
|
|
|
dependencies = [
|
2021-12-06 12:22:51 +00:00
|
|
|
"ahash",
|
2021-03-19 13:59:29 +00:00
|
|
|
]
|
2020-11-13 18:37:30 +00:00
|
|
|
|
2020-10-13 21:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2021-06-17 15:06:26 +00:00
|
|
|
version = "0.3.3"
|
2020-10-13 21:42:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-17 15:06:26 +00:00
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
2020-10-13 21:42:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
2020-10-09 15:22:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-08-12 11:42:16 +00:00
|
|
|
version = "0.1.19"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-12 11:42:16 +00:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-10-14 14:38:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hexf-parse"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
|
|
|
|
|
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-08-12 11:42:16 +00:00
|
|
|
version = "1.7.0"
|
2020-11-13 18:37:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-12 11:42:16 +00:00
|
|
|
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
|
2020-11-13 18:37:30 +00:00
|
|
|
dependencies = [
|
2021-01-04 10:25:56 +00:00
|
|
|
"autocfg",
|
2021-12-06 12:22:51 +00:00
|
|
|
"hashbrown",
|
2020-11-13 18:37:30 +00:00
|
|
|
]
|
|
|
|
|
2021-06-09 08:30:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "inotify"
|
2021-12-06 12:22:51 +00:00
|
|
|
version = "0.9.6"
|
2021-06-09 08:30:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-06 12:22:51 +00:00
|
|
|
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
|
2021-06-09 08:30:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"inotify-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inotify-sys"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-10-27 01:39:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "inplace_it"
|
2021-01-26 11:17:43 +00:00
|
|
|
version = "0.3.3"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-26 11:17:43 +00:00
|
|
|
checksum = "90953f308a79fe6d62a4643e51f848fbfddcd05975a38e69fdf4ab86a7baf7ca"
|
2020-10-27 01:39:56 +00:00
|
|
|
|
2020-10-22 10:23:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2021-12-06 12:22:51 +00:00
|
|
|
version = "0.1.12"
|
2020-10-22 10:23:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-06 12:22:51 +00:00
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
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
|
|
|
]
|
|
|
|
|
2020-10-09 15:22:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2021-10-14 14:38:15 +00:00
|
|
|
version = "0.4.8"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 14:38:15 +00:00
|
|
|
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
2020-10-09 15:22:07 +00:00
|
|
|
|
2021-12-17 14:55:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
|
|
|
|
|
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"
|
2021-08-20 08:24:26 +00:00
|
|
|
version = "0.1.24"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 08:24:26 +00:00
|
|
|
checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
|
2020-10-27 01:39:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2021-10-14 14:38:15 +00:00
|
|
|
version = "0.3.55"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 14:38:15 +00:00
|
|
|
checksum = "7cc9ffccd38c451a86bf13657df244e9c3f37493cce8e5e21e940963777acc84"
|
2020-10-27 01:39:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2021-03-19 13:59:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "khronos-egl"
|
2021-06-17 15:06:26 +00:00
|
|
|
version = "4.1.0"
|
2021-03-19 13:59:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-17 15:06:26 +00:00
|
|
|
checksum = "8c2352bd1d0bceb871cb9d40f24360c8133c11d7486b68b5381c1dd1a32015e3"
|
2021-03-19 13:59:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-10-14 14:38:15 +00:00
|
|
|
"libloading",
|
2022-03-10 14:59:46 +00:00
|
|
|
"pkg-config",
|
2021-03-19 13:59:29 +00:00
|
|
|
]
|
|
|
|
|
2021-08-12 11:42:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "kqueue"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "058a107a784f8be94c7d35c1300f4facced2e93d2fbe5b1452b44e905ddca4a9"
|
|
|
|
dependencies = [
|
|
|
|
"kqueue-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kqueue-sys"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8367585489f01bc55dd27404dcf56b95e6da061a256a666ab23be9ba96a2e587"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
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"
|
2022-08-17 13:19:30 +00:00
|
|
|
version = "0.2.132"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 13:19:30 +00:00
|
|
|
checksum = "8371e4e5341c3a96db127eb2465ac681ced4c433e01dd0e938adbef26ba93ba5"
|
2020-10-09 15:22:07 +00:00
|
|
|
|
2021-03-02 08:51:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2021-12-06 12:22:51 +00:00
|
|
|
version = "0.7.2"
|
2021-03-02 08:51:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-06 12:22:51 +00:00
|
|
|
checksum = "afe203d669ec979b7128619bae5a63b7b42e9203c1b29146079ee05e2f604b52"
|
2021-03-02 08:51:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2021-06-17 15:06:26 +00:00
|
|
|
"winapi",
|
2021-03-02 08:51:37 +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"
|
|
|
|
|
2021-03-22 08:27:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "line-wrap"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
|
|
|
|
dependencies = [
|
|
|
|
"safemem",
|
|
|
|
]
|
|
|
|
|
2020-10-09 15:22:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2021-10-14 14:38:15 +00:00
|
|
|
version = "0.4.5"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 14:38:15 +00:00
|
|
|
checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2021-02-16 15:11:13 +00:00
|
|
|
version = "0.4.14"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-16 15:11:13 +00:00
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
2021-02-16 15:11:13 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-10-09 15:22:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "malloc_buf"
|
|
|
|
version = "0.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2021-10-14 14:38:15 +00:00
|
|
|
version = "2.4.1"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 14:38:15 +00:00
|
|
|
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
2020-10-09 15:22:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-01-04 10:25:56 +00:00
|
|
|
name = "memmap2"
|
2021-10-14 14:38:15 +00:00
|
|
|
version = "0.3.1"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 14:38:15 +00:00
|
|
|
checksum = "00b6c2ebff6180198788f5db08d7ce3bc1d0b617176678831a7510825973e357"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-10-26 14:49:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2021-12-06 12:22:51 +00:00
|
|
|
version = "0.6.5"
|
2020-10-26 14:49:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-06 12:22:51 +00:00
|
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
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"
|
2021-10-14 14:38:15 +00:00
|
|
|
version = "0.23.1"
|
2022-03-10 14:59:46 +00:00
|
|
|
source = "git+https://github.com/gfx-rs/metal-rs?rev=a357159#a35715916fec38bbc08a510ecf7d115edc500c72"
|
2020-10-26 14:49:01 +00:00
|
|
|
dependencies = [
|
2020-10-27 01:39:56 +00:00
|
|
|
"bitflags",
|
|
|
|
"block",
|
2021-06-23 10:28:20 +00:00
|
|
|
"core-graphics-types",
|
2020-10-27 01:39:56 +00:00
|
|
|
"foreign-types",
|
|
|
|
"log",
|
|
|
|
"objc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "minifb"
|
2021-12-17 14:55:27 +00:00
|
|
|
version = "0.20.0"
|
2021-01-26 11:17:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-17 14:55:27 +00:00
|
|
|
checksum = "f669be3941549a8291969021bf155ffb7bb337d4d2832d24ad7ab91c426c51a7"
|
2020-10-27 01:39:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
2021-12-17 14:55:27 +00:00
|
|
|
"libc",
|
2020-10-27 01:39:56 +00:00
|
|
|
"orbclient",
|
2021-12-06 12:22:51 +00:00
|
|
|
"raw-window-handle 0.3.4",
|
2020-10-27 01:39:56 +00:00
|
|
|
"tempfile",
|
2021-10-14 14:38:15 +00:00
|
|
|
"wayland-client 0.28.6",
|
|
|
|
"wayland-cursor 0.28.6",
|
|
|
|
"wayland-protocols 0.28.6",
|
2021-06-17 15:06:26 +00:00
|
|
|
"winapi",
|
2020-10-26 14:49:01 +00:00
|
|
|
"x11-dl",
|
|
|
|
"xkb",
|
|
|
|
"xkbcommon-sys",
|
|
|
|
]
|
|
|
|
|
2021-10-14 14:38:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
2021-12-06 12:22:51 +00:00
|
|
|
version = "0.2.1"
|
2021-10-14 14:38:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-06 12:22:51 +00:00
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
2021-10-14 14:38:15 +00:00
|
|
|
|
2021-01-04 10:25:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2021-03-02 08:51:37 +00:00
|
|
|
version = "0.4.4"
|
2021-01-04 10:25:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-02 08:51:37 +00:00
|
|
|
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
|
2021-01-04 10:25:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2020-10-09 15:22:07 +00:00
|
|
|
[[package]]
|
2020-10-22 10:23:11 +00:00
|
|
|
name = "mio"
|
2021-12-06 12:22:51 +00:00
|
|
|
version = "0.7.14"
|
2021-06-09 08:30:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-06 12:22:51 +00:00
|
|
|
checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
|
2021-06-09 08:30:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
2021-06-17 15:06:26 +00:00
|
|
|
"miow",
|
2021-06-09 08:30:44 +00:00
|
|
|
"ntapi",
|
2021-06-17 15:06:26 +00:00
|
|
|
"winapi",
|
2021-06-09 08:30:44 +00:00
|
|
|
]
|
|
|
|
|
2022-01-04 08:02:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba272f85fa0b41fc91872be579b3bbe0f56b792aa361a380eb669469f68dafb2"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"miow",
|
|
|
|
"ntapi",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-03-18 17:16:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2021-03-30 11:23:16 +00:00
|
|
|
version = "0.3.7"
|
2021-03-18 17:16:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-30 11:23:16 +00:00
|
|
|
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
|
2021-03-18 17:16:21 +00:00
|
|
|
dependencies = [
|
2021-06-17 15:06:26 +00:00
|
|
|
"winapi",
|
2021-03-18 17:16:21 +00:00
|
|
|
]
|
|
|
|
|
2020-12-15 11:33:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mouse-shader"
|
2022-08-12 10:38:45 +00:00
|
|
|
version = "0.0.0"
|
2020-12-15 11:33:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"shared",
|
2021-03-16 14:14:53 +00:00
|
|
|
"spirv-std",
|
2020-12-15 11:33:24 +00:00
|
|
|
]
|
|
|
|
|
2021-03-29 15:59:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "multibuilder"
|
2022-08-12 10:38:45 +00:00
|
|
|
version = "0.0.0"
|
2021-03-29 15:59:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"spirv-builder",
|
|
|
|
]
|
|
|
|
|
2020-10-27 01:39:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "naga"
|
2022-01-04 08:02:14 +00:00
|
|
|
version = "0.8.0"
|
2022-03-10 14:59:46 +00:00
|
|
|
source = "git+https://github.com/gfx-rs/naga?rev=a45b9a6#a45b9a6cc691a671aa24a32114b51c5acae02420"
|
2020-10-27 01:39:56 +00:00
|
|
|
dependencies = [
|
2021-03-19 13:59:29 +00:00
|
|
|
"bit-set",
|
2020-10-27 01:39:56 +00:00
|
|
|
"bitflags",
|
2021-06-17 15:06:26 +00:00
|
|
|
"codespan-reporting",
|
2021-10-14 14:38:15 +00:00
|
|
|
"hexf-parse",
|
|
|
|
"indexmap",
|
2020-10-27 01:39:56 +00:00
|
|
|
"log",
|
2020-10-30 18:38:47 +00:00
|
|
|
"num-traits",
|
2021-03-19 13:59:29 +00:00
|
|
|
"petgraph",
|
2022-01-04 08:02:14 +00:00
|
|
|
"rustc-hash",
|
2021-10-14 14:38:15 +00:00
|
|
|
"spirv",
|
2020-10-27 01:39:56 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2020-10-22 10:23:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ndk"
|
2022-01-04 08:02:14 +00:00
|
|
|
version = "0.4.0"
|
2020-10-22 10:23:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-04 08:02:14 +00:00
|
|
|
checksum = "d64d6af06fde0e527b1ba5c7b79a6cc89cfc46325b0b2887dffe8f70197e0c3c"
|
2020-10-22 10:23:11 +00:00
|
|
|
dependencies = [
|
2022-01-04 08:02:14 +00:00
|
|
|
"bitflags",
|
2020-10-22 10:23:11 +00:00
|
|
|
"jni-sys",
|
2020-10-30 18:38:47 +00:00
|
|
|
"ndk-sys",
|
2020-10-22 10:23:11 +00:00
|
|
|
"num_enum",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2021-10-14 14:38:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ndk"
|
2022-01-04 08:02:14 +00:00
|
|
|
version = "0.5.0"
|
2021-10-14 14:38:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-04 08:02:14 +00:00
|
|
|
checksum = "96d868f654c72e75f8687572699cdabe755f03effbb62542768e995d5b8d699d"
|
2021-10-14 14:38:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"jni-sys",
|
|
|
|
"ndk-sys",
|
|
|
|
"num_enum",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2020-10-22 10:23:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ndk-glue"
|
2022-01-04 08:02:14 +00:00
|
|
|
version = "0.4.0"
|
2020-10-22 10:23:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-04 08:02:14 +00:00
|
|
|
checksum = "d3e9e94628f24e7a3cb5b96a2dc5683acd9230bf11991c2a1677b87695138420"
|
2020-10-22 10:23:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
2022-01-04 08:02:14 +00:00
|
|
|
"ndk 0.4.0",
|
|
|
|
"ndk-macro 0.2.0",
|
2021-10-14 14:38:15 +00:00
|
|
|
"ndk-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ndk-glue"
|
2022-01-04 08:02:14 +00:00
|
|
|
version = "0.5.0"
|
2021-10-14 14:38:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-04 08:02:14 +00:00
|
|
|
checksum = "fc291b8de2095cba8dab7cf381bf582ff4c17a09acf854c32e46545b08085d28"
|
2021-10-14 14:38:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
2022-01-04 08:02:14 +00:00
|
|
|
"ndk 0.5.0",
|
|
|
|
"ndk-macro 0.3.0",
|
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 = [
|
2022-01-04 08:02:14 +00:00
|
|
|
"darling 0.10.2",
|
2021-08-12 11:42:16 +00:00
|
|
|
"proc-macro-crate 0.1.5",
|
2021-01-18 11:59:27 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-10-22 10:23:11 +00:00
|
|
|
]
|
|
|
|
|
2022-01-04 08:02:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ndk-macro"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0df7ac00c4672f9d5aece54ee3347520b7e20f158656c7db2e6de01902eb7a6c"
|
|
|
|
dependencies = [
|
|
|
|
"darling 0.13.1",
|
|
|
|
"proc-macro-crate 1.1.0",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-10-22 10:23:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ndk-sys"
|
2021-12-06 12:22:51 +00:00
|
|
|
version = "0.2.2"
|
2020-10-22 10:23:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-06 12:22:51 +00:00
|
|
|
checksum = "e1bcdd74c20ad5d95aacd60ef9ba40fdf77f767051040541df557b7a9b2a2121"
|
2020-10-22 10:23:11 +00:00
|
|
|
|
2020-10-09 15:22:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2021-10-14 14:38:15 +00:00
|
|
|
version = "0.20.2"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 14:38:15 +00:00
|
|
|
checksum = "f5e06129fb611568ef4e868c14b326274959aa70ff7776e9d55323531c374945"
|
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",
|
2021-10-14 14:38:15 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-10-09 15:22:07 +00:00
|
|
|
"libc",
|
2021-10-14 14:38:15 +00:00
|
|
|
"memoffset",
|
2020-10-22 10:23:11 +00:00
|
|
|
]
|
|
|
|
|
2021-03-02 08:51:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2021-10-14 14:38:15 +00:00
|
|
|
version = "0.22.2"
|
2021-03-02 08:51:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 14:38:15 +00:00
|
|
|
checksum = "d3bb9a13fa32bc5aeb64150cd3f32d6cf4c748f8f8a417cce5d2eb976a8370ba"
|
2021-03-02 08:51:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cc",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
2021-10-14 14:38:15 +00:00
|
|
|
"memoffset",
|
2021-03-02 08:51:37 +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"
|
2021-12-06 12:22:51 +00:00
|
|
|
version = "7.1.0"
|
2020-10-22 10:23:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-06 12:22:51 +00:00
|
|
|
checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"
|
2020-10-22 10:23:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2021-10-14 14:38:15 +00:00
|
|
|
"minimal-lexical",
|
2020-10-22 10:23:11 +00:00
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-06-09 08:30:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "notify"
|
2021-10-14 14:38:15 +00:00
|
|
|
version = "5.0.0-pre.13"
|
2021-06-09 08:30:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 14:38:15 +00:00
|
|
|
checksum = "245d358380e2352c2d020e8ee62baac09b3420f1f6c012a31326cfced4ad487d"
|
2021-06-09 08:30:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"filetime",
|
|
|
|
"fsevent-sys",
|
|
|
|
"inotify",
|
2021-08-12 11:42:16 +00:00
|
|
|
"kqueue",
|
2021-06-09 08:30:44 +00:00
|
|
|
"libc",
|
2022-01-04 08:02:14 +00:00
|
|
|
"mio 0.7.14",
|
2021-06-09 08:30:44 +00:00
|
|
|
"walkdir",
|
2021-06-17 15:06:26 +00:00
|
|
|
"winapi",
|
2021-06-09 08:30:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ntapi"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
|
|
|
|
dependencies = [
|
2021-06-17 15:06:26 +00:00
|
|
|
"winapi",
|
2021-06-09 08:30:44 +00:00
|
|
|
]
|
|
|
|
|
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"
|
2021-12-27 08:52:18 +00:00
|
|
|
version = "1.13.1"
|
2020-10-26 14:49:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 08:52:18 +00:00
|
|
|
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
2020-10-26 14:49:01 +00:00
|
|
|
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"
|
2021-12-27 08:52:18 +00:00
|
|
|
version = "0.5.5"
|
2020-10-22 10:23:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 08:52:18 +00:00
|
|
|
checksum = "085fe377a4b2805c0fbc09484415ec261174614b7f080b0e0d520456ac421a67"
|
2020-10-22 10:23:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"derivative",
|
|
|
|
"num_enum_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_enum_derive"
|
2021-12-27 08:52:18 +00:00
|
|
|
version = "0.5.5"
|
2020-10-22 10:23:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 08:52:18 +00:00
|
|
|
checksum = "5249369707a1e07b39f78d98c8f34e00aca7dcb053812fdbb5ad7be82c1bba38"
|
2020-10-22 10:23:11 +00:00
|
|
|
dependencies = [
|
2021-10-14 14:38:15 +00:00
|
|
|
"proc-macro-crate 1.1.0",
|
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"
|
2021-12-17 14:55:27 +00:00
|
|
|
version = "1.9.0"
|
2020-09-03 15:51:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-17 14:55:27 +00:00
|
|
|
checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
|
2020-09-03 15:51:23 +00:00
|
|
|
|
2020-10-26 14:49:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "orbclient"
|
2021-03-16 08:59:08 +00:00
|
|
|
version = "0.3.31"
|
2020-10-26 14:49:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-16 08:59:08 +00:00
|
|
|
checksum = "0c976c5018e7f1db4359616d8b31ef8ae7d9649b11803c0b38fff67fd2999fc8"
|
2020-10-26 14:49:01 +00:00
|
|
|
dependencies = [
|
2021-01-04 10:25:56 +00:00
|
|
|
"libc",
|
2021-12-06 12:22:51 +00:00
|
|
|
"raw-window-handle 0.3.4",
|
2021-06-23 10:28:20 +00:00
|
|
|
"redox_syscall",
|
2020-10-26 14:49:01 +00:00
|
|
|
"sdl2",
|
2021-01-04 10:25:56 +00:00
|
|
|
"sdl2-sys",
|
2021-03-16 08:59:08 +00:00
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
2020-10-26 14:49:01 +00:00
|
|
|
]
|
|
|
|
|
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 = [
|
2021-06-17 15:06:26 +00:00
|
|
|
"winapi",
|
2020-09-11 11:09:06 +00:00
|
|
|
]
|
|
|
|
|
2020-09-03 15:51:23 +00:00
|
|
|
[[package]]
|
2020-10-09 15:22:07 +00:00
|
|
|
name = "parking_lot"
|
2021-10-14 14:38:15 +00:00
|
|
|
version = "0.11.2"
|
2020-09-03 15:51:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 14:38:15 +00:00
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
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-10-14 14:38:15 +00:00
|
|
|
version = "0.8.5"
|
2020-09-03 15:51:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 14:38:15 +00:00
|
|
|
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
|
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-06-23 10:28:20 +00:00
|
|
|
"redox_syscall",
|
2020-10-09 15:22:07 +00:00
|
|
|
"smallvec",
|
2021-06-17 15:06:26 +00:00
|
|
|
"winapi",
|
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
|
|
|
|
2021-03-19 13:59:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
2021-10-14 14:38:15 +00:00
|
|
|
version = "0.6.0"
|
2021-03-19 13:59:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 14:38:15 +00:00
|
|
|
checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"
|
2021-03-19 13:59:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"fixedbitset",
|
|
|
|
"indexmap",
|
|
|
|
]
|
|
|
|
|
2020-10-27 01:39:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2021-08-12 11:42:16 +00:00
|
|
|
version = "0.2.7"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-12 11:42:16 +00:00
|
|
|
checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
|
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"
|
2021-12-17 14:55:27 +00:00
|
|
|
version = "0.3.24"
|
2020-09-01 21:58:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-17 14:55:27 +00:00
|
|
|
checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"
|
2020-09-01 21:58:26 +00:00
|
|
|
|
2021-03-22 08:27:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "plist"
|
2021-12-06 12:22:51 +00:00
|
|
|
version = "1.3.1"
|
2021-03-22 08:27:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-06 12:22:51 +00:00
|
|
|
checksum = "bd39bc6cdc9355ad1dc5eeedefee696bb35c34caf21768741e81826c0bbd7225"
|
2021-03-22 08:27:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"indexmap",
|
|
|
|
"line-wrap",
|
|
|
|
"serde",
|
2021-12-06 12:22:51 +00:00
|
|
|
"time",
|
2021-03-22 08:27:34 +00:00
|
|
|
"xml-rs",
|
|
|
|
]
|
|
|
|
|
2020-09-03 15:51:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2021-12-06 12:22:51 +00:00
|
|
|
version = "0.2.15"
|
2020-09-03 15:51:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-06 12:22:51 +00:00
|
|
|
checksum = "ed0cfbc8191465bed66e1718596ee0b0b35d5ee1f41c5df2189d0fe8bde535ba"
|
2020-09-03 15:51:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pretty_assertions"
|
2021-10-14 14:38:15 +00:00
|
|
|
version = "1.0.0"
|
2020-09-03 15:51:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 14:38:15 +00:00
|
|
|
checksum = "ec0cfe1b2403f172ba0f234e500906ee0a3e493fb81092dac23ebefe129301cc"
|
2020-09-03 15:51:23 +00:00
|
|
|
dependencies = [
|
2021-12-06 12:22:51 +00:00
|
|
|
"ansi_term",
|
2020-09-03 15:51:23 +00:00
|
|
|
"ctor",
|
2021-03-22 08:27:34 +00:00
|
|
|
"diff",
|
2020-09-03 15:51:23 +00:00
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
2021-08-12 11:42:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
2021-10-14 14:38:15 +00:00
|
|
|
version = "1.1.0"
|
2021-08-12 11:42:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 14:38:15 +00:00
|
|
|
checksum = "1ebace6889caf889b4d3f76becee12e90353f2b8c7d875534a71e5742f8f6f83"
|
2021-08-12 11:42:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
"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-09-03 15:51:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2022-01-04 08:02:14 +00:00
|
|
|
version = "1.0.36"
|
2020-09-03 15:51:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-04 08:02:14 +00:00
|
|
|
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
|
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
|
|
|
]
|
|
|
|
|
2021-06-17 15:06:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "profiling"
|
2021-12-06 12:22:51 +00:00
|
|
|
version = "1.0.4"
|
2021-06-17 15:06:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-06 12:22:51 +00:00
|
|
|
checksum = "9926767b8b8244d7b6b64546585121d193c3d0b4856ccd656b7bfa9deb91ab6a"
|
2021-06-17 15:06:26 +00:00
|
|
|
|
2020-09-03 15:51:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-01-04 08:02:14 +00:00
|
|
|
version = "1.0.14"
|
2020-09-03 15:51:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-04 08:02:14 +00:00
|
|
|
checksum = "47aa80447ce4daf1717500037052af176af5d38cc3e571d9ec1c7353fc10c87d"
|
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-06-17 15:06:26 +00:00
|
|
|
version = "0.8.4"
|
2020-09-03 15:51:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-17 15:06:26 +00:00
|
|
|
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
|
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-06-17 15:06:26 +00:00
|
|
|
version = "0.3.1"
|
2020-09-03 15:51:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-17 15:06:26 +00:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
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-06-17 15:06:26 +00:00
|
|
|
version = "0.6.3"
|
2020-09-03 15:51:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-17 15:06:26 +00:00
|
|
|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
2020-09-03 15:51:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
2021-06-17 15:06:26 +00:00
|
|
|
version = "0.3.1"
|
2020-09-03 15:51:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-17 15:06:26 +00:00
|
|
|
checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
|
2020-09-03 15:51:23 +00:00
|
|
|
dependencies = [
|
2021-01-04 10:25:56 +00:00
|
|
|
"rand_core",
|
2020-10-09 15:22:07 +00:00
|
|
|
]
|
|
|
|
|
2020-10-27 01:39:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "range-alloc"
|
2021-02-16 15:11:13 +00:00
|
|
|
version = "0.1.2"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-16 15:11:13 +00:00
|
|
|
checksum = "63e935c45e09cc6dcf00d2f0b2d630a58f4095320223d47fc68918722f0538b6"
|
2020-10-27 01:39:56 +00:00
|
|
|
|
2020-10-10 10:25:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "raw-string"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e0501e134c6905fee1f10fed25b0a7e1261bf676cffac9543a7d0730dec01af2"
|
|
|
|
|
2020-10-09 15:22:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "raw-window-handle"
|
2021-12-06 12:22:51 +00:00
|
|
|
version = "0.3.4"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-06 12:22:51 +00:00
|
|
|
checksum = "e28f55143d0548dad60bb4fbdc835a3d7ac6acc3324506450c5fdd6e42903a76"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-12-06 12:22:51 +00:00
|
|
|
"raw-window-handle 0.4.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "raw-window-handle"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fba75eee94a9d5273a68c9e1e105d9cffe1ef700532325788389e5a83e2522b7"
|
|
|
|
dependencies = [
|
|
|
|
"cty",
|
2020-10-09 15:22:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
2021-12-06 12:22:51 +00:00
|
|
|
"core-graphics 0.22.3",
|
2020-10-09 15:22:07 +00:00
|
|
|
"objc",
|
2021-12-06 12:22:51 +00:00
|
|
|
"raw-window-handle 0.3.4",
|
2020-10-09 15:22:07 +00:00
|
|
|
]
|
|
|
|
|
2020-10-26 14:49:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2021-06-17 15:06:26 +00:00
|
|
|
version = "1.5.1"
|
2020-10-26 14:49:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-17 15:06:26 +00:00
|
|
|
checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"
|
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
|
|
|
"crossbeam-deque",
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2021-06-17 15:06:26 +00:00
|
|
|
version = "1.9.1"
|
2020-10-26 14:49:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-17 15:06:26 +00:00
|
|
|
checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"
|
2020-10-26 14:49:01 +00:00
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2020-09-03 15:51:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2021-08-12 11:42:16 +00:00
|
|
|
version = "0.2.10"
|
2020-09-03 15:51:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-12 11:42:16 +00:00
|
|
|
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
|
2021-01-04 10:25:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
2020-09-03 15:51:23 +00:00
|
|
|
|
2021-03-18 17:16:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
2021-06-23 10:28:20 +00:00
|
|
|
"redox_syscall",
|
2021-03-18 17:16:21 +00:00
|
|
|
]
|
|
|
|
|
2022-02-07 12:39:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "reduce"
|
2022-08-12 10:38:45 +00:00
|
|
|
version = "0.0.0"
|
2022-02-07 12:39:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"spirv-std",
|
|
|
|
]
|
|
|
|
|
2020-09-01 21:58:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2022-08-12 20:28:22 +00:00
|
|
|
version = "1.6.0"
|
2020-09-01 21:58:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-12 20:28:22 +00:00
|
|
|
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
|
2020-09-01 21:58:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2022-08-12 20:28:22 +00:00
|
|
|
version = "0.6.27"
|
2020-09-01 21:58:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-12 20:28:22 +00:00
|
|
|
checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
|
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 = [
|
2021-06-17 15:06:26 +00:00
|
|
|
"winapi",
|
2020-09-03 15:51:23 +00:00
|
|
|
]
|
|
|
|
|
2021-06-23 10:28:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "renderdoc-sys"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1382d1f0a252c4bf97dc20d979a2fdd05b024acd7c2ed0f7595d7817666a157"
|
|
|
|
|
2020-09-01 21:58:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rspirv"
|
2021-10-29 11:38:28 +00:00
|
|
|
version = "0.11.0+1.5.4"
|
2021-08-20 08:24:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-29 11:38:28 +00:00
|
|
|
checksum = "1503993b59ca9ae4127365c3293517576d7ce56be9f3d8abb1625c85ddc583ba"
|
2020-09-01 21:58:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"fxhash",
|
2020-10-30 18:38:47 +00:00
|
|
|
"num-traits",
|
2021-08-20 08:24:26 +00:00
|
|
|
"spirv",
|
2020-09-01 21:58:26 +00:00
|
|
|
]
|
|
|
|
|
2020-11-20 13:54:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2021-08-27 18:16:26 +00:00
|
|
|
version = "0.1.21"
|
2020-11-20 13:54:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-27 18:16:26 +00:00
|
|
|
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
|
2020-11-20 13:54:26 +00:00
|
|
|
|
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"
|
2022-08-12 10:38:45 +00:00
|
|
|
version = "0.4.0-alpha.14"
|
2020-09-11 11:09:06 +00:00
|
|
|
dependencies = [
|
2021-08-13 07:49:42 +00:00
|
|
|
"ar",
|
2020-09-23 08:39:51 +00:00
|
|
|
"bimap",
|
2021-12-06 12:22:51 +00:00
|
|
|
"hashbrown",
|
2020-12-02 11:05:04 +00:00
|
|
|
"indexmap",
|
2021-03-29 01:29:49 +00:00
|
|
|
"libc",
|
|
|
|
"num-traits",
|
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",
|
2022-03-30 07:07:14 +00:00
|
|
|
"rustc_codegen_spirv-types",
|
2021-03-29 15:59:03 +00:00
|
|
|
"sanitize-filename",
|
2020-12-04 08:45:57 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-02-10 14:07:35 +00:00
|
|
|
"smallvec",
|
2020-10-29 22:03:07 +00:00
|
|
|
"spirv-tools",
|
2021-03-29 01:29:49 +00:00
|
|
|
"syn",
|
2020-09-11 11:09:06 +00:00
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
2022-03-30 07:07:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_codegen_spirv-types"
|
2022-08-12 10:38:45 +00:00
|
|
|
version = "0.4.0-alpha.14"
|
2022-03-30 07:07:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"rspirv",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-03-18 17:16:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustfix"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f2c50b74badcddeb8f7652fa8323ce440b95286f8e4b64ebfd871c609672704e"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2021-12-06 12:22:51 +00:00
|
|
|
version = "1.0.6"
|
2021-03-18 17:16:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-06 12:22:51 +00:00
|
|
|
checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"
|
2021-03-18 17:16:21 +00:00
|
|
|
|
2020-10-09 15:22:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2021-12-17 14:55:27 +00:00
|
|
|
version = "1.0.9"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-17 14:55:27 +00:00
|
|
|
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
|
2020-10-09 15:22:07 +00:00
|
|
|
|
2021-03-22 08:27:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "safemem"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
|
|
|
|
|
2020-10-09 15:22:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2021-03-29 15:59:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sanitize-filename"
|
2022-08-10 22:20:30 +00:00
|
|
|
version = "0.4.0"
|
2021-03-29 15:59:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-10 22:20:30 +00:00
|
|
|
checksum = "08c502bdb638f1396509467cb0580ef3b29aa2a45c5d43e5d84928241280296c"
|
2021-03-29 15:59:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
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-04-29 07:24:21 +00:00
|
|
|
version = "0.34.5"
|
2020-10-26 14:49:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 07:24:21 +00:00
|
|
|
checksum = "deecbc3fa9460acff5a1e563e05cb5f31bba0aa0c214bb49a43db8159176d54b"
|
2020-10-26 14:49:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
2021-12-06 12:22:51 +00:00
|
|
|
"raw-window-handle 0.3.4",
|
2020-10-26 14:49:01 +00:00
|
|
|
"sdl2-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sdl2-sys"
|
2021-04-29 07:24:21 +00:00
|
|
|
version = "0.34.5"
|
2020-10-26 14:49:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 07:24:21 +00:00
|
|
|
checksum = "41a29aa21f175b5a41a6e26da572d5e5d1ee5660d35f9f9d0913e8a802098f74"
|
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-12-17 14:55:27 +00:00
|
|
|
version = "1.0.132"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-17 14:55:27 +00:00
|
|
|
checksum = "8b9875c23cf305cd1fd7eb77234cbb705f21ea6a72c637a5c6db5fe4b8e7f008"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2021-12-17 14:55:27 +00:00
|
|
|
version = "1.0.132"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-17 14:55:27 +00:00
|
|
|
checksum = "ecc0db5cb2556c0e558887d9bbdcf6ac4471e83ff66cf696e5419024d1606276"
|
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-12-17 14:55:27 +00:00
|
|
|
version = "1.0.73"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-17 14:55:27 +00:00
|
|
|
checksum = "bcbd0344bc6533bc7ec56df11d42fb70f1b912351c0825ccb7211b59d8af7cf5"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
2021-12-17 14:55:27 +00:00
|
|
|
"itoa 1.0.1",
|
2020-10-09 15:22:07 +00:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-11-18 14:27:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shared"
|
2022-08-12 10:38:45 +00:00
|
|
|
version = "0.0.0"
|
2020-11-18 14:27:32 +00:00
|
|
|
dependencies = [
|
2021-06-14 07:20:55 +00:00
|
|
|
"bytemuck",
|
2021-03-16 14:14:53 +00:00
|
|
|
"spirv-std",
|
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"
|
2022-08-12 10:38:45 +00:00
|
|
|
version = "0.0.0"
|
2020-10-30 18:38:47 +00:00
|
|
|
dependencies = [
|
2021-03-16 08:59:08 +00:00
|
|
|
"shared",
|
2021-03-16 14:14:53 +00:00
|
|
|
"spirv-std",
|
2020-10-30 18:38:47 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sky-shader"
|
2022-08-12 10:38:45 +00:00
|
|
|
version = "0.0.0"
|
2020-10-30 18:38:47 +00:00
|
|
|
dependencies = [
|
2020-11-18 14:27:32 +00:00
|
|
|
"shared",
|
2021-03-16 14:14:53 +00:00
|
|
|
"spirv-std",
|
2020-10-27 01:39:56 +00:00
|
|
|
]
|
|
|
|
|
2020-10-22 10:23:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2021-10-14 14:38:15 +00:00
|
|
|
version = "0.4.5"
|
2020-10-22 10:23:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 14:38:15 +00:00
|
|
|
checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
|
2020-10-22 10:23:11 +00:00
|
|
|
|
2021-03-19 13:59:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slotmap"
|
2021-10-14 14:38:15 +00:00
|
|
|
version = "1.0.6"
|
2021-03-19 13:59:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 14:38:15 +00:00
|
|
|
checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
|
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
2021-03-19 13:59:29 +00:00
|
|
|
|
2020-10-09 15:22:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2021-10-14 14:38:15 +00:00
|
|
|
version = "1.7.0"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 14:38:15 +00:00
|
|
|
checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
|
2020-10-09 15:22:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smithay-client-toolkit"
|
2022-01-04 08:02:14 +00:00
|
|
|
version = "0.15.3"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-04 08:02:14 +00:00
|
|
|
checksum = "1325f292209cee78d5035530932422a30aa4c8fda1a16593ac083c1de211e68a"
|
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
|
|
|
"calloop",
|
2021-10-14 14:38:15 +00:00
|
|
|
"dlib",
|
2020-10-09 15:22:07 +00:00
|
|
|
"lazy_static",
|
2020-10-22 10:23:11 +00:00
|
|
|
"log",
|
2021-01-04 10:25:56 +00:00
|
|
|
"memmap2",
|
2021-10-14 14:38:15 +00:00
|
|
|
"nix 0.22.2",
|
|
|
|
"pkg-config",
|
2021-12-06 12:22:51 +00:00
|
|
|
"wayland-client 0.29.1",
|
|
|
|
"wayland-cursor 0.29.1",
|
|
|
|
"wayland-protocols 0.29.1",
|
2020-10-09 15:22:07 +00:00
|
|
|
]
|
|
|
|
|
2021-08-20 08:24:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spirv"
|
|
|
|
version = "0.2.0+1.5.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "246bfa38fe3db3f1dfc8ca5a2cdeb7348c78be2112740cc0ec8ef18b6d94f830"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2020-10-09 15:22:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spirv-builder"
|
2022-08-12 10:38:45 +00:00
|
|
|
version = "0.4.0-alpha.14"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
2020-10-10 10:25:05 +00:00
|
|
|
"memchr",
|
2021-06-09 08:30:44 +00:00
|
|
|
"notify",
|
2020-10-10 10:25:05 +00:00
|
|
|
"raw-string",
|
2020-10-09 18:01:35 +00:00
|
|
|
"rustc_codegen_spirv",
|
2022-03-30 07:07:14 +00:00
|
|
|
"rustc_codegen_spirv-types",
|
2020-10-09 15:22:07 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2021-03-16 12:12:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spirv-std"
|
2022-08-12 10:38:45 +00:00
|
|
|
version = "0.4.0-alpha.14"
|
2021-03-16 12:12:29 +00:00
|
|
|
dependencies = [
|
2021-04-16 13:59:11 +00:00
|
|
|
"bitflags",
|
2021-06-02 07:28:01 +00:00
|
|
|
"glam",
|
2021-03-16 12:12:29 +00:00
|
|
|
"num-traits",
|
2021-03-16 14:14:53 +00:00
|
|
|
"spirv-std-macros",
|
2022-08-12 01:49:50 +00:00
|
|
|
"spirv-std-types",
|
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"
|
2022-08-12 10:38:45 +00:00
|
|
|
version = "0.4.0-alpha.14"
|
2021-01-25 10:39:47 +00:00
|
|
|
dependencies = [
|
2021-03-16 12:12:29 +00:00
|
|
|
"proc-macro2",
|
2021-01-25 10:39:47 +00:00
|
|
|
"quote",
|
2022-08-12 01:49:50 +00:00
|
|
|
"spirv-std-types",
|
2021-01-25 10:39:47 +00:00
|
|
|
"syn",
|
|
|
|
]
|
2020-12-15 15:16:57 +00:00
|
|
|
|
2022-08-12 01:49:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spirv-std-types"
|
2022-08-12 10:38:45 +00:00
|
|
|
version = "0.4.0-alpha.14"
|
2022-08-12 01:49:50 +00:00
|
|
|
|
2020-10-29 22:03:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spirv-tools"
|
2022-02-04 15:19:49 +00:00
|
|
|
version = "0.8.0"
|
2020-11-13 08:57:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-04 15:19:49 +00:00
|
|
|
checksum = "ca7f0f689581589b0a31000317fa31257cb24d040227708718ebd9fedf5cdd2b"
|
2020-10-29 22:03:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"spirv-tools-sys",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "spirv-tools-sys"
|
2022-02-04 15:19:49 +00:00
|
|
|
version = "0.6.0"
|
2020-11-13 08:57:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-04 15:19:49 +00:00
|
|
|
checksum = "2980b0b4b2a9b5edfeb1dc8a35e84aac07b9c6dcd2339cce004d9355fb62a59d"
|
2020-10-29 22:03:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
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
|
|
|
|
2022-01-04 08:02:14 +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"
|
2021-12-06 12:22:51 +00:00
|
|
|
version = "0.3.25"
|
2020-10-13 21:42:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-06 12:22:51 +00:00
|
|
|
checksum = "40b9788f4202aa75c240ecc9c15c65185e6a39ccdeb0fd5d008b98825464c87c"
|
2020-10-13 21:42:15 +00:00
|
|
|
dependencies = [
|
2021-10-14 14:38:15 +00:00
|
|
|
"clap",
|
2020-10-13 21:42:15 +00:00
|
|
|
"lazy_static",
|
|
|
|
"structopt-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt-derive"
|
2021-12-06 12:22:51 +00:00
|
|
|
version = "0.4.18"
|
2020-10-13 21:42:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-06 12:22:51 +00:00
|
|
|
checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
|
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-12-17 14:55:27 +00:00
|
|
|
version = "0.23.0"
|
2020-11-13 18:37:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-17 14:55:27 +00:00
|
|
|
checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"
|
2020-11-13 18:37:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"strum_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strum_macros"
|
2021-12-17 14:55:27 +00:00
|
|
|
version = "0.23.1"
|
2020-11-13 18:37:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-17 14:55:27 +00:00
|
|
|
checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"
|
2020-11-13 18:37:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
2021-01-18 11:59:27 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2021-12-17 14:55:27 +00:00
|
|
|
"rustversion",
|
2021-01-18 11:59:27 +00:00
|
|
|
"syn",
|
2020-09-03 15:51:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2021-12-27 08:52:18 +00:00
|
|
|
version = "1.0.84"
|
2020-09-03 15:51:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 08:52:18 +00:00
|
|
|
checksum = "ecb2e6da8ee5eb9a61068762a32fa9619cc591ceb055b3687f4cd4051ec2e06b"
|
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"
|
2021-12-17 14:55:27 +00:00
|
|
|
version = "0.4.38"
|
2020-09-11 11:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-17 14:55:27 +00:00
|
|
|
checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
|
2020-09-11 11:09:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"filetime",
|
|
|
|
"libc",
|
|
|
|
"xattr",
|
|
|
|
]
|
|
|
|
|
2020-09-03 15:51:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2021-01-18 14:35:12 +00:00
|
|
|
version = "3.2.0"
|
2020-09-03 15:51:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-18 14:35:12 +00:00
|
|
|
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
|
2020-09-03 15:51:23 +00:00
|
|
|
dependencies = [
|
2021-01-18 14:35:12 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-09-03 15:51:23 +00:00
|
|
|
"libc",
|
2021-01-04 10:25:56 +00:00
|
|
|
"rand",
|
2021-06-23 10:28:20 +00:00
|
|
|
"redox_syscall",
|
2020-09-03 15:51:23 +00:00
|
|
|
"remove_dir_all",
|
2021-06-17 15:06:26 +00:00
|
|
|
"winapi",
|
2020-09-01 21:58:26 +00:00
|
|
|
]
|
|
|
|
|
2021-03-18 17:16:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
|
|
|
|
dependencies = [
|
|
|
|
"dirs-next",
|
|
|
|
"rustversion",
|
2021-06-17 15:06:26 +00:00
|
|
|
"winapi",
|
2021-03-18 17:16:21 +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",
|
|
|
|
]
|
|
|
|
|
2021-03-18 17:16:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tester"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0639d10d8f4615f223a57275cf40f9bdb7cfbb806bcb7f7cc56e3beb55a576eb"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"getopts",
|
|
|
|
"libc",
|
|
|
|
"num_cpus",
|
|
|
|
"term",
|
|
|
|
]
|
|
|
|
|
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-09-03 16:58:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2021-10-14 14:38:15 +00:00
|
|
|
version = "1.0.30"
|
2020-09-03 16:58:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 14:38:15 +00:00
|
|
|
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
|
2020-09-03 16:58:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2021-10-14 14:38:15 +00:00
|
|
|
version = "1.0.30"
|
2020-09-03 16:58:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 14:38:15 +00:00
|
|
|
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
|
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
|
|
|
]
|
|
|
|
|
2021-12-06 12:22:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "41effe7cfa8af36f439fac33861b66b049edc6f9a32331e2312660529c1c24ad"
|
|
|
|
dependencies = [
|
2021-12-17 14:55:27 +00:00
|
|
|
"itoa 0.4.8",
|
2021-12-06 12:22:51 +00:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
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-10-13 21:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2021-08-12 11:42:16 +00:00
|
|
|
version = "1.8.0"
|
2020-10-13 21:42:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-12 11:42:16 +00:00
|
|
|
checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
|
2020-10-13 21:42:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2021-10-14 14:38:15 +00:00
|
|
|
version = "0.1.9"
|
2020-10-13 21:42:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 14:38:15 +00:00
|
|
|
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
2020-10-13 21:42:15 +00:00
|
|
|
|
2020-09-03 15:51:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2021-05-07 08:57:47 +00:00
|
|
|
version = "0.2.2"
|
2020-09-03 15:51:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-07 08:57:47 +00:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
2020-09-03 15:51:23 +00:00
|
|
|
|
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"
|
2022-09-23 09:35:23 +00:00
|
|
|
version = "0.9.4"
|
2020-10-13 21:42:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-23 09:35:23 +00:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2020-10-13 21:42:15 +00:00
|
|
|
|
2020-10-09 15:22:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2021-03-29 15:59:03 +00:00
|
|
|
version = "2.3.2"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-29 15:59:03 +00:00
|
|
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
2021-06-17 15:06:26 +00:00
|
|
|
"winapi",
|
2020-10-09 15:22:07 +00:00
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2020-09-03 15:51:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2021-02-16 15:11:13 +00:00
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-16 15:11:13 +00:00
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
2020-10-27 01:39:56 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2021-10-14 14:38:15 +00:00
|
|
|
version = "0.2.78"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 14:38:15 +00:00
|
|
|
checksum = "632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce"
|
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"
|
2021-10-14 14:38:15 +00:00
|
|
|
version = "0.2.78"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 14:38:15 +00:00
|
|
|
checksum = "a317bf8f9fba2476b4b2c85ef4c4af8ff39c3c7f0cdfeed4f82c34a880aa837b"
|
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"
|
2021-10-14 14:38:15 +00:00
|
|
|
version = "0.4.28"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 14:38:15 +00:00
|
|
|
checksum = "8e8d7523cb1f2a4c96c1317ca690031b714a51cc14e05f712446691f413f5d39"
|
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"
|
2021-10-14 14:38:15 +00:00
|
|
|
version = "0.2.78"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 14:38:15 +00:00
|
|
|
checksum = "d56146e7c495528bf6587663bea13a8eb588d39b36b679d83972e1a2dbbdacf9"
|
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"
|
2021-10-14 14:38:15 +00:00
|
|
|
version = "0.2.78"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 14:38:15 +00:00
|
|
|
checksum = "7803e0eea25835f8abdc585cd3021b3deb11543c6fe226dcd30b228857c5c5ab"
|
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"
|
2021-10-14 14:38:15 +00:00
|
|
|
version = "0.2.78"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 14:38:15 +00:00
|
|
|
checksum = "0237232789cf037d5480773fe568aac745bfe2afbc11a863e97901780a6b47cc"
|
2020-10-27 01:39:56 +00:00
|
|
|
|
2020-10-09 15:22:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wayland-client"
|
2021-08-12 11:42:16 +00:00
|
|
|
version = "0.28.6"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-12 11:42:16 +00:00
|
|
|
checksum = "e3ab332350e502f159382201394a78e3cc12d0f04db863429260164ea40e0355"
|
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",
|
2021-10-14 14:38:15 +00:00
|
|
|
"nix 0.20.2",
|
|
|
|
"wayland-commons 0.28.6",
|
|
|
|
"wayland-scanner 0.28.6",
|
|
|
|
"wayland-sys 0.28.6",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-client"
|
2021-12-06 12:22:51 +00:00
|
|
|
version = "0.29.1"
|
2021-10-14 14:38:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-06 12:22:51 +00:00
|
|
|
checksum = "9108ec1c37f4774d0c2937ba1a6c23d1786b2152c4a13bd9fdb20e42d16e8841"
|
2021-10-14 14:38:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"downcast-rs",
|
|
|
|
"libc",
|
|
|
|
"nix 0.22.2",
|
2020-10-22 10:23:11 +00:00
|
|
|
"scoped-tls",
|
2021-12-06 12:22:51 +00:00
|
|
|
"wayland-commons 0.29.1",
|
|
|
|
"wayland-scanner 0.29.1",
|
|
|
|
"wayland-sys 0.29.1",
|
2020-10-09 15:22:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-commons"
|
2021-08-12 11:42:16 +00:00
|
|
|
version = "0.28.6"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-12 11:42:16 +00:00
|
|
|
checksum = "a21817947c7011bbd0a27e11b17b337bfd022e8544b071a2641232047966fbda"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
2021-10-14 14:38:15 +00:00
|
|
|
"nix 0.20.2",
|
2020-10-22 10:23:11 +00:00
|
|
|
"once_cell",
|
|
|
|
"smallvec",
|
2021-10-14 14:38:15 +00:00
|
|
|
"wayland-sys 0.28.6",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-commons"
|
2021-12-06 12:22:51 +00:00
|
|
|
version = "0.29.1"
|
2021-10-14 14:38:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-06 12:22:51 +00:00
|
|
|
checksum = "265ef51b3b3e5c9ef098f10425c39624663f459c3821dcaacc4748be975f1beb"
|
2021-10-14 14:38:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"nix 0.22.2",
|
|
|
|
"once_cell",
|
|
|
|
"smallvec",
|
2021-12-06 12:22:51 +00:00
|
|
|
"wayland-sys 0.29.1",
|
2020-10-09 15:22:07 +00:00
|
|
|
]
|
|
|
|
|
2020-10-22 10:23:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wayland-cursor"
|
2021-08-12 11:42:16 +00:00
|
|
|
version = "0.28.6"
|
2020-10-22 10:23:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-12 11:42:16 +00:00
|
|
|
checksum = "be610084edd1586d45e7bdd275fe345c7c1873598caa464c4fb835dee70fa65a"
|
2020-10-22 10:23:11 +00:00
|
|
|
dependencies = [
|
2021-10-14 14:38:15 +00:00
|
|
|
"nix 0.20.2",
|
|
|
|
"wayland-client 0.28.6",
|
|
|
|
"xcursor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-cursor"
|
2021-12-06 12:22:51 +00:00
|
|
|
version = "0.29.1"
|
2021-10-14 14:38:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-06 12:22:51 +00:00
|
|
|
checksum = "6c19bb6628daf4097e58b7911481e8371e13318d5a60894779901bd3267407a7"
|
2021-10-14 14:38:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"nix 0.22.2",
|
2021-12-06 12:22:51 +00:00
|
|
|
"wayland-client 0.29.1",
|
2020-10-22 10:23:11 +00:00
|
|
|
"xcursor",
|
|
|
|
]
|
|
|
|
|
2020-10-09 15:22:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wayland-protocols"
|
2021-08-12 11:42:16 +00:00
|
|
|
version = "0.28.6"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-12 11:42:16 +00:00
|
|
|
checksum = "286620ea4d803bacf61fa087a4242ee316693099ee5a140796aaba02b29f861f"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
2020-10-21 18:39:45 +00:00
|
|
|
"bitflags",
|
2021-10-14 14:38:15 +00:00
|
|
|
"wayland-client 0.28.6",
|
|
|
|
"wayland-commons 0.28.6",
|
|
|
|
"wayland-scanner 0.28.6",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-protocols"
|
2021-12-06 12:22:51 +00:00
|
|
|
version = "0.29.1"
|
2021-10-14 14:38:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-06 12:22:51 +00:00
|
|
|
checksum = "7b3b6f1dc0193072ef4eadcb144da30d58c1f2895516c063804d213310703c8e"
|
2021-10-14 14:38:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2021-12-06 12:22:51 +00:00
|
|
|
"wayland-client 0.29.1",
|
|
|
|
"wayland-commons 0.29.1",
|
|
|
|
"wayland-scanner 0.29.1",
|
2020-10-09 15:22:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-scanner"
|
2021-08-12 11:42:16 +00:00
|
|
|
version = "0.28.6"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-12 11:42:16 +00:00
|
|
|
checksum = "ce923eb2deb61de332d1f356ec7b6bf37094dc5573952e1c8936db03b54c03f1"
|
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",
|
|
|
|
]
|
|
|
|
|
2021-10-14 14:38:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wayland-scanner"
|
2021-12-06 12:22:51 +00:00
|
|
|
version = "0.29.1"
|
2021-10-14 14:38:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-06 12:22:51 +00:00
|
|
|
checksum = "eaaf2bc85e7b9143159af96bd23d954a5abe391c4376db712320643280fdc6f4"
|
2021-10-14 14:38:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"xml-rs",
|
|
|
|
]
|
|
|
|
|
2020-10-09 15:22:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wayland-sys"
|
2021-08-12 11:42:16 +00:00
|
|
|
version = "0.28.6"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-12 11:42:16 +00:00
|
|
|
checksum = "d841fca9aed7febf9bed2e9796c49bf58d4152ceda8ac949ebe00868d8f0feb8"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
2021-10-14 14:38:15 +00:00
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-sys"
|
2021-12-06 12:22:51 +00:00
|
|
|
version = "0.29.1"
|
2021-10-14 14:38:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-06 12:22:51 +00:00
|
|
|
checksum = "ba9e06acb775b3007f8d3094438306979e572d1d3b844d7a71557a84b055d959"
|
2021-10-14 14:38:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"dlib",
|
2020-10-09 15:22:07 +00:00
|
|
|
"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-10-14 14:38:15 +00:00
|
|
|
version = "0.3.55"
|
2020-10-27 01:39:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 14:38:15 +00:00
|
|
|
checksum = "38eb105f1c59d9eaa6b5cdc92b859d85b926e82cb2e0945cd0c9259faa6fe9fb"
|
2020-10-27 01:39:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wgpu"
|
2022-01-04 08:02:14 +00:00
|
|
|
version = "0.12.0"
|
2022-03-10 14:59:46 +00:00
|
|
|
source = "git+https://github.com/gfx-rs/wgpu#0ac9ce002656565ccd05b889f5856f4e2c38fa73"
|
2020-10-27 01:39:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"arrayvec",
|
|
|
|
"js-sys",
|
2021-06-17 15:06:26 +00:00
|
|
|
"log",
|
2021-03-19 13:59:29 +00:00
|
|
|
"naga",
|
2020-10-30 18:38:47 +00:00
|
|
|
"parking_lot",
|
2022-01-04 08:02:14 +00:00
|
|
|
"raw-window-handle 0.4.2",
|
2020-10-27 01:39:56 +00:00
|
|
|
"smallvec",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
"wgpu-core",
|
2021-10-14 14:38:15 +00:00
|
|
|
"wgpu-hal",
|
2020-10-27 01:39:56 +00:00
|
|
|
"wgpu-types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wgpu-core"
|
2022-01-04 08:02:14 +00:00
|
|
|
version = "0.12.0"
|
2022-03-10 14:59:46 +00:00
|
|
|
source = "git+https://github.com/gfx-rs/wgpu#0ac9ce002656565ccd05b889f5856f4e2c38fa73"
|
2020-10-27 01:39:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"arrayvec",
|
|
|
|
"bitflags",
|
2021-03-19 13:59:29 +00:00
|
|
|
"cfg_aliases",
|
2022-01-04 08:02:14 +00:00
|
|
|
"codespan-reporting",
|
2020-10-27 01:39:56 +00:00
|
|
|
"copyless",
|
|
|
|
"fxhash",
|
2021-10-14 14:38:15 +00:00
|
|
|
"log",
|
|
|
|
"naga",
|
|
|
|
"parking_lot",
|
|
|
|
"profiling",
|
2022-01-04 08:02:14 +00:00
|
|
|
"raw-window-handle 0.4.2",
|
2021-10-14 14:38:15 +00:00
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
"wgpu-hal",
|
|
|
|
"wgpu-types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wgpu-hal"
|
2022-01-04 08:02:14 +00:00
|
|
|
version = "0.12.0"
|
2022-03-10 14:59:46 +00:00
|
|
|
source = "git+https://github.com/gfx-rs/wgpu#0ac9ce002656565ccd05b889f5856f4e2c38fa73"
|
2021-10-14 14:38:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"arrayvec",
|
2022-03-10 14:59:46 +00:00
|
|
|
"ash",
|
2021-10-14 14:38:15 +00:00
|
|
|
"bit-set",
|
|
|
|
"bitflags",
|
|
|
|
"block",
|
|
|
|
"core-graphics-types",
|
|
|
|
"d3d12",
|
|
|
|
"foreign-types",
|
|
|
|
"fxhash",
|
|
|
|
"glow",
|
2021-03-19 13:59:29 +00:00
|
|
|
"gpu-alloc",
|
|
|
|
"gpu-descriptor",
|
2021-10-14 14:38:15 +00:00
|
|
|
"inplace_it",
|
|
|
|
"js-sys",
|
|
|
|
"khronos-egl",
|
|
|
|
"libloading",
|
2021-06-17 15:06:26 +00:00
|
|
|
"log",
|
2021-10-14 14:38:15 +00:00
|
|
|
"metal",
|
2020-10-27 01:39:56 +00:00
|
|
|
"naga",
|
2021-10-14 14:38:15 +00:00
|
|
|
"objc",
|
2020-10-30 18:38:47 +00:00
|
|
|
"parking_lot",
|
2021-06-17 15:06:26 +00:00
|
|
|
"profiling",
|
2021-10-14 14:38:15 +00:00
|
|
|
"range-alloc",
|
2022-01-04 08:02:14 +00:00
|
|
|
"raw-window-handle 0.4.2",
|
2021-10-14 14:38:15 +00:00
|
|
|
"renderdoc-sys",
|
2020-10-27 01:39:56 +00:00
|
|
|
"thiserror",
|
2021-10-14 14:38:15 +00:00
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
2020-10-27 01:39:56 +00:00
|
|
|
"wgpu-types",
|
2021-10-14 14:38:15 +00:00
|
|
|
"winapi",
|
2020-10-27 01:39:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wgpu-types"
|
2022-01-04 08:02:14 +00:00
|
|
|
version = "0.12.0"
|
2022-03-10 14:59:46 +00:00
|
|
|
source = "git+https://github.com/gfx-rs/wgpu#0ac9ce002656565ccd05b889f5856f4e2c38fa73"
|
2020-10-27 01:39:56 +00:00
|
|
|
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-09-03 15:51:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-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 = [
|
2021-06-17 15:06:26 +00:00
|
|
|
"winapi",
|
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"
|
2022-01-04 08:02:14 +00:00
|
|
|
version = "0.26.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70466a5f4825cc88c92963591b06dbc255420bffe19d847bfcda475e82d079c0"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
2020-10-21 18:39:45 +00:00
|
|
|
"bitflags",
|
2021-10-14 14:38:15 +00:00
|
|
|
"block",
|
2021-01-18 14:35:12 +00:00
|
|
|
"cocoa",
|
2021-10-14 14:38:15 +00:00
|
|
|
"core-foundation 0.9.2",
|
2021-12-06 12:22:51 +00:00
|
|
|
"core-graphics 0.22.3",
|
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",
|
2022-01-04 08:02:14 +00:00
|
|
|
"mio 0.8.0",
|
|
|
|
"ndk 0.5.0",
|
|
|
|
"ndk-glue 0.5.0",
|
2020-10-30 18:38:47 +00:00
|
|
|
"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",
|
2022-01-04 08:02:14 +00:00
|
|
|
"raw-window-handle 0.4.2",
|
2020-10-30 18:38:47 +00:00
|
|
|
"smithay-client-toolkit",
|
|
|
|
"wasm-bindgen",
|
2021-12-06 12:22:51 +00:00
|
|
|
"wayland-client 0.29.1",
|
|
|
|
"wayland-protocols 0.29.1",
|
2020-10-30 18:38:47 +00:00
|
|
|
"web-sys",
|
2021-06-17 15:06:26 +00:00
|
|
|
"winapi",
|
2020-10-09 15:22:07 +00:00
|
|
|
"x11-dl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "x11-dl"
|
2021-10-14 14:38:15 +00:00
|
|
|
version = "2.19.1"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 14:38:15 +00:00
|
|
|
checksum = "ea26926b4ce81a6f5d9d0f3a0bc401e5a37c6ae14a1bfaa8ff6099ca80038c59"
|
2020-10-09 15:22:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"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"
|
2021-10-14 14:38:15 +00:00
|
|
|
version = "0.3.4"
|
2020-10-22 10:23:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 14:38:15 +00:00
|
|
|
checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7"
|
2020-10-22 10:23:11 +00:00
|
|
|
dependencies = [
|
2021-12-06 12:22:51 +00:00
|
|
|
"nom 7.1.0",
|
2020-10-22 10:23:11 +00:00
|
|
|
]
|
|
|
|
|
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"
|
2021-08-12 11:42:16 +00:00
|
|
|
version = "0.8.4"
|
2020-10-09 15:22:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-12 11:42:16 +00:00
|
|
|
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
|