rust-gpu/Cargo.lock

2968 lines
70 KiB
Plaintext
Raw Normal View History

2020-09-01 21:58:26 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2021-01-04 10:25:56 +00:00
[[package]]
name = "adler"
version = "1.0.2"
2021-01-04 10:25:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2021-01-04 10:25:56 +00:00
[[package]]
name = "ahash"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e"
2021-06-17 15:06:26 +00:00
[[package]]
name = "ahash"
2021-10-14 14:38:15 +00:00
version = "0.7.5"
2021-06-17 15:06:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-14 14:38:15 +00:00
checksum = "991984e3fd003e7ba02eb724f87a0f997b78677c46c0e91f8424ad7394c9886a"
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"
version = "0.7.18"
2020-09-01 21:58:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
2020-09-01 21:58:26 +00:00
dependencies = [
"memchr",
]
2020-09-03 15:51:23 +00:00
[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
dependencies = [
2021-06-17 15:06:26 +00:00
"winapi",
2020-10-09 15:22:07 +00:00
]
2020-10-27 01:39:56 +00:00
[[package]]
name = "ansi_term"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
dependencies = [
2021-06-17 15:06:26 +00:00
"winapi",
2020-10-27 01:39:56 +00:00
]
[[package]]
name = "anyhow"
2021-10-14 14:38:15 +00:00
version = "1.0.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-14 14:38:15 +00:00
checksum = "61604a8f862e1d5c3229fdd78f8b02c68dcf73a4c4b05fd636d12240aaa242c1"
[[package]]
name = "ar"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d67af77d68a931ecd5cbd8a3b5987d63a1d1d1278f7f6a60ae33db485cdebb69"
2020-10-27 01:39:56 +00:00
[[package]]
name = "arrayvec"
2021-10-14 14:38:15 +00:00
version = "0.7.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 = "be4dc07131ffa69b8072d35f5007352af944213cde02545e2103680baed38fcd"
2020-10-27 01:39:56 +00:00
2021-03-22 08:27:34 +00:00
[[package]]
name = "ash"
2021-10-14 14:38:15 +00:00
version = "0.33.3+1.2.191"
2021-03-22 08:27:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-14 14:38:15 +00:00
checksum = "cc4f1d82f164f838ae413296d1131aa6fa79b917d25bebaa7033d25620c09219"
2021-03-22 08:27:34 +00:00
dependencies = [
2021-10-14 14:38:15 +00:00
"libloading",
2021-03-22 08:27:34 +00:00
]
[[package]]
name = "ash-molten"
2021-10-14 14:38:15 +00:00
version = "0.11.0+1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc956461ea460ef5bcb4d7449390653a40c871d776e098af156e421f2ec69b46"
dependencies = [
2021-03-22 08:27:34 +00:00
"anyhow",
2021-06-17 15:06:26 +00:00
"ash",
2021-03-22 08:27:34 +00:00
"plist",
"serde",
]
2020-10-09 15:22:07 +00:00
[[package]]
name = "ash-window"
2021-10-14 14:38:15 +00:00
version = "0.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 = "12f91ce4c6be1a2ba99d3d6cd57d5bae9ac6d6f903b5ae53d6b1dee2edf872af"
2020-10-09 15:22:07 +00:00
dependencies = [
2021-06-17 15:06:26 +00:00
"ash",
2020-10-09 15:22:07 +00:00
"raw-window-handle",
"raw-window-metal",
]
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi",
"libc",
2021-06-17 15:06:26 +00:00
"winapi",
]
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"
version = "0.6.3"
2020-10-27 01:39:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
2020-10-27 01:39:56 +00:00
2020-09-01 21:58:26 +00:00
[[package]]
name = "bitflags"
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-10-14 14:38:15 +00:00
version = "3.7.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 = "d9df67f7bf9ef8498769f994239c45613ef0c5899415fb58e9add412d2c1a538"
2020-10-27 01:39:56 +00:00
[[package]]
name = "bytemuck"
2021-08-12 11:42:16 +00:00
version = "1.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-12 11:42:16 +00:00
checksum = "72957246c41db82b8ef88a5486143830adeb8227ef9837740bdec67724cf2c5b"
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
[[package]]
name = "calloop"
2021-10-14 14:38:15 +00:00
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-14 14:38:15 +00:00
checksum = "42dcfbd723aa6eff9f024cfd5ad08b11144d79b2d8d37b4a31a006ceab255c77"
dependencies = [
"log",
2021-10-14 14:38:15 +00:00
"nix 0.22.2",
]
2020-10-09 15:22:07 +00:00
[[package]]
name = "cc"
2021-10-14 14:38:15 +00:00
version = "1.0.71"
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 = "79c2681d6594606957bbb8631c4b90a7fcaaa72cdb714743a437b156d6a7eedd"
2020-10-27 01:39:56 +00:00
dependencies = [
"jobserver",
]
2020-10-09 15:22:07 +00:00
2021-01-18 14:35:12 +00:00
[[package]]
name = "cexpr"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
dependencies = [
"nom 5.1.2",
]
2020-09-03 15:51:23 +00:00
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-09 15:22:07 +00:00
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cfg_aliases"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2020-10-27 01:39:56 +00:00
[[package]]
name = "chrono"
version = "0.4.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
dependencies = [
"num-integer",
"num-traits",
2020-10-27 01:39:56 +00:00
]
2021-01-18 14:35:12 +00:00
[[package]]
name = "clang-sys"
2021-10-14 14:38:15 +00:00
version = "1.2.2"
2021-01-18 14:35:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-14 14:38:15 +00:00
checksum = "10612c0ec0e0a1ff0e97980647cb058a6e7aedb913d01d009c406b8b7d0b26ee"
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
]
[[package]]
name = "clap"
version = "2.33.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
dependencies = [
2020-10-27 01:39:56 +00:00
"ansi_term 0.11.0",
"atty",
"bitflags",
"strsim 0.8.0",
2021-10-14 14:38:15 +00:00
"textwrap",
"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"
version = "0.24.0"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f63902e9223530efb4e26ccd0cf55ec30d592d3b42e21a28defc42a9586e832"
2020-10-09 15:22:07 +00:00
dependencies = [
"bitflags",
2020-10-09 15:22:07 +00:00
"block",
"cocoa-foundation",
2021-10-14 14:38:15 +00:00
"core-foundation 0.9.2",
2021-01-04 10:25:56 +00:00
"core-graphics 0.22.2",
2020-10-09 15:22:07 +00:00
"foreign-types",
"libc",
"objc",
]
[[package]]
name = "cocoa-foundation"
version = "0.1.0"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318"
2020-10-09 15:22:07 +00:00
dependencies = [
"bitflags",
"block",
2021-10-14 14:38:15 +00:00
"core-foundation 0.9.2",
"core-graphics-types",
"foreign-types",
2020-10-09 15:22:07 +00:00
"libc",
"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",
]
[[package]]
name = "compiletest_rs"
2021-05-20 08:14:23 +00:00
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64698e5e2435db061a85e6320af12c30c5fd88eb84b35d2c1e03ce4f143255ca"
dependencies = [
"diff",
"filetime",
"getopts",
"lazy_static",
"libc",
"log",
2021-06-17 15:06:26 +00:00
"miow",
"regex",
"rustfix",
"serde",
"serde_derive",
"serde_json",
"tester",
2021-06-17 15:06:26 +00:00
"winapi",
]
[[package]]
name = "compiletests"
2021-08-12 10:46:32 +00:00
version = "0.4.0-alpha.12"
dependencies = [
"compiletest_rs",
"rustc_codegen_spirv",
"structopt",
]
[[package]]
name = "compiletests-deps-helper"
2021-08-12 10:46:32 +00:00
version = "0.4.0-alpha.12"
dependencies = [
"spirv-std",
]
[[package]]
name = "compute-shader"
2021-08-12 10:46:32 +00:00
version = "0.4.0-alpha.12"
dependencies = [
"rayon",
"spirv-std",
]
[[package]]
name = "console_error_panic_hook"
2021-10-14 14:38:15 +00:00
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-14 14:38:15 +00:00
checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
dependencies = [
2021-10-14 14:38:15 +00:00
"cfg-if 1.0.0",
"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",
]
[[package]]
name = "convert_case"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2020-10-27 01:39:56 +00:00
[[package]]
name = "copyless"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2df960f5d869b2dd8532793fde43eb5427cceb126c929747a26823ab0eeb536"
2020-10-09 15:22:07 +00:00
[[package]]
name = "core-foundation"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
dependencies = [
"core-foundation-sys 0.7.0",
"libc",
]
[[package]]
name = "core-foundation"
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"
dependencies = [
2021-10-14 14:38:15 +00:00
"core-foundation-sys 0.8.3",
"libc",
]
2020-10-09 15:22:07 +00:00
[[package]]
name = "core-foundation-sys"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
[[package]]
name = "core-foundation-sys"
2021-10-14 14:38:15 +00:00
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-14 14:38:15 +00:00
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2020-10-09 15:22:07 +00:00
[[package]]
name = "core-graphics"
version = "0.19.2"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3889374e6ea6ab25dba90bb5d96202f61108058361f6dc72e8b03e6f8bbe923"
2020-10-09 15:22:07 +00:00
dependencies = [
"bitflags",
"core-foundation 0.7.0",
2020-10-09 15:22:07 +00:00
"foreign-types",
"libc",
]
[[package]]
name = "core-graphics"
2021-01-04 10:25:56 +00:00
version = "0.22.2"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-04 10:25:56 +00:00
checksum = "269f35f69b542b80e736a20a89a05215c0ce80c2c03c514abb2e318b78379d86"
2020-10-09 15:22:07 +00:00
dependencies = [
"bitflags",
2021-10-14 14:38:15 +00:00
"core-foundation 0.9.2",
"core-graphics-types",
2020-10-09 15:22:07 +00:00
"foreign-types",
"libc",
]
[[package]]
name = "core-graphics-types"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
dependencies = [
"bitflags",
2021-10-14 14:38:15 +00:00
"core-foundation 0.9.2",
"foreign-types",
"libc",
]
[[package]]
name = "core-video-sys"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34ecad23610ad9757664d644e369246edde1803fcb43ed72876565098a5d3828"
dependencies = [
"cfg-if 0.1.10",
"core-foundation-sys 0.7.0",
"core-graphics 0.19.2",
"libc",
"objc",
]
2021-01-04 10:25:56 +00:00
[[package]]
name = "crc32fast"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
dependencies = [
"cfg-if 1.0.0",
]
[[package]]
name = "crossbeam-channel"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
dependencies = [
"cfg-if 1.0.0",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-deque"
2021-08-12 11:42:16 +00:00
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-12 11:42:16 +00:00
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
dependencies = [
"cfg-if 1.0.0",
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2021-06-17 15:06:26 +00:00
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-17 15:06:26 +00:00
checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd"
dependencies = [
"cfg-if 1.0.0",
"crossbeam-utils",
"lazy_static",
"memoffset",
"scopeguard",
]
[[package]]
name = "crossbeam-utils"
2021-06-17 15:06:26 +00:00
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-17 15:06:26 +00:00
checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
dependencies = [
"cfg-if 1.0.0",
"lazy_static",
]
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 = [
"quote",
"syn",
]
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
]
[[package]]
name = "darling"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim 0.9.3",
"syn",
]
[[package]]
name = "darling_macro"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
dependencies = [
"darling_core",
"quote",
"syn",
]
[[package]]
name = "derivative"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
"proc-macro2",
"quote",
"syn",
2020-10-09 15:22:07 +00:00
]
[[package]]
name = "derive_more"
2021-08-12 11:42:16 +00:00
version = "0.99.16"
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 = "40eebddd2156ce1bb37b20bbe5151340a31828b1f2d22ba4141f3531710e38df"
2020-10-09 15:22:07 +00:00
dependencies = [
"convert_case",
"proc-macro2",
"quote",
2021-08-12 11:42:16 +00:00
"rustc_version",
"syn",
2020-10-09 15:22:07 +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",
]
[[package]]
name = "dispatch"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
[[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"
[[package]]
name = "either"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
2021-01-04 10:25:56 +00:00
[[package]]
name = "encoding_rs"
2021-02-16 15:11:13 +00:00
version = "0.8.28"
2021-01-04 10:25:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-16 15:11:13 +00:00
checksum = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065"
2021-01-04 10:25:56 +00:00
dependencies = [
"cfg-if 1.0.0",
]
2021-01-18 14:35:12 +00:00
[[package]]
name = "env_logger"
2021-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]]
name = "example-runner-ash"
2021-08-12 10:46:32 +00:00
version = "0.4.0-alpha.12"
2020-10-09 15:22:07 +00:00
dependencies = [
2021-06-17 15:06:26 +00:00
"ash",
"ash-molten",
2020-10-09 15:22:07 +00:00
"ash-window",
"cfg-if 1.0.0",
2021-10-14 14:38:15 +00:00
"nix 0.20.2",
"serde",
"serde_json",
"shared",
2020-10-09 15:22:07 +00:00
"spirv-builder",
"structopt",
"winit",
2020-10-09 15:22:07 +00:00
]
[[package]]
name = "example-runner-cpu"
2021-08-12 10:46:32 +00:00
version = "0.4.0-alpha.12"
dependencies = [
"minifb",
"rayon",
"shared",
"sky-shader",
]
[[package]]
name = "example-runner-wgpu"
2021-08-12 10:46:32 +00:00
version = "0.4.0-alpha.12"
dependencies = [
"bytemuck",
"cfg-if 1.0.0",
"console_error_panic_hook",
"console_log",
2021-10-14 14:38:15 +00:00
"env_logger 0.9.0",
"futures",
2021-10-14 14:38:15 +00:00
"ndk-glue 0.4.0",
"shared",
"spirv-builder",
2021-10-14 14:38:15 +00:00
"structopt",
"strum",
"wasm-bindgen-futures",
"web-sys",
"wgpu",
"winit",
]
[[package]]
name = "example-runner-wgpu-builder"
2021-08-12 10:46:32 +00:00
version = "0.4.0-alpha.12"
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 = [
"cfg-if 1.0.0",
2020-10-09 15:22:07 +00:00
"libc",
"redox_syscall",
2021-06-17 15:06:26 +00:00
"winapi",
2020-10-09 15:22:07 +00:00
]
[[package]]
name = "fixedbitset"
2021-10-14 14:38:15 +00:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-14 14:38:15 +00:00
checksum = "398ea4fabe40b9b0d885340a2a991a44c8a645624075ad966d21f88688e2b69e"
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",
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2020-10-09 15:22:07 +00:00
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "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-10-14 14:38:15 +00:00
version = "0.3.17"
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 = "a12aa0eb539080d55c3f2d45a67c3b58b6b0773c1a3ca2dfec66d58c97fd66ca"
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-10-14 14:38:15 +00:00
version = "0.3.17"
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 = "5da6ba8c3bb3c165d3c7319fc1cc8304facf1fb8db99c5de877183c08a273888"
2020-10-27 01:39:56 +00:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2021-10-14 14:38:15 +00:00
version = "0.3.17"
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 = "88d1c26957f23603395cd326b0ffe64124b818f4449552f960d815cfba83a53d"
2020-10-27 01:39:56 +00:00
[[package]]
name = "futures-executor"
2021-10-14 14:38:15 +00:00
version = "0.3.17"
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 = "45025be030969d763025784f7f355043dc6bc74093e4ecc5000ca4dc50d8745c"
2020-10-27 01:39:56 +00:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2021-10-14 14:38:15 +00:00
version = "0.3.17"
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 = "522de2a0fe3e380f1bc577ba0474108faf3f6b18321dbf60b3b9c39a75073377"
2020-10-27 01:39:56 +00:00
[[package]]
name = "futures-sink"
2021-10-14 14:38:15 +00:00
version = "0.3.17"
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 = "36ea153c13024fe480590b3e3d4cad89a0cfacecc24577b68f86c6ced9c2bc11"
2020-10-27 01:39:56 +00:00
[[package]]
name = "futures-task"
2021-10-14 14:38:15 +00:00
version = "0.3.17"
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 = "1d3d00f4eddb73e498a54394f228cd55853bdf059259e8e7bc6e69d408892e99"
2020-10-27 01:39:56 +00:00
[[package]]
name = "futures-util"
2021-10-14 14:38:15 +00:00
version = "0.3.17"
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 = "36568465210a3a6ee45e1f165136d68671471a501e632e9a98d96872222b5481"
2020-10-27 01:39:56 +00:00
dependencies = [
2021-06-17 15:06:26 +00:00
"autocfg",
2020-10-27 01:39:56 +00:00
"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 = [
"byteorder",
2020-10-09 15:22:07 +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 = [
"cfg-if 1.0.0",
2020-10-09 15:22:07 +00:00
"libc",
2021-01-18 14:35:12 +00:00
"wasi",
2020-10-27 01:39:56 +00:00
]
[[package]]
name = "glam"
2021-10-14 14:38:15 +00:00
version = "0.19.0"
2021-04-12 06:00:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-14 14:38:15 +00:00
checksum = "2b8509e6791516e81c1a630d0bd7fbac36d2fa8712a9da8662e716b52d5051ca"
2020-10-30 23:38:23 +00:00
dependencies = [
"num-traits",
2020-10-30 23:38:23 +00:00
]
2021-01-18 14:35:12 +00:00
[[package]]
name = "glob"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
[[package]]
name = "glow"
2021-10-14 14:38:15 +00:00
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-14 14:38:15 +00:00
checksum = "4f04649123493bc2483cbef4daddb45d40bbdae5adb221a63a23efdb0cc99520"
dependencies = [
"js-sys",
"slotmap",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "gpu-alloc"
2021-10-14 14:38:15 +00:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-14 14:38:15 +00:00
checksum = "0e64cbb8d36508d3e19da95e56e196a84f674fc190881f2cc010000798838aa6"
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-10-14 14:38:15 +00:00
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-14 14:38:15 +00:00
checksum = "d7a237f0419ab10d17006d55c62ac4f689a6bf52c75d3f38b8361d249e8d4b0b"
dependencies = [
"bitflags",
"gpu-descriptor-types",
2021-06-17 15:06:26 +00:00
"hashbrown 0.9.1",
]
[[package]]
name = "gpu-descriptor-types"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "363e3677e55ad168fef68cf9de3a4a310b53124c5e784c53a1d70e92d23f2126"
dependencies = [
"bitflags",
]
[[package]]
name = "hashbrown"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
dependencies = [
2021-06-17 15:06:26 +00:00
"ahash 0.4.7",
]
[[package]]
name = "hashbrown"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
dependencies = [
2021-10-14 14:38:15 +00:00
"ahash 0.7.5",
]
[[package]]
name = "heck"
2021-06-17 15:06:26 +00:00
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-17 15:06:26 +00:00
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
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"
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
[[package]]
name = "indexmap"
2021-08-12 11:42:16 +00:00
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-12 11:42:16 +00:00
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
dependencies = [
2021-01-04 10:25:56 +00:00
"autocfg",
2021-08-12 11:42:16 +00:00
"hashbrown 0.11.2",
]
[[package]]
name = "inotify"
2021-10-14 14:38:15 +00:00
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-14 14:38:15 +00:00
checksum = "9e5fc8f41dbaa9c8492a96c8afffda4f76896ee041d6a57606e70581b80c901f"
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"
version = "0.3.3"
2020-10-27 01:39:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90953f308a79fe6d62a4643e51f848fbfddcd05975a38e69fdf4ab86a7baf7ca"
2020-10-27 01:39:56 +00:00
[[package]]
name = "instant"
2021-10-14 14:38:15 +00:00
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-14 14:38:15 +00:00
checksum = "716d3d89f35ac6a34fd0eed635395f4c3b76fa889338a4632e5231a8684216bd"
dependencies = [
"cfg-if 1.0.0",
2020-10-27 01:39:56 +00:00
"js-sys",
"wasm-bindgen",
"web-sys",
]
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
[[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",
]
[[package]]
name = "khronos-egl"
2021-06-17 15:06:26 +00:00
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-17 15:06:26 +00:00
checksum = "8c2352bd1d0bceb871cb9d40f24360c8133c11d7486b68b5381c1dd1a32015e3"
dependencies = [
"libc",
2021-10-14 14:38:15 +00:00
"libloading",
]
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"
[[package]]
name = "lazycell"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2020-10-09 15:22:07 +00:00
[[package]]
name = "libc"
2021-10-14 14:38:15 +00:00
version = "0.2.103"
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 = "dd8f7255a17a627354f321ef0055d63b898c6fb27eff628af4d1b66b7331edf6"
2020-10-09 15:22:07 +00:00
[[package]]
name = "libloading"
2021-10-14 14:38:15 +00:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-14 14:38:15 +00:00
checksum = "c0cf036d15402bea3c5d4de17b3fce76b3e4a56ebc1f577be0e7a72f7c607cf0"
dependencies = [
"cfg-if 1.0.0",
2021-06-17 15:06:26 +00:00
"winapi",
]
[[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",
]
[[package]]
name = "memoffset"
2021-06-17 15:06:26 +00:00
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-17 15:06:26 +00:00
checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"
dependencies = [
2021-01-04 10:25:56 +00:00
"autocfg",
]
[[package]]
2020-10-27 01:39:56 +00:00
name = "metal"
2021-10-14 14:38:15 +00:00
version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-14 14:38:15 +00:00
checksum = "e0514f491f4cc03632ab399ee01e2c1c1b12d3e1cf2d667c1ff5f87d6dcd2084"
dependencies = [
2020-10-27 01:39:56 +00:00
"bitflags",
"block",
"core-graphics-types",
2020-10-27 01:39:56 +00:00
"foreign-types",
"log",
"objc",
]
[[package]]
name = "minifb"
version = "0.19.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b6e41119d1667465608d36488fa5dcd228057a26c156e25f17f492f38435124"
2020-10-27 01:39:56 +00:00
dependencies = [
"cc",
"orbclient",
"raw-window-handle",
"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",
"x11-dl",
"xkb",
"xkbcommon-sys",
]
2021-10-14 14:38:15 +00:00
[[package]]
name = "minimal-lexical"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c64630dcdd71f1a64c435f54885086a0de5d6a12d104d69b165fb7d5286d677"
2021-01-04 10:25:56 +00:00
[[package]]
name = "miniz_oxide"
version = "0.4.4"
2021-01-04 10:25:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
2021-01-04 10:25:56 +00:00
dependencies = [
"adler",
"autocfg",
]
2020-10-09 15:22:07 +00:00
[[package]]
name = "mio"
2021-06-17 15:06:26 +00:00
version = "0.7.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-17 15:06:26 +00:00
checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16"
dependencies = [
"libc",
"log",
2021-06-17 15:06:26 +00:00
"miow",
"ntapi",
2021-06-17 15:06:26 +00:00
"winapi",
]
[[package]]
name = "miow"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
dependencies = [
2021-06-17 15:06:26 +00:00
"winapi",
]
[[package]]
name = "mouse-shader"
2021-08-12 10:46:32 +00:00
version = "0.4.0-alpha.12"
dependencies = [
"shared",
"spirv-std",
]
[[package]]
name = "multibuilder"
2021-08-12 10:46:32 +00:00
version = "0.4.0-alpha.12"
dependencies = [
"spirv-builder",
]
2020-10-27 01:39:56 +00:00
[[package]]
name = "naga"
2021-10-14 14:38:15 +00:00
version = "0.7.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 = "eda66d09f712e1f0a6ab436137da4fac312f78301f6d4ac7cb8bfe96e988734f"
2020-10-27 01:39:56 +00:00
dependencies = [
"bit-set",
2020-10-27 01:39:56 +00:00
"bitflags",
2021-06-17 15:06:26 +00:00
"codespan-reporting",
2020-10-27 01:39:56 +00:00
"fxhash",
2021-10-14 14:38:15 +00:00
"hexf-parse",
"indexmap",
2020-10-27 01:39:56 +00:00
"log",
"num-traits",
"petgraph",
2021-10-14 14:38:15 +00:00
"spirv",
2020-10-27 01:39:56 +00:00
"thiserror",
]
[[package]]
name = "ndk"
2021-06-17 15:06:26 +00:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-17 15:06:26 +00:00
checksum = "8794322172319b972f528bf90c6b467be0079f1fa82780ffb431088e741a73ab"
dependencies = [
"jni-sys",
"ndk-sys",
"num_enum",
"thiserror",
]
2021-10-14 14:38:15 +00:00
[[package]]
name = "ndk"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d64d6af06fde0e527b1ba5c7b79a6cc89cfc46325b0b2887dffe8f70197e0c3c"
dependencies = [
"bitflags",
"jni-sys",
"ndk-sys",
"num_enum",
"thiserror",
]
[[package]]
name = "ndk-glue"
2021-06-17 15:06:26 +00:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-17 15:06:26 +00:00
checksum = "c5caf0c24d51ac1c905c27d4eda4fa0635bbe0de596b8f79235e0b17a4d29385"
dependencies = [
"lazy_static",
"libc",
"log",
2021-10-14 14:38:15 +00:00
"ndk 0.3.0",
"ndk-macro",
"ndk-sys",
]
[[package]]
name = "ndk-glue"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3e9e94628f24e7a3cb5b96a2dc5683acd9230bf11991c2a1677b87695138420"
dependencies = [
"lazy_static",
"libc",
"log",
"ndk 0.4.0",
"ndk-macro",
"ndk-sys",
]
[[package]]
name = "ndk-macro"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05d1c6307dc424d0f65b9b06e94f88248e6305726b14729fd67a5e47b2dc481d"
dependencies = [
"darling",
2021-08-12 11:42:16 +00:00
"proc-macro-crate 0.1.5",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "ndk-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c44922cb3dbb1c70b5e5f443d63b64363a898564d739ba5198e3a9138442868d"
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 = [
"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",
]
[[package]]
name = "nix"
2021-10-14 14:38:15 +00:00
version = "0.22.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-14 14:38:15 +00:00
checksum = "d3bb9a13fa32bc5aeb64150cd3f32d6cf4c748f8f8a417cce5d2eb976a8370ba"
dependencies = [
"bitflags",
"cc",
"cfg-if 1.0.0",
"libc",
2021-10-14 14:38:15 +00:00
"memoffset",
]
2021-01-18 14:35:12 +00:00
[[package]]
name = "nom"
version = "5.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
dependencies = [
"memchr",
"version_check",
]
[[package]]
name = "nom"
2021-10-14 14:38:15 +00:00
version = "7.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-14 14:38:15 +00:00
checksum = "7ffd9d26838a953b4af82cbeb9f1592c6798916983959be223a7124e992742c1"
dependencies = [
"memchr",
2021-10-14 14:38:15 +00:00
"minimal-lexical",
"version_check",
]
[[package]]
name = "notify"
2021-10-14 14:38:15 +00:00
version = "5.0.0-pre.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-14 14:38:15 +00:00
checksum = "245d358380e2352c2d020e8ee62baac09b3420f1f6c012a31326cfced4ad487d"
dependencies = [
"bitflags",
"crossbeam-channel",
"filetime",
"fsevent-sys",
"inotify",
2021-08-12 11:42:16 +00:00
"kqueue",
"libc",
2021-06-17 15:06:26 +00:00
"mio",
"walkdir",
2021-06-17 15:06:26 +00:00
"winapi",
]
[[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",
]
[[package]]
name = "num-integer"
version = "0.1.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
dependencies = [
2021-01-04 10:25:56 +00:00
"autocfg",
"num-traits",
2020-10-09 15:22:07 +00:00
]
[[package]]
name = "num-traits"
version = "0.2.14"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
2020-10-09 15:22:07 +00:00
dependencies = [
2021-01-04 10:25:56 +00:00
"autocfg",
"libm",
]
[[package]]
name = "num_cpus"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
dependencies = [
"hermit-abi",
"libc",
2020-10-09 15:22:07 +00:00
]
2020-09-03 15:51:23 +00:00
[[package]]
name = "num_enum"
2021-08-20 08:24:26 +00:00
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-20 08:24:26 +00:00
checksum = "3f9bd055fb730c4f8f4f57d45d35cd6b3f0980535b056dc7ff119cee6a66ed6f"
dependencies = [
"derivative",
"num_enum_derive",
]
[[package]]
name = "num_enum_derive"
2021-08-20 08:24:26 +00:00
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-20 08:24:26 +00:00
checksum = "486ea01961c4a818096de679a8b740b26d9033146ac5291b1c98557658f8cdd9"
dependencies = [
2021-10-14 14:38:15 +00:00
"proc-macro-crate 1.1.0",
"proc-macro2",
"quote",
"syn",
]
2020-09-01 21:58:26 +00:00
[[package]]
2020-10-09 15:22:07 +00:00
name = "objc"
version = "0.2.7"
2020-09-01 21:58:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-09 15:22:07 +00:00
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
2020-09-01 21:58:26 +00:00
dependencies = [
2020-10-09 15:22:07 +00:00
"malloc_buf",
2020-10-27 01:39:56 +00:00
"objc_exception",
]
[[package]]
name = "objc_exception"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
dependencies = [
"cc",
2020-09-01 21:58:26 +00:00
]
2020-09-03 15:51:23 +00:00
[[package]]
name = "once_cell"
2021-06-17 15:06:26 +00:00
version = "1.8.0"
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 = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
2020-09-03 15:51:23 +00:00
[[package]]
name = "orbclient"
2021-03-16 08:59:08 +00:00
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-16 08:59:08 +00:00
checksum = "0c976c5018e7f1db4359616d8b31ef8ae7d9649b11803c0b38fff67fd2999fc8"
dependencies = [
2021-01-04 10:25:56 +00:00
"libc",
"raw-window-handle",
"redox_syscall",
"sdl2",
2021-01-04 10:25:56 +00:00
"sdl2-sys",
2021-03-16 08:59:08 +00:00
"wasm-bindgen",
"web-sys",
]
2020-09-11 11:09:06 +00:00
[[package]]
name = "output_vt100"
version = "0.1.2"
2020-09-11 11:09:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
2020-09-11 11:09:06 +00:00
dependencies = [
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 = [
"instant",
"lock_api",
"parking_lot_core",
2020-09-03 15:51:23 +00:00
]
2020-09-01 21:58:26 +00:00
[[package]]
2020-10-09 15:22:07 +00:00
name = "parking_lot_core"
2021-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",
"instant",
2020-10-09 15:22:07 +00:00
"libc",
"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-08-12 11:42:16 +00:00
[[package]]
name = "pest"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
dependencies = [
"ucd-trie",
]
[[package]]
name = "petgraph"
2021-10-14 14:38:15 +00:00
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-14 14:38:15 +00:00
checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"
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"
[[package]]
name = "pipe"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c7b8f27da217eb966df4c58d4159ea939431950ca03cf782c22bd7c5c1d8d75"
dependencies = [
"crossbeam-channel",
]
2020-09-01 21:58:26 +00:00
[[package]]
2020-10-09 15:22:07 +00:00
name = "pkg-config"
2021-10-14 14:38:15 +00:00
version = "0.3.20"
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 = "7c9b1041b4387893b91ee6746cddfc28516aff326a3519fb2adf820932c5e6cb"
2020-09-01 21:58:26 +00:00
2021-03-22 08:27:34 +00:00
[[package]]
name = "plist"
2021-08-12 11:42:16 +00:00
version = "1.2.1"
2021-03-22 08:27:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-12 11:42:16 +00:00
checksum = "a38d026d73eeaf2ade76309d0c65db5a35ecf649e3cec428db316243ea9d6711"
2021-03-22 08:27:34 +00:00
dependencies = [
"base64",
"chrono",
"indexmap",
"line-wrap",
"serde",
"xml-rs",
]
2020-09-03 15:51:23 +00:00
[[package]]
name = "ppv-lite86"
2021-10-14 14:38:15 +00:00
version = "0.2.14"
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 = "c3ca011bd0129ff4ae15cd04c4eef202cadf6c51c21e47aba319b4e0501db741"
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-03-22 08:27:34 +00:00
"ansi_term 0.12.1",
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",
]
[[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",
]
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
2020-09-03 15:51:23 +00:00
[[package]]
name = "proc-macro2"
2021-10-14 14:38:15 +00:00
version = "1.0.30"
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 = "edc3358ebc67bc8b7fa0c007f945b0b18226f78437d61bec735a9eb96b61ee70"
2020-09-03 15:51:23 +00:00
dependencies = [
"unicode-xid",
2020-09-03 15:51:23 +00:00
]
2021-06-17 15:06:26 +00:00
[[package]]
name = "profiling"
2021-08-12 11:42:16 +00:00
version = "1.0.3"
2021-06-17 15:06:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-12 11:42:16 +00:00
checksum = "87dfd5592a8eed7e74f56ad7b125f8234763b805c30f0c7c95c486920026a6ec"
2021-06-17 15:06:26 +00:00
2020-09-03 15:51:23 +00:00
[[package]]
name = "quote"
2021-10-14 14:38:15 +00:00
version = "1.0.10"
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 = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"
2020-09-03 15:51:23 +00:00
dependencies = [
"proc-macro2",
2020-10-09 15:22:07 +00:00
]
2020-09-03 15:51:23 +00:00
[[package]]
name = "rand"
2021-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-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"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a441a7a6c80ad6473bd4b74ec1c9a4c951794285bf941c2126f607c72e48211"
dependencies = [
"libc",
]
[[package]]
name = "raw-window-metal"
2021-01-18 14:35:12 +00:00
version = "0.1.2"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-18 14:35:12 +00:00
checksum = "2cd21ed1cdef7f1b1579b972148ba6058b5b545959a14d91ea83c4f0ea9f289b"
2020-10-09 15:22:07 +00:00
dependencies = [
2021-01-18 14:35:12 +00:00
"cocoa",
"core-graphics 0.22.2",
2020-10-09 15:22:07 +00:00
"objc",
"raw-window-handle",
]
[[package]]
name = "rayon"
2021-06-17 15:06:26 +00:00
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-17 15:06:26 +00:00
checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"
dependencies = [
2021-01-04 10:25:56 +00:00
"autocfg",
"crossbeam-deque",
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2021-06-17 15:06:26 +00:00
version = "1.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-17 15:06:26 +00:00
checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"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
[[package]]
name = "redox_users"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
dependencies = [
"getrandom",
"redox_syscall",
]
2020-09-01 21:58:26 +00:00
[[package]]
name = "regex"
2021-06-17 15:06:26 +00:00
version = "1.5.4"
2020-09-01 21:58:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-17 15:06:26 +00:00
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
2020-09-01 21:58:26 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.6.25"
2020-09-01 21:58:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
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
]
[[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-08-20 08:24:26 +00:00
version = "0.10.0+1.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce0e0a01cf9883c6f2846168515b5be6c4995bb90d4eeb7595bb0088a1001759"
2020-09-01 21:58:26 +00:00
dependencies = [
"derive_more",
"fxhash",
"num-traits",
2021-08-20 08:24:26 +00:00
"spirv",
2020-09-01 21:58:26 +00:00
]
[[package]]
name = "rustc-demangle"
2021-08-27 18:16:26 +00:00
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-27 18:16:26 +00:00
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
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"
2021-08-12 10:46:32 +00:00
version = "0.4.0-alpha.12"
2020-09-11 11:09:06 +00:00
dependencies = [
"ar",
2020-09-23 08:39:51 +00:00
"bimap",
2021-06-17 15:06:26 +00:00
"hashbrown 0.11.2",
"indexmap",
"libc",
"num-traits",
"pipe",
2020-09-11 11:09:06 +00:00
"pretty_assertions",
"rspirv",
"rustc-demangle",
"sanitize-filename",
"serde",
"serde_json",
"smallvec",
Add spirv-tools and spirv-tools-sys crates to wrap usage of spirv-tools (#179) * Add spirv-headers and spirv-tools as submodules * Add simple generator and the generated code needed for compilation * Add first pass on spirv-tools-sys * Add first pass on spirv-tools * Replace invocation of spirv-opt with spirv-tools crate * Use C++11 * Placate clippy * Add validation, replacing spirv-val with the spirv-tools crate * Fix MSVC warning * Use patched spirv-tools * Fixup metadata * Add same compiler flags as "official" build scripts * Update spirv-tools and generated files * Fixup * Add assembler and example * Use assembler in tests * Oops, fix macos TARGET_OS * write -> write_all * Start splitting spirv-tools into a compiled vs tool feature set * Checkpointing * Checkpoint * Boop * Get tests to work both with installed and compiled tools * Cleanup CI config * Splits steps to clearly show how long each part of a longer (eg test) step actually takes * Label all steps * Explicitly disable submodule checkout * Rustfmt * Rename features for consistency and fix clippy warnings * Split "core" crates from examples * Add run_clippy bash script * Add test script * Remove x flag * Newline * Actually print out errors from running val/opt * Revert drive-by import merging * Change intro to take the changes this PR has into account * Actually run tests on Windows * Fetch only the host target to reduce fetch times * Add more info when a spirv tool returns a non-zero exit code * Rustfmt * Switch tool assembler to use files to see if it fixes windows * Use files for input and output for now until I can figure out Windows being dumb * Fix API docs generation * Compile and use C++ code to check Windows issue * Return to use installed tools
2020-10-29 22:03:07 +00:00
"spirv-tools",
"syn",
2020-09-11 11:09:06 +00:00
"tempfile",
"topological-sort",
2020-09-11 11:09:06 +00:00
]
2021-08-12 11:42:16 +00:00
[[package]]
name = "rustc_version"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
dependencies = [
"semver",
]
[[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-06-17 15:06:26 +00:00
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-17 15:06:26 +00:00
checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088"
2020-10-09 15:22:07 +00:00
[[package]]
name = "ryu"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
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",
]
[[package]]
name = "sanitize-filename"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf18934a12018228c5b55a6dae9df5d0641e3566b3630cb46cc55564068e7c2f"
dependencies = [
"lazy_static",
"regex",
]
[[package]]
name = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
2020-10-09 15:22:07 +00:00
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "sdl2"
version = "0.34.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "deecbc3fa9460acff5a1e563e05cb5f31bba0aa0c214bb49a43db8159176d54b"
dependencies = [
"bitflags",
"lazy_static",
"libc",
2021-01-04 10:25:56 +00:00
"raw-window-handle",
"sdl2-sys",
]
[[package]]
name = "sdl2-sys"
version = "0.34.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41a29aa21f175b5a41a6e26da572d5e5d1ee5660d35f9f9d0913e8a802098f74"
dependencies = [
"cfg-if 0.1.10",
2021-01-04 10:25:56 +00:00
"cmake",
"flate2",
"libc",
2021-01-04 10:25:56 +00:00
"tar",
"unidiff",
"version-compare",
]
2021-08-12 11:42:16 +00:00
[[package]]
name = "semver"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
dependencies = [
"semver-parser",
]
[[package]]
name = "semver-parser"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
dependencies = [
"pest",
]
2020-10-09 15:22:07 +00:00
[[package]]
name = "serde"
2021-10-14 14:38:15 +00:00
version = "1.0.130"
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 = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913"
2020-10-09 15:22:07 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2021-10-14 14:38:15 +00:00
version = "1.0.130"
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 = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b"
2020-10-09 15:22:07 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2020-10-09 15:22:07 +00:00
]
[[package]]
name = "serde_json"
2021-10-14 14:38:15 +00:00
version = "1.0.68"
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 = "0f690853975602e1bfe1ccbf50504d67174e3bcf340f23b5ea9992e0587a52d8"
2020-10-09 15:22:07 +00:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "shared"
2021-08-12 10:46:32 +00:00
version = "0.4.0-alpha.12"
dependencies = [
"bytemuck",
"spirv-std",
]
2021-01-18 14:35:12 +00:00
[[package]]
name = "shlex"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
[[package]]
name = "simplest-shader"
2021-08-12 10:46:32 +00:00
version = "0.4.0-alpha.12"
dependencies = [
2021-03-16 08:59:08 +00:00
"shared",
"spirv-std",
]
[[package]]
name = "sky-shader"
2021-08-12 10:46:32 +00:00
version = "0.4.0-alpha.12"
dependencies = [
"shared",
"spirv-std",
2020-10-27 01:39:56 +00:00
]
[[package]]
name = "slab"
2021-10-14 14:38:15 +00:00
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-14 14:38:15 +00:00
checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
[[package]]
name = "slotmap"
2021-10-14 14:38:15 +00:00
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-14 14:38:15 +00:00
checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
dependencies = [
"version_check",
]
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"
2021-10-14 14:38:15 +00:00
version = "0.15.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 = "8f41633cd89f7d598d5d933fe36ce614fe9eb54d8b5bc2340556d8b0b7f2c144"
2020-10-09 15:22:07 +00:00
dependencies = [
"bitflags",
"calloop",
2021-10-14 14:38:15 +00:00
"dlib",
2020-10-09 15:22:07 +00:00
"lazy_static",
"log",
2021-01-04 10:25:56 +00:00
"memmap2",
2021-10-14 14:38:15 +00:00
"nix 0.22.2",
"pkg-config",
"wayland-client 0.29.0",
"wayland-cursor 0.29.0",
"wayland-protocols 0.29.0",
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"
2021-08-12 10:46:32 +00:00
version = "0.4.0-alpha.12"
2020-10-09 15:22:07 +00:00
dependencies = [
2020-10-10 10:25:05 +00:00
"memchr",
"notify",
2020-10-10 10:25:05 +00:00
"raw-string",
"rustc_codegen_spirv",
2020-10-09 15:22:07 +00:00
"serde",
"serde_json",
]
2021-03-16 12:12:29 +00:00
[[package]]
name = "spirv-std"
2021-08-12 10:46:32 +00:00
version = "0.4.0-alpha.12"
2021-03-16 12:12:29 +00:00
dependencies = [
"bitflags",
2021-06-02 07:28:01 +00:00
"glam",
2021-03-16 12:12:29 +00:00
"num-traits",
"spirv-std-macros",
"spirv-types",
]
2020-09-15 13:17:27 +00:00
[[package]]
name = "spirv-std-macros"
2021-08-12 10:46:32 +00:00
version = "0.4.0-alpha.12"
2021-01-25 10:39:47 +00:00
dependencies = [
"heck",
2021-03-16 12:12:29 +00:00
"proc-macro2",
2021-01-25 10:39:47 +00:00
"quote",
"spirv-types",
2021-01-25 10:39:47 +00:00
"syn",
]
Add spirv-tools and spirv-tools-sys crates to wrap usage of spirv-tools (#179) * Add spirv-headers and spirv-tools as submodules * Add simple generator and the generated code needed for compilation * Add first pass on spirv-tools-sys * Add first pass on spirv-tools * Replace invocation of spirv-opt with spirv-tools crate * Use C++11 * Placate clippy * Add validation, replacing spirv-val with the spirv-tools crate * Fix MSVC warning * Use patched spirv-tools * Fixup metadata * Add same compiler flags as "official" build scripts * Update spirv-tools and generated files * Fixup * Add assembler and example * Use assembler in tests * Oops, fix macos TARGET_OS * write -> write_all * Start splitting spirv-tools into a compiled vs tool feature set * Checkpointing * Checkpoint * Boop * Get tests to work both with installed and compiled tools * Cleanup CI config * Splits steps to clearly show how long each part of a longer (eg test) step actually takes * Label all steps * Explicitly disable submodule checkout * Rustfmt * Rename features for consistency and fix clippy warnings * Split "core" crates from examples * Add run_clippy bash script * Add test script * Remove x flag * Newline * Actually print out errors from running val/opt * Revert drive-by import merging * Change intro to take the changes this PR has into account * Actually run tests on Windows * Fetch only the host target to reduce fetch times * Add more info when a spirv tool returns a non-zero exit code * Rustfmt * Switch tool assembler to use files to see if it fixes windows * Use files for input and output for now until I can figure out Windows being dumb * Fix API docs generation * Compile and use C++ code to check Windows issue * Return to use installed tools
2020-10-29 22:03:07 +00:00
[[package]]
name = "spirv-tools"
2021-10-14 14:38:15 +00:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-14 14:38:15 +00:00
checksum = "47ffcd721c949125c13b1213a292477a2d82621512b094564bd918c3a1c7f7ff"
Add spirv-tools and spirv-tools-sys crates to wrap usage of spirv-tools (#179) * Add spirv-headers and spirv-tools as submodules * Add simple generator and the generated code needed for compilation * Add first pass on spirv-tools-sys * Add first pass on spirv-tools * Replace invocation of spirv-opt with spirv-tools crate * Use C++11 * Placate clippy * Add validation, replacing spirv-val with the spirv-tools crate * Fix MSVC warning * Use patched spirv-tools * Fixup metadata * Add same compiler flags as "official" build scripts * Update spirv-tools and generated files * Fixup * Add assembler and example * Use assembler in tests * Oops, fix macos TARGET_OS * write -> write_all * Start splitting spirv-tools into a compiled vs tool feature set * Checkpointing * Checkpoint * Boop * Get tests to work both with installed and compiled tools * Cleanup CI config * Splits steps to clearly show how long each part of a longer (eg test) step actually takes * Label all steps * Explicitly disable submodule checkout * Rustfmt * Rename features for consistency and fix clippy warnings * Split "core" crates from examples * Add run_clippy bash script * Add test script * Remove x flag * Newline * Actually print out errors from running val/opt * Revert drive-by import merging * Change intro to take the changes this PR has into account * Actually run tests on Windows * Fetch only the host target to reduce fetch times * Add more info when a spirv tool returns a non-zero exit code * Rustfmt * Switch tool assembler to use files to see if it fixes windows * Use files for input and output for now until I can figure out Windows being dumb * Fix API docs generation * Compile and use C++ code to check Windows issue * Return to use installed tools
2020-10-29 22:03:07 +00:00
dependencies = [
"memchr",
"spirv-tools-sys",
"tempfile",
]
[[package]]
name = "spirv-tools-sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b967db819666ccf7a0373876321bfe852922edcc7f3e30e3a7668b02e1961119"
Add spirv-tools and spirv-tools-sys crates to wrap usage of spirv-tools (#179) * Add spirv-headers and spirv-tools as submodules * Add simple generator and the generated code needed for compilation * Add first pass on spirv-tools-sys * Add first pass on spirv-tools * Replace invocation of spirv-opt with spirv-tools crate * Use C++11 * Placate clippy * Add validation, replacing spirv-val with the spirv-tools crate * Fix MSVC warning * Use patched spirv-tools * Fixup metadata * Add same compiler flags as "official" build scripts * Update spirv-tools and generated files * Fixup * Add assembler and example * Use assembler in tests * Oops, fix macos TARGET_OS * write -> write_all * Start splitting spirv-tools into a compiled vs tool feature set * Checkpointing * Checkpoint * Boop * Get tests to work both with installed and compiled tools * Cleanup CI config * Splits steps to clearly show how long each part of a longer (eg test) step actually takes * Label all steps * Explicitly disable submodule checkout * Rustfmt * Rename features for consistency and fix clippy warnings * Split "core" crates from examples * Add run_clippy bash script * Add test script * Remove x flag * Newline * Actually print out errors from running val/opt * Revert drive-by import merging * Change intro to take the changes this PR has into account * Actually run tests on Windows * Fetch only the host target to reduce fetch times * Add more info when a spirv tool returns a non-zero exit code * Rustfmt * Switch tool assembler to use files to see if it fixes windows * Use files for input and output for now until I can figure out Windows being dumb * Fix API docs generation * Compile and use C++ code to check Windows issue * Return to use installed tools
2020-10-29 22:03:07 +00:00
dependencies = [
"cc",
]
[[package]]
name = "spirv-types"
2021-08-12 10:46:32 +00:00
version = "0.4.0-alpha.12"
2020-10-09 15:22:07 +00:00
[[package]]
name = "strsim"
version = "0.8.0"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
2020-09-01 21:58:26 +00:00
[[package]]
name = "strsim"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
[[package]]
name = "structopt"
2021-10-14 14:38:15 +00:00
version = "0.3.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-14 14:38:15 +00:00
checksum = "bf9d950ef167e25e0bdb073cf1d68e9ad2795ac826f2f3f59647817cf23c0bfa"
dependencies = [
2021-10-14 14:38:15 +00:00
"clap",
"lazy_static",
"structopt-derive",
]
[[package]]
name = "structopt-derive"
2021-10-14 14:38:15 +00:00
version = "0.4.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-14 14:38:15 +00:00
checksum = "134d838a2c9943ac3125cf6df165eda53493451b719f3255b2a26b85f772d0ba"
dependencies = [
"heck",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "strum"
2021-10-14 14:38:15 +00:00
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-14 14:38:15 +00:00
checksum = "f7ac893c7d471c8a21f31cfe213ec4f6d9afeed25537c772e08ef3f005f8729e"
dependencies = [
"strum_macros",
]
[[package]]
name = "strum_macros"
2021-10-14 14:38:15 +00:00
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-14 14:38:15 +00:00
checksum = "339f799d8b549e3744c7ac7feb216383e4005d94bdb22561b3ab8f3b808ae9fb"
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn",
2020-09-03 15:51:23 +00:00
]
[[package]]
name = "syn"
2021-10-14 14:38:15 +00:00
version = "1.0.80"
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 = "d010a1623fbd906d51d650a9916aaefc05ffa0e4053ff7fe601167f3e715d194"
2020-09-03 15:51:23 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
2020-09-03 15:51:23 +00:00
]
2020-09-11 11:09:06 +00:00
[[package]]
name = "tar"
2021-08-20 08:24:26 +00:00
version = "0.4.37"
2020-09-11 11:09:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-20 08:24:26 +00:00
checksum = "d6f5515d3add52e0bbdcad7b83c388bb36ba7b754dda3b5f5bc2d38640cdba5c"
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",
"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
]
[[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",
]
[[package]]
name = "termcolor"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
dependencies = [
"winapi-util",
]
[[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",
]
[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
dependencies = [
"unicode-width",
]
[[package]]
name = "thiserror"
2021-10-14 14:38:15 +00:00
version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-14 14:38:15 +00:00
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2021-10-14 14:38:15 +00:00
version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-14 14:38:15 +00:00
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "toml"
2021-01-04 10:25:56 +00:00
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-04 10:25:56 +00:00
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
dependencies = [
"serde",
]
2020-09-03 15:51:23 +00:00
[[package]]
name = "topological-sort"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa7c7f42dea4b1b99439786f5633aeb9c14c1b53f75e282803c2ec2ad545873c"
2021-08-12 11:42:16 +00:00
[[package]]
name = "ucd-trie"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
[[package]]
name = "unicode-segmentation"
2021-08-12 11:42:16 +00:00
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-12 11:42:16 +00:00
checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
[[package]]
name = "unicode-width"
2021-10-14 14:38:15 +00:00
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-14 14:38:15 +00:00
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
2020-09-03 15:51:23 +00:00
[[package]]
name = "unicode-xid"
version = "0.2.2"
2020-09-03 15:51:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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",
]
[[package]]
name = "vec_map"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2021-01-04 10:25:56 +00:00
[[package]]
name = "version-compare"
version = "0.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d63556a25bae6ea31b52e640d7c41d1ab27faba4ccb600013837a3d0b3994ca1"
[[package]]
name = "version_check"
2021-03-16 12:12:29 +00:00
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-16 12:12:29 +00:00
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
2020-10-09 15:22:07 +00:00
[[package]]
name = "walkdir"
version = "2.3.2"
2020-10-09 15:22:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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 = [
"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",
"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 = [
"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 = [
"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 = [
"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 = [
"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"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6deeba72b1fd9e9fc6641603bd5f72fa465857e3577b9a823fc316ffd45e69b4"
dependencies = [
"bitflags",
"downcast-rs",
"libc",
"nix 0.22.2",
"scoped-tls",
2021-10-14 14:38:15 +00:00
"wayland-commons 0.29.0",
"wayland-scanner 0.29.0",
"wayland-sys 0.29.0",
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",
"once_cell",
"smallvec",
2021-10-14 14:38:15 +00:00
"wayland-sys 0.28.6",
]
[[package]]
name = "wayland-commons"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93d6377fc0efc620da05cb78c5dc846420940e7b2c471aa2faf59c58e063c2b7"
dependencies = [
"nix 0.22.2",
"once_cell",
"smallvec",
"wayland-sys 0.29.0",
2020-10-09 15:22:07 +00:00
]
[[package]]
name = "wayland-cursor"
2021-08-12 11:42:16 +00:00
version = "0.28.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-12 11:42:16 +00:00
checksum = "be610084edd1586d45e7bdd275fe345c7c1873598caa464c4fb835dee70fa65a"
dependencies = [
2021-10-14 14:38:15 +00:00
"nix 0.20.2",
"wayland-client 0.28.6",
"xcursor",
]
[[package]]
name = "wayland-cursor"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf9197a26e00b5e282b57ea9b620e4305ea5682f55f0b1ad862e388abf2d2bb5"
dependencies = [
"nix 0.22.2",
"wayland-client 0.29.0",
"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 = [
"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"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "503643f261c0f18124a4666b8c1e66258cf68b51f675d6e64469fbc72ddf0cd6"
dependencies = [
"bitflags",
"wayland-client 0.29.0",
"wayland-commons 0.29.0",
"wayland-scanner 0.29.0",
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 = [
"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"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d3d043a8926b2836749018bfb393e2328cac86bd414b9c3d3f8c523d0dee2dd"
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"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fef2a7d20f93be1379a2dfd9457c291e840b942fa38fe0b95ad6b0425a22d43a"
dependencies = [
"dlib",
2020-10-09 15:22:07 +00:00
"lazy_static",
"pkg-config",
2020-10-09 15:22:07 +00:00
]
2020-10-27 01:39:56 +00:00
[[package]]
name = "web-sys"
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"
2021-10-14 14:38:15 +00:00
version = "0.11.0"
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 = "d1577ecc4f6992b9e965878ac594efb24eed2bdf089c11f45b3d1c5f216e2e30"
2020-10-27 01:39:56 +00:00
dependencies = [
"arrayvec",
"js-sys",
2021-06-17 15:06:26 +00:00
"log",
"naga",
"parking_lot",
2020-10-27 01:39:56 +00:00
"raw-window-handle",
"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"
2021-10-14 14:38:15 +00:00
version = "0.11.0"
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 = "45af76ba5545b61a6904f26cdcf4287329144ae9e12f0c23ec4c9be982d675a6"
2020-10-27 01:39:56 +00:00
dependencies = [
"arrayvec",
"bitflags",
"cfg_aliases",
2020-10-27 01:39:56 +00:00
"copyless",
"fxhash",
2021-10-14 14:38:15 +00:00
"log",
"naga",
"parking_lot",
"profiling",
"raw-window-handle",
"smallvec",
"thiserror",
"wgpu-hal",
"wgpu-types",
]
[[package]]
name = "wgpu-hal"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11095a81f4406b1e594dab7dc35d6508409d364e62458f2e5b07b3edc7aca517"
dependencies = [
"arrayvec",
"ash",
"bit-set",
"bitflags",
"block",
"core-graphics-types",
"d3d12",
"foreign-types",
"fxhash",
"glow",
"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",
"parking_lot",
2021-06-17 15:06:26 +00:00
"profiling",
2021-10-14 14:38:15 +00:00
"range-alloc",
2020-10-27 01:39:56 +00:00
"raw-window-handle",
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"
2021-10-14 14:38:15 +00:00
version = "0.11.0"
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 = "e15e44ba88ec415466e18e91881319e7c9e96cb905dc623305168aea65b85ccc"
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"
2021-06-17 15:06:26 +00:00
version = "0.25.0"
2021-10-14 14:38:15 +00:00
source = "git+https://github.com/rust-windowing/winit?rev=1b3b82a3c1369c5248a2e6a251230ba6c615e918#1b3b82a3c1369c5248a2e6a251230ba6c615e918"
2020-10-09 15:22:07 +00:00
dependencies = [
"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-01-04 10:25:56 +00:00
"core-graphics 0.22.2",
"core-video-sys",
"dispatch",
"instant",
2020-10-09 15:22:07 +00:00
"lazy_static",
"libc",
"log",
2021-06-17 15:06:26 +00:00
"mio",
2021-10-14 14:38:15 +00:00
"ndk 0.3.0",
"ndk-glue 0.3.0",
"ndk-sys",
2020-10-09 15:22:07 +00:00
"objc",
"parking_lot",
2020-10-09 15:22:07 +00:00
"percent-encoding",
"raw-window-handle",
"smithay-client-toolkit",
"wasm-bindgen",
2021-10-14 14:38:15 +00:00
"wayland-client 0.29.0",
"wayland-protocols 0.29.0",
"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
[[package]]
name = "xcursor"
2021-10-14 14:38:15 +00:00
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-14 14:38:15 +00:00
checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7"
dependencies = [
2021-10-14 14:38:15 +00:00
"nom 7.0.0",
]
[[package]]
name = "xkb"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aec02bc5de902aa579f3d2f2c522edaf40fa42963cbaffe645b058ddcc68fdb2"
dependencies = [
"bitflags",
"libc",
"xkbcommon-sys",
]
[[package]]
name = "xkbcommon-sys"
2021-01-18 14:35:12 +00:00
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-18 14:35:12 +00:00
checksum = "59a001b79d45b0b4541c228a501177f2b35db976bf7ee3f7fce8fa2381554ab5"
dependencies = [
2021-01-18 14:35:12 +00:00
"bindgen",
"libc",
"pkg-config",
]
2020-10-09 15:22:07 +00:00
[[package]]
name = "xml-rs"
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"