2020-07-22 05:19:27 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-06-23 00:42:34 +00:00
|
|
|
version = 3
|
|
|
|
|
2021-11-16 01:34:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ab_glyph"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.2.15"
|
2021-11-16 01:34:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "24606928a235e73cdef55a0c909719cadd72fce573e5713d58cb2952d8f5794c"
|
2021-11-16 01:34:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"ab_glyph_rasterizer",
|
2021-12-03 20:34:12 +00:00
|
|
|
"owned_ttf_parser",
|
2021-11-16 01:34:24 +00:00
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ab_glyph_rasterizer"
|
2021-12-03 20:34:12 +00:00
|
|
|
version = "0.1.5"
|
2021-06-01 04:24:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 20:34:12 +00:00
|
|
|
checksum = "a13739d7177fbd22bb0ed28badfff9f372f8bef46c863db4e1c6248f6b223b6e"
|
2021-06-01 04:24:20 +00:00
|
|
|
|
2021-11-16 01:34:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "alsa"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.6.0"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "5915f52fe2cf65e83924d037b6c5290b7cee097c6b5c8700746e6168a343fd6b"
|
2021-07-09 03:35:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"alsa-sys",
|
|
|
|
"bitflags",
|
|
|
|
"libc",
|
2022-04-07 18:19:47 +00:00
|
|
|
"nix 0.23.1",
|
2021-07-09 03:35:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alsa-sys"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2021-10-20 05:48:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2022-04-26 16:45:57 +00:00
|
|
|
version = "1.0.57"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 16:45:57 +00:00
|
|
|
checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2021-12-03 20:34:12 +00:00
|
|
|
version = "0.7.2"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 20:34:12 +00:00
|
|
|
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ash"
|
2021-09-11 23:47:45 +00:00
|
|
|
version = "0.33.3+1.2.191"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-11 23:47:45 +00:00
|
|
|
checksum = "cc4f1d82f164f838ae413296d1131aa6fa79b917d25bebaa7033d25620c09219"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
2021-12-03 20:34:12 +00:00
|
|
|
"libloading",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
2021-11-16 01:34:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atomic_refcell"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73b5e5f48b927f04e952dedc932f31995a65a0bf65ec971c74436e51bf6e970d"
|
|
|
|
|
2021-03-23 02:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2021-07-28 03:52:58 +00:00
|
|
|
"winapi",
|
2021-03-23 02:41:22 +00:00
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "1.1.0"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
2021-05-04 04:11:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base-x"
|
2022-04-26 16:45:57 +00:00
|
|
|
version = "0.2.10"
|
2021-05-04 04:11:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 16:45:57 +00:00
|
|
|
checksum = "dc19a4937b4fbd3fe3379793130e42060d10627a360f2127802b10b87e7baf74"
|
2021-05-04 04:11:39 +00:00
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
2022-04-26 16:45:57 +00:00
|
|
|
version = "0.59.2"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 16:45:57 +00:00
|
|
|
checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"
|
2021-07-09 03:35:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cexpr",
|
|
|
|
"clang-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"peeking_take_while",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
|
|
|
"shlex",
|
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +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"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
|
|
|
|
2021-03-16 02:16:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitfield"
|
|
|
|
version = "0.13.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "46afbd2983a5d5a7bd740ccb198caf5b82f45c40c09c0eed36052d91cb92e719"
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-10-07 18:27:51 +00:00
|
|
|
version = "1.3.2"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-07 18:27:51 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "3.9.1"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "1.9.1"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "cdead85bdec19c194affaeeb670c0e41fe23de31459efd1c174d049269cf02cc"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-03-20 22:49:36 +00:00
|
|
|
version = "1.4.3"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-20 22:49:36 +00:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2021-09-11 23:47:45 +00:00
|
|
|
version = "1.1.0"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-11 23:47:45 +00:00
|
|
|
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
2021-07-09 03:35:53 +00:00
|
|
|
|
2021-07-28 07:01:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cache-padded"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "1.2.0"
|
2021-07-28 07:01:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
|
2021-07-28 07:01:04 +00:00
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "calloop"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.9.3"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "bf2eec61efe56aa1e813f5126959296933cf0700030e4314786c48779a66ab82"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
2022-04-07 18:19:47 +00:00
|
|
|
"nix 0.22.3",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "1.0.73"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
]
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cesu8"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cexpr"
|
2022-04-26 16:45:57 +00:00
|
|
|
version = "0.6.0"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 16:45:57 +00:00
|
|
|
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
2021-07-09 03:35:53 +00:00
|
|
|
dependencies = [
|
2022-04-26 16:45:57 +00:00
|
|
|
"nom",
|
2021-07-09 03:35:53 +00:00
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2021-06-01 04:24:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg_aliases"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "1.3.1"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "4cc00842eed744b858222c4c9faf7243aafc6d33f92f96935263ef4d8a41ce21"
|
2021-07-09 03:35:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"glob",
|
|
|
|
"libc",
|
2021-12-03 20:34:12 +00:00
|
|
|
"libloading",
|
2021-07-09 03:35:53 +00:00
|
|
|
]
|
|
|
|
|
2021-03-23 02:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2022-04-26 16:45:57 +00:00
|
|
|
version = "3.1.12"
|
2021-03-23 02:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 16:45:57 +00:00
|
|
|
checksum = "7c167e37342afc5f33fd87bbc870cedd020d2a6dffa05d45ccd9241fbdd146db"
|
2021-03-23 02:41:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
2022-04-26 16:45:57 +00:00
|
|
|
"clap_lex",
|
2022-04-07 18:19:47 +00:00
|
|
|
"indexmap",
|
|
|
|
"lazy_static",
|
|
|
|
"strsim",
|
|
|
|
"termcolor",
|
2021-03-23 02:41:22 +00:00
|
|
|
"textwrap",
|
|
|
|
]
|
|
|
|
|
2022-04-26 16:45:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "189ddd3b5d32a70b35e7686054371742a937b0d99128e76dde6340210e966669"
|
|
|
|
dependencies = [
|
|
|
|
"os_str_bytes",
|
|
|
|
]
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "claxon"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4bfbf56724aa9eca8afa4fcfadeb479e722935bb2a0900c2d37e0cc477af0688"
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cocoa"
|
|
|
|
version = "0.24.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6f63902e9223530efb4e26ccd0cf55ec30d592d3b42e21a28defc42a9586e832"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"block",
|
|
|
|
"cocoa-foundation",
|
2022-04-07 18:19:47 +00:00
|
|
|
"core-foundation 0.9.3",
|
2021-12-03 20:34:12 +00:00
|
|
|
"core-graphics 0.22.3",
|
2021-01-19 02:47:09 +00:00
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
|
|
|
"objc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cocoa-foundation"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"block",
|
2022-04-07 18:19:47 +00:00
|
|
|
"core-foundation 0.9.3",
|
2021-01-19 02:47:09 +00:00
|
|
|
"core-graphics-types",
|
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
|
|
|
"objc",
|
|
|
|
]
|
|
|
|
|
2021-07-28 03:52:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "codespan-reporting"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
|
|
|
|
dependencies = [
|
|
|
|
"termcolor",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "combine"
|
2022-04-26 16:45:57 +00:00
|
|
|
version = "4.6.4"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 16:45:57 +00:00
|
|
|
checksum = "2a604e93b79d1808327a6fca85a6f2d69de66461e7620f5a4cbf5fb4d1d7c948"
|
2021-07-09 03:35:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "copyless"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2df960f5d869b2dd8532793fde43eb5427cceb126c929747a26823ab0eeb536"
|
|
|
|
|
2021-05-04 04:11:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "25b9e03f145fd4f2bf705e07b900cd41fc636598fe5dc452fd0db1441c3f496d"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys 0.6.2",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +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"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.9.3"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
2021-10-14 17:58:25 +00:00
|
|
|
"core-foundation-sys 0.8.3",
|
2021-01-19 02:47:09 +00:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-05-04 04:11:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
|
|
|
|
|
2021-01-19 02:47:09 +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 17:58:25 +00:00
|
|
|
version = "0.8.3"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 17:58:25 +00:00
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-graphics"
|
|
|
|
version = "0.19.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b3889374e6ea6ab25dba90bb5d96202f61108058361f6dc72e8b03e6f8bbe923"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"core-foundation 0.7.0",
|
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-graphics"
|
2021-12-03 20:34:12 +00:00
|
|
|
version = "0.22.3"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 20:34:12 +00:00
|
|
|
checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2022-04-07 18:19:47 +00:00
|
|
|
"core-foundation 0.9.3",
|
2021-01-19 02:47:09 +00:00
|
|
|
"core-graphics-types",
|
|
|
|
"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",
|
2022-04-07 18:19:47 +00:00
|
|
|
"core-foundation 0.9.3",
|
2021-01-19 02:47:09 +00:00
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-video-sys"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34ecad23610ad9757664d644e369246edde1803fcb43ed72876565098a5d3828"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"core-foundation-sys 0.7.0",
|
|
|
|
"core-graphics 0.19.2",
|
|
|
|
"libc",
|
|
|
|
"objc",
|
|
|
|
]
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "coreaudio-rs"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "11894b20ebfe1ff903cbdc52259693389eea03b94918a2def2c30c3bf227ad88"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"coreaudio-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "coreaudio-sys"
|
2022-04-26 16:45:57 +00:00
|
|
|
version = "0.2.10"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 16:45:57 +00:00
|
|
|
checksum = "3dff444d80630d7073077d38d40b4501fd518bd2b922c2a55edcc8b0f7be57e6"
|
2021-07-09 03:35:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cpal"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.13.5"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "74117836a5124f3629e4b474eed03e479abaf98988b4bb317e29f08cfe0e4116"
|
2021-07-09 03:35:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"alsa",
|
2021-10-14 17:58:25 +00:00
|
|
|
"core-foundation-sys 0.8.3",
|
2021-07-09 03:35:53 +00:00
|
|
|
"coreaudio-rs",
|
|
|
|
"jni",
|
|
|
|
"js-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"mach 0.3.2",
|
2022-04-07 18:19:47 +00:00
|
|
|
"ndk 0.6.0",
|
2022-04-26 16:45:57 +00:00
|
|
|
"ndk-glue 0.6.2",
|
2022-04-07 18:19:47 +00:00
|
|
|
"nix 0.23.1",
|
2021-07-09 03:35:53 +00:00
|
|
|
"oboe",
|
|
|
|
"parking_lot",
|
|
|
|
"stdweb 0.1.3",
|
|
|
|
"thiserror",
|
|
|
|
"web-sys",
|
2021-07-28 03:52:58 +00:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-12-03 20:34:12 +00:00
|
|
|
name = "cty"
|
|
|
|
version = "0.2.2"
|
2021-07-28 03:52:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 20:34:12 +00:00
|
|
|
checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
|
2021-07-09 06:25:52 +00:00
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "d3d12"
|
2021-09-11 23:47:45 +00:00
|
|
|
version = "0.4.1"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-11 23:47:45 +00:00
|
|
|
checksum = "2daefd788d1e96e0a9d66dee4b828b883509bc3ea9ce30665f04c3246372690c"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2021-12-03 20:34:12 +00:00
|
|
|
"libloading",
|
2021-07-28 03:52:58 +00:00
|
|
|
"winapi",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.13.4"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
2022-04-07 18:19:47 +00:00
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
2021-12-03 20:34:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.13.4"
|
2021-12-03 20:34:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
|
2021-12-03 20:34:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-04-07 18:19:47 +00:00
|
|
|
"strsim",
|
2021-12-03 20:34:12 +00:00
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.13.4"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
2022-04-07 18:19:47 +00:00
|
|
|
"darling_core",
|
2021-01-19 02:47:09 +00:00
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-09-20 07:13:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "directories-next"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
|
|
|
|
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",
|
2021-10-14 17:58:25 +00:00
|
|
|
"redox_users",
|
2021-09-20 07:13:25 +00:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-05-04 04:11:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "discard"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dispatch"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
|
|
|
|
|
2021-03-20 22:49:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dlib"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794"
|
|
|
|
dependencies = [
|
2021-12-03 20:34:12 +00:00
|
|
|
"libloading",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "downcast-rs"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
|
|
|
|
|
2021-11-16 01:34:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "egui"
|
|
|
|
version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1c8d416a3343cbfc6f4d17bb1cba46b4d7efecb9ee541967763e0b5e04e5fae7"
|
|
|
|
dependencies = [
|
2021-12-03 20:34:12 +00:00
|
|
|
"ahash",
|
2021-11-16 01:34:24 +00:00
|
|
|
"epaint",
|
|
|
|
"nohash-hasher",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "egui_wgpu_backend"
|
|
|
|
version = "0.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fe7d53df01ecac5951500cd5637b99c0334dad353fce9b203a9bf66b5f791a6b"
|
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
"epi",
|
|
|
|
"wgpu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "egui_winit_platform"
|
2021-12-06 17:36:23 +00:00
|
|
|
version = "0.12.0"
|
2021-11-16 01:34:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-06 17:36:23 +00:00
|
|
|
checksum = "060a783c2f05a8ff8f02ade860e8bfcc6153d62104097938b1192405b7039973"
|
2021-11-16 01:34:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"egui",
|
2021-12-06 17:36:23 +00:00
|
|
|
"winit",
|
2021-11-16 01:34:24 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "emath"
|
|
|
|
version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "24a1aaa922d55da6a2bf32957c3d153e7fb9d52ed8d69777a75092240172eb6e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "epaint"
|
|
|
|
version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "16bb4d3b8bbbd132c99d2a5efec8567e8b6d09b742f758ae6cf1e4b104fe0231"
|
|
|
|
dependencies = [
|
|
|
|
"ab_glyph",
|
2021-12-03 20:34:12 +00:00
|
|
|
"ahash",
|
2021-11-16 01:34:24 +00:00
|
|
|
"atomic_refcell",
|
|
|
|
"emath",
|
|
|
|
"nohash-hasher",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "epi"
|
|
|
|
version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f5e4e08127f9b86e2c450c96a3032764b63546eb170c2fc54684dc70ff3fc82"
|
|
|
|
dependencies = [
|
|
|
|
"egui",
|
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[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 = "fxhash"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
2020-07-22 05:19:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gb"
|
|
|
|
version = "0.1.0"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2021-03-16 02:16:11 +00:00
|
|
|
"bitfield",
|
2021-03-23 02:41:22 +00:00
|
|
|
"clap",
|
2021-09-20 07:13:25 +00:00
|
|
|
"directories-next",
|
2021-11-16 01:34:24 +00:00
|
|
|
"egui",
|
|
|
|
"egui_wgpu_backend",
|
|
|
|
"egui_winit_platform",
|
2021-05-04 04:11:39 +00:00
|
|
|
"gilrs",
|
2021-12-09 14:05:05 +00:00
|
|
|
"once_cell",
|
2021-11-16 01:34:24 +00:00
|
|
|
"pollster",
|
2021-07-09 03:35:53 +00:00
|
|
|
"rodio",
|
2021-07-28 07:01:04 +00:00
|
|
|
"rtrb",
|
2021-11-25 02:12:26 +00:00
|
|
|
"thiserror",
|
2021-10-20 05:48:44 +00:00
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
2021-11-16 01:34:24 +00:00
|
|
|
"wgpu",
|
2021-12-06 17:36:23 +00:00
|
|
|
"winit",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
2021-09-20 07:13:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.2.6"
|
2021-09-20 07:13:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"
|
2021-09-20 07:13:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
2022-04-07 18:19:47 +00:00
|
|
|
"wasi 0.10.2+wasi-snapshot-preview1",
|
2021-09-20 07:13:25 +00:00
|
|
|
]
|
|
|
|
|
2021-05-04 04:11:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gilrs"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.8.2"
|
2021-05-04 04:11:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "1550c8bdebc993576e343d600a954654708a9a1182396ee1e805d6fe60c72909"
|
2021-05-04 04:11:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"gilrs-core",
|
|
|
|
"log",
|
|
|
|
"uuid",
|
|
|
|
"vec_map",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gilrs-core"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.3.2"
|
2021-05-04 04:11:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "84c7262ce1e88429c9b1d847820c9d2ba00adafc955218393d9c0861d5aaab88"
|
2021-05-04 04:11:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation 0.6.4",
|
|
|
|
"io-kit-sys",
|
|
|
|
"libc",
|
|
|
|
"libudev-sys",
|
|
|
|
"log",
|
2022-04-07 18:19:47 +00:00
|
|
|
"nix 0.23.1",
|
2021-05-04 04:11:39 +00:00
|
|
|
"rusty-xinput",
|
2021-07-09 03:35:53 +00:00
|
|
|
"stdweb 0.4.20",
|
2021-05-04 04:11:39 +00:00
|
|
|
"uuid",
|
|
|
|
"vec_map",
|
2021-07-28 03:52:58 +00:00
|
|
|
"winapi",
|
2021-06-01 04:24:20 +00:00
|
|
|
]
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
|
|
|
|
2021-06-01 04:24:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "glow"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.11.2"
|
2021-06-01 04:24:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "d8bd5877156a19b8ac83a29b2306fe20537429d318f3ff0a1a2119f8d9c61919"
|
2021-06-01 04:24:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"slotmap",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gpu-alloc"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.5.3"
|
2021-06-01 04:24:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "7fc59e5f710e310e76e6707f86c561dd646f69a8876da9131703b2f717de818d"
|
2021-06-01 04:24:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"gpu-alloc-types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gpu-alloc-types"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "54804d0d6bc9d7f26db4eaec1ad10def69b599315f487d32c334a80d1efe67a5"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gpu-descriptor"
|
2021-12-03 20:34:12 +00:00
|
|
|
version = "0.2.2"
|
2021-06-01 04:24:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 20:34:12 +00:00
|
|
|
checksum = "a538f217be4d405ff4719a283ca68323cc2384003eca5baaa87501e821c81dda"
|
2021-06-01 04:24:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"gpu-descriptor-types",
|
2021-12-03 20:34:12 +00:00
|
|
|
"hashbrown",
|
2021-06-01 04:24:20 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gpu-descriptor-types"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "363e3677e55ad168fef68cf9de3a4a310b53124c5e784c53a1d70e92d23f2126"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
2021-12-03 20:34:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
]
|
2021-07-09 03:35:53 +00:00
|
|
|
|
2021-03-23 02:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-07-09 03:35:53 +00:00
|
|
|
version = "0.1.19"
|
2021-03-23 02:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-09 03:35:53 +00:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2021-03-23 02:41:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-10-11 03:06:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hexf-parse"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hound"
|
|
|
|
version = "3.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a164bb2ceaeff4f42542bdb847c41517c78a60f5649671b2a07312b6e117549"
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
2021-06-01 04:24:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "1.8.1"
|
2021-06-01 04:24:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee"
|
2021-06-01 04:24:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2021-12-03 20:34:12 +00:00
|
|
|
"hashbrown",
|
2021-06-01 04:24:20 +00:00
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "inplace_it"
|
2021-03-20 22:49:36 +00:00
|
|
|
version = "0.3.3"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-20 22:49:36 +00:00
|
|
|
checksum = "90953f308a79fe6d62a4643e51f848fbfddcd05975a38e69fdf4ab86a7baf7ca"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2021-12-03 20:34:12 +00:00
|
|
|
version = "0.1.12"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 20:34:12 +00:00
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2021-10-11 03:06:51 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
2021-05-04 04:11:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "io-kit-sys"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f21dcc74995dd4cd090b147e79789f8d65959cbfb5f0b118002db869ea3bd0a0"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys 0.6.2",
|
2021-07-09 03:35:53 +00:00
|
|
|
"mach 0.2.3",
|
2021-05-04 04:11:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "1.0.1"
|
2021-05-04 04:11:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
|
2021-05-04 04:11:39 +00:00
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jni"
|
2021-09-11 23:47:45 +00:00
|
|
|
version = "0.19.0"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-11 23:47:45 +00:00
|
|
|
checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec"
|
2021-07-09 03:35:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"cesu8",
|
|
|
|
"combine",
|
|
|
|
"jni-sys",
|
|
|
|
"log",
|
|
|
|
"thiserror",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jni-sys"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2021-09-11 23:47:45 +00:00
|
|
|
version = "0.1.24"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-11 23:47:45 +00:00
|
|
|
checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2022-04-26 16:45:57 +00:00
|
|
|
version = "0.3.57"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 16:45:57 +00:00
|
|
|
checksum = "671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-06-01 04:24:20 +00:00
|
|
|
name = "khronos-egl"
|
2021-07-28 03:52:58 +00:00
|
|
|
version = "4.1.0"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-28 03:52:58 +00:00
|
|
|
checksum = "8c2352bd1d0bceb871cb9d40f24360c8133c11d7486b68b5381c1dd1a32015e3"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
2021-06-01 04:24:20 +00:00
|
|
|
"libc",
|
2021-12-03 20:34:12 +00:00
|
|
|
"libloading",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
2021-06-02 06:50:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lewton"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "777b48df9aaab155475a83a7df3070395ea1ac6902f5cd062b8f2b028075c030"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"ogg",
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2022-04-26 16:45:57 +00:00
|
|
|
version = "0.2.124"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 16:45:57 +00:00
|
|
|
checksum = "21a41fed9d98f27ab1c6d161da622a4fa35e8a54a8adc24bbf3ddd0ef70b0e50"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.7.3"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
|
2021-03-20 22:49:36 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2021-07-28 03:52:58 +00:00
|
|
|
"winapi",
|
2021-03-20 22:49:36 +00:00
|
|
|
]
|
|
|
|
|
2021-05-04 04:11:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libudev-sys"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.4.7"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
2022-04-07 18:19:47 +00:00
|
|
|
"autocfg",
|
2021-01-19 02:47:09 +00:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.4.16"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
2021-03-20 22:49:36 +00:00
|
|
|
"cfg-if 1.0.0",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
2021-05-04 04:11:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mach"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "86dd2487cdfea56def77b88438a2c915fb45113c5319bfe7e14306ca4cd0b0e1"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mach"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "malloc_buf"
|
|
|
|
version = "0.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-10-20 05:48:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
2021-10-30 00:37:24 +00:00
|
|
|
version = "0.1.0"
|
2021-10-20 05:48:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-30 00:37:24 +00:00
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
2021-10-20 05:48:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"regex-automata",
|
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2021-09-11 23:47:45 +00:00
|
|
|
version = "2.4.1"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-11 23:47:45 +00:00
|
|
|
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memmap2"
|
2021-12-03 20:34:12 +00:00
|
|
|
version = "0.3.1"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 20:34:12 +00:00
|
|
|
checksum = "00b6c2ebff6180198788f5db08d7ce3bc1d0b617176678831a7510825973e357"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-07-28 03:52:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2021-12-03 20:34:12 +00:00
|
|
|
version = "0.6.5"
|
2021-07-28 03:52:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 20:34:12 +00:00
|
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
2021-07-28 03:52:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "metal"
|
2021-09-11 23:47:45 +00:00
|
|
|
version = "0.23.1"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-11 23:47:45 +00:00
|
|
|
checksum = "e0514f491f4cc03632ab399ee01e2c1c1b12d3e1cf2d667c1ff5f87d6dcd2084"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"block",
|
2021-07-28 03:52:58 +00:00
|
|
|
"core-graphics-types",
|
2021-01-19 02:47:09 +00:00
|
|
|
"foreign-types",
|
|
|
|
"log",
|
|
|
|
"objc",
|
|
|
|
]
|
|
|
|
|
2021-09-11 23:47:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
2021-12-03 20:34:12 +00:00
|
|
|
version = "0.2.1"
|
2021-09-11 23:47:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 20:34:12 +00:00
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
2021-09-11 23:47:45 +00:00
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "minimp3"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "985438f75febf74c392071a975a29641b420dd84431135a6e6db721de4b74372"
|
|
|
|
dependencies = [
|
|
|
|
"minimp3-sys",
|
|
|
|
"slice-deque",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "minimp3-sys"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e21c73734c69dc95696c9ed8926a2b393171d98b3f5f5935686a26a487ab9b90"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.8.2"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "52da4364ffb0e4fe33a9841a98a3f3014fb964045ce4f7a45a398243c8d6b0c9"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"miow",
|
2021-07-28 03:52:58 +00:00
|
|
|
"ntapi",
|
2022-04-07 18:19:47 +00:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2021-07-28 03:52:58 +00:00
|
|
|
"winapi",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2021-07-28 03:52:58 +00:00
|
|
|
version = "0.3.7"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-28 03:52:58 +00:00
|
|
|
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
2021-07-28 03:52:58 +00:00
|
|
|
"winapi",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "naga"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.7.3"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "806f448a7ce662ca79ef5484ef8f451a9b7c51b8166c95f5a667228b3825a6ca"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
2021-06-01 04:24:20 +00:00
|
|
|
"bit-set",
|
2021-01-19 02:47:09 +00:00
|
|
|
"bitflags",
|
2021-07-28 03:52:58 +00:00
|
|
|
"codespan-reporting",
|
2021-01-19 02:47:09 +00:00
|
|
|
"fxhash",
|
2021-10-11 03:06:51 +00:00
|
|
|
"hexf-parse",
|
|
|
|
"indexmap",
|
2021-01-19 02:47:09 +00:00
|
|
|
"log",
|
|
|
|
"num-traits",
|
2021-09-11 23:47:45 +00:00
|
|
|
"spirv",
|
2021-01-19 02:47:09 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ndk"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.5.0"
|
2021-09-11 23:47:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "96d868f654c72e75f8687572699cdabe755f03effbb62542768e995d5b8d699d"
|
2021-09-11 23:47:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"jni-sys",
|
2022-04-07 18:19:47 +00:00
|
|
|
"ndk-sys 0.2.2",
|
2021-09-11 23:47:45 +00:00
|
|
|
"num_enum",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2021-12-03 20:34:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ndk"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.6.0"
|
2021-12-03 20:34:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "2032c77e030ddee34a6787a64166008da93f6a352b629261d0fee232b8742dd4"
|
2021-12-03 20:34:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"jni-sys",
|
2022-04-07 18:19:47 +00:00
|
|
|
"ndk-sys 0.3.0",
|
2021-12-03 20:34:12 +00:00
|
|
|
"num_enum",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
2022-04-07 18:19:47 +00:00
|
|
|
name = "ndk-context"
|
2022-04-26 16:45:57 +00:00
|
|
|
version = "0.1.1"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 16:45:57 +00:00
|
|
|
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
|
2021-09-11 23:47:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ndk-glue"
|
2022-04-26 16:45:57 +00:00
|
|
|
version = "0.5.2"
|
2021-09-11 23:47:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 16:45:57 +00:00
|
|
|
checksum = "c71bee8ea72d685477e28bd004cfe1bf99c754d688cd78cad139eae4089484d4"
|
2021-09-11 23:47:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
2022-04-07 18:19:47 +00:00
|
|
|
"ndk 0.5.0",
|
|
|
|
"ndk-context",
|
|
|
|
"ndk-macro",
|
|
|
|
"ndk-sys 0.2.2",
|
2021-12-03 20:34:12 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ndk-glue"
|
2022-04-26 16:45:57 +00:00
|
|
|
version = "0.6.2"
|
2021-12-03 20:34:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 16:45:57 +00:00
|
|
|
checksum = "0d0c4a7b83860226e6b4183edac21851f05d5a51756e97a1144b7f5a6b63e65f"
|
2021-12-03 20:34:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
2022-04-07 18:19:47 +00:00
|
|
|
"ndk 0.6.0",
|
|
|
|
"ndk-context",
|
|
|
|
"ndk-macro",
|
|
|
|
"ndk-sys 0.3.0",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
2021-12-03 20:34:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ndk-macro"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0df7ac00c4672f9d5aece54ee3347520b7e20f158656c7db2e6de01902eb7a6c"
|
|
|
|
dependencies = [
|
2022-04-07 18:19:47 +00:00
|
|
|
"darling",
|
|
|
|
"proc-macro-crate",
|
2021-12-03 20:34:12 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ndk-sys"
|
2021-12-03 20:34:12 +00:00
|
|
|
version = "0.2.2"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 20:34:12 +00:00
|
|
|
checksum = "e1bcdd74c20ad5d95aacd60ef9ba40fdf77f767051040541df557b7a9b2a2121"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
2022-04-07 18:19:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ndk-sys"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e5a6ae77c8ee183dcbbba6150e2e6b9f3f4196a7666c02a715a95692ec1fa97"
|
|
|
|
dependencies = [
|
|
|
|
"jni-sys",
|
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.22.3"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "e4916f159ed8e5de0082076562152a76b7a1f64a01fd9d1e0fea002c37624faf"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cc",
|
2021-12-03 20:34:12 +00:00
|
|
|
"cfg-if 1.0.0",
|
2021-01-19 02:47:09 +00:00
|
|
|
"libc",
|
2022-04-07 18:19:47 +00:00
|
|
|
"memoffset",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
2021-03-20 22:49:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.23.1"
|
2021-03-20 22:49:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6"
|
2021-03-20 22:49:36 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cc",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
2021-12-03 20:34:12 +00:00
|
|
|
"memoffset",
|
2021-03-20 22:49:36 +00:00
|
|
|
]
|
|
|
|
|
2021-11-16 01:34:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nohash-hasher"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "7.1.1"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2021-09-11 23:47:45 +00:00
|
|
|
"minimal-lexical",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
2021-07-28 03:52:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ntapi"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.3.7"
|
2021-07-28 03:52:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
|
2021-07-28 03:52:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-derive"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num_enum"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.5.7"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "cf5395665662ef45796a4ff5486c5d41d29e0c09640af4c5f17fd94ee2c119c9"
|
2021-07-09 03:35:53 +00:00
|
|
|
dependencies = [
|
2021-07-28 03:52:58 +00:00
|
|
|
"num_enum_derive",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num_enum_derive"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.5.7"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "3b0498641e53dd6ac1a4f22547548caa6864cc4933784319cd1775271c5a46ce"
|
2021-07-09 03:35:53 +00:00
|
|
|
dependencies = [
|
2022-04-07 18:19:47 +00:00
|
|
|
"proc-macro-crate",
|
2021-07-09 03:35:53 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "objc"
|
|
|
|
version = "0.2.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
|
|
|
|
dependencies = [
|
|
|
|
"malloc_buf",
|
|
|
|
"objc_exception",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc_exception"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "oboe"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.4.5"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "2463c8f2e19b4e0d0710a21f8e4011501ff28db1c95d7a5482a553b2100502d2"
|
2021-07-09 03:35:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"jni",
|
2022-04-07 18:19:47 +00:00
|
|
|
"ndk 0.6.0",
|
2022-04-26 16:45:57 +00:00
|
|
|
"ndk-glue 0.6.2",
|
2021-07-09 03:35:53 +00:00
|
|
|
"num-derive",
|
|
|
|
"num-traits",
|
|
|
|
"oboe-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "oboe-sys"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.4.5"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "3370abb7372ed744232c12954d920d1a40f1c4686de9e79e800021ef492294bd"
|
2021-07-09 03:35:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ogg"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6951b4e8bf21c8193da321bcce9c9dd2e13c858fe078bf9054a288b419ae5d6e"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "1.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
|
|
|
version = "6.0.0"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
2021-11-16 01:34:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "owned_ttf_parser"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.15.0"
|
2021-11-16 01:34:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "4fb1e509cfe7a12db2a90bfa057dfcdbc55a347f5da677c506b53dd099cfec9d"
|
2021-11-16 01:34:24 +00:00
|
|
|
dependencies = [
|
2021-12-03 20:34:12 +00:00
|
|
|
"ttf-parser",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2021-09-11 23:47:45 +00:00
|
|
|
version = "0.11.2"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-11 23:47:45 +00:00
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2021-09-11 23:47:45 +00:00
|
|
|
version = "0.8.5"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-11 23:47:45 +00:00
|
|
|
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"instant",
|
|
|
|
"libc",
|
2021-10-14 17:58:25 +00:00
|
|
|
"redox_syscall",
|
2021-01-19 02:47:09 +00:00
|
|
|
"smallvec",
|
2021-07-28 03:52:58 +00:00
|
|
|
"winapi",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "peeking_take_while"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|
|
|
|
2021-10-20 05:48:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2022-04-26 16:45:57 +00:00
|
|
|
version = "0.2.9"
|
2021-10-20 05:48:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 16:45:57 +00:00
|
|
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
2021-10-20 05:48:44 +00:00
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.3.25"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pollster"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.2.5"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
2021-07-15 23:09:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "1.1.3"
|
2021-07-15 23:09:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"
|
2021-07-15 23:09:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "1.0.37"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
2021-07-28 03:52:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "profiling"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "1.0.5"
|
2021-07-28 03:52:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "9145ac0af1d93c638c98c40cf7d25665f427b2a44ad0a99b1dccf3e2f25bb987"
|
2021-07-28 03:52:58 +00:00
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-04-26 16:45:57 +00:00
|
|
|
version = "1.0.18"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 16:45:57 +00:00
|
|
|
checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "range-alloc"
|
2021-03-20 22:49:36 +00:00
|
|
|
version = "0.1.2"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-20 22:49:36 +00:00
|
|
|
checksum = "63e935c45e09cc6dcf00d2f0b2d630a58f4095320223d47fc68918722f0538b6"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "raw-window-handle"
|
2021-12-03 20:34:12 +00:00
|
|
|
version = "0.3.4"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 20:34:12 +00:00
|
|
|
checksum = "e28f55143d0548dad60bb4fbdc835a3d7ac6acc3324506450c5fdd6e42903a76"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-04-07 18:19:47 +00:00
|
|
|
"raw-window-handle 0.4.3",
|
2021-12-03 20:34:12 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "raw-window-handle"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.4.3"
|
2021-12-03 20:34:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "b800beb9b6e7d2df1fe337c9e3d04e3af22a124460fb4c30fcc22c9117cefb41"
|
2021-12-03 20:34:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"cty",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.2.13"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
|
2021-03-20 22:49:36 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
2021-01-19 02:47:09 +00:00
|
|
|
|
2021-09-20 07:13:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.4.3"
|
2021-09-20 07:13:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
2021-09-20 07:13:25 +00:00
|
|
|
dependencies = [
|
2021-10-14 17:58:25 +00:00
|
|
|
"getrandom",
|
|
|
|
"redox_syscall",
|
2022-04-07 18:19:47 +00:00
|
|
|
"thiserror",
|
2021-09-20 07:13:25 +00:00
|
|
|
]
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "1.5.5"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
|
2021-07-09 03:35:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
2021-10-20 05:48:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
|
dependencies = [
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.6.25"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
|
|
|
|
2021-07-28 03:52:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "renderdoc-sys"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1382d1f0a252c4bf97dc20d979a2fdd05b024acd7c2ed0f7595d7817666a157"
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rodio"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.15.0"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "ec0939e9f626e6c6f1989adb6226a039c855ca483053f0ee7c98b90e41cf731e"
|
2021-07-09 03:35:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"claxon",
|
|
|
|
"cpal",
|
|
|
|
"hound",
|
|
|
|
"lewton",
|
|
|
|
"minimp3",
|
|
|
|
]
|
|
|
|
|
2021-07-28 07:01:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rtrb"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.2.2"
|
2021-07-28 07:01:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "9026ee10cf6d8388598dc10601819be903d14528e05ec3ab97b9ade70e24819c"
|
2021-07-28 07:01:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"cache-padded",
|
|
|
|
]
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
2021-05-04 04:11:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
|
|
dependencies = [
|
|
|
|
"semver",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rusty-xinput"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2aa654bc32eb9ca14cce1a084abc9dfe43949a4547c35269a094c39272db3bb"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
2021-07-28 03:52:58 +00:00
|
|
|
"winapi",
|
2021-05-04 04:11:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "1.0.9"
|
2021-05-04 04:11:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
|
2021-05-04 04:11:39 +00:00
|
|
|
|
2021-01-19 02:47:09 +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 = "scoped-tls"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
2021-05-04 04:11:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
|
|
dependencies = [
|
|
|
|
"semver-parser",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "1.0.136"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
2021-05-04 04:11:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "1.0.136"
|
2021-05-04 04:11:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
|
2021-05-04 04:11:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "1.0.79"
|
2021-05-04 04:11:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
|
2021-05-04 04:11:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770"
|
|
|
|
dependencies = [
|
|
|
|
"sha1_smol",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha1_smol"
|
|
|
|
version = "1.0.0"
|
2021-05-04 04:11:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
|
2021-05-04 04:11:39 +00:00
|
|
|
|
2021-10-20 05:48:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
2022-04-26 16:45:57 +00:00
|
|
|
version = "1.1.0"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 16:45:57 +00:00
|
|
|
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
|
2021-07-09 03:35:53 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slice-deque"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "31ef6ee280cdefba6d2d0b4b78a84a1c1a3f3a4cec98c2d4231c8bc225de0f25"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"mach 0.3.2",
|
2021-07-28 03:52:58 +00:00
|
|
|
"winapi",
|
2021-07-09 03:35:53 +00:00
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
2021-06-01 04:24:20 +00:00
|
|
|
name = "slotmap"
|
2021-09-11 23:47:45 +00:00
|
|
|
version = "1.0.6"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-11 23:47:45 +00:00
|
|
|
checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
|
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
2021-01-19 02:47:09 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "1.8.0"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smithay-client-toolkit"
|
2022-04-26 16:45:57 +00:00
|
|
|
version = "0.15.4"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 16:45:57 +00:00
|
|
|
checksum = "8a28f16a97fa0e8ce563b2774d1e732dd5d4025d2772c5dba0a41a0f90a29da3"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"calloop",
|
2021-12-03 20:34:12 +00:00
|
|
|
"dlib",
|
2021-01-19 02:47:09 +00:00
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"memmap2",
|
2022-04-07 18:19:47 +00:00
|
|
|
"nix 0.22.3",
|
2021-12-03 20:34:12 +00:00
|
|
|
"pkg-config",
|
2021-01-19 02:47:09 +00:00
|
|
|
"wayland-client",
|
|
|
|
"wayland-cursor",
|
|
|
|
"wayland-protocols",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-09-11 23:47:45 +00:00
|
|
|
name = "spirv"
|
|
|
|
version = "0.2.0+1.5.4"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-11 23:47:45 +00:00
|
|
|
checksum = "246bfa38fe3db3f1dfc8ca5a2cdeb7348c78be2112740cc0ec8ef18b6d94f830"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stdweb"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef5430c8e36b713e13b48a9f709cc21e046723fe44ce34587b73a830203b533e"
|
|
|
|
|
2021-05-04 04:11:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stdweb"
|
|
|
|
version = "0.4.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
|
|
|
|
dependencies = [
|
|
|
|
"discard",
|
|
|
|
"rustc_version",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"stdweb-derive",
|
|
|
|
"stdweb-internal-macros",
|
|
|
|
"stdweb-internal-runtime",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stdweb-derive"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stdweb-internal-macros"
|
|
|
|
version = "0.2.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
|
|
|
|
dependencies = [
|
|
|
|
"base-x",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"sha1",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stdweb-internal-runtime"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
|
|
|
|
|
2021-12-03 20:34:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "1.0.91"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "b683b2b825c8eef438b77c36a06dc262294da3d5a5813fac20da149241dcd44d"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
2021-07-28 03:52:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "1.1.3"
|
2021-07-28 03:52:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
|
2021-07-28 03:52:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2021-03-23 02:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.15.0"
|
2021-03-23 02:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
|
2021-03-23 02:41:22 +00:00
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2021-10-11 03:06:51 +00:00
|
|
|
version = "1.0.30"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-11 03:06:51 +00:00
|
|
|
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2021-10-11 03:06:51 +00:00
|
|
|
version = "1.0.30"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-11 03:06:51 +00:00
|
|
|
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-10-20 05:48:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "1.1.4"
|
2021-10-20 05:48:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
|
2021-10-20 05:48:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-04-26 16:45:57 +00:00
|
|
|
version = "1.6.0"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 16:45:57 +00:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2021-07-09 03:35:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2022-04-26 16:45:57 +00:00
|
|
|
version = "0.5.9"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 16:45:57 +00:00
|
|
|
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-10-20 05:48:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2022-04-26 16:45:57 +00:00
|
|
|
version = "0.1.34"
|
2021-10-20 05:48:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 16:45:57 +00:00
|
|
|
checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"
|
2021-10-20 05:48:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.1.20"
|
2021-10-20 05:48:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "2e65ce065b4b5c53e73bb28912318cb8c9e9ad3921f1d669eb0e68b4c8143a2b"
|
2021-10-20 05:48:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2022-04-26 16:45:57 +00:00
|
|
|
version = "0.1.26"
|
2021-10-20 05:48:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 16:45:57 +00:00
|
|
|
checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"
|
2021-10-20 05:48:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
2022-04-07 18:19:47 +00:00
|
|
|
"valuable",
|
2021-10-20 05:48:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
2022-04-26 16:45:57 +00:00
|
|
|
version = "0.1.3"
|
2021-10-20 05:48:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 16:45:57 +00:00
|
|
|
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
|
2021-10-20 05:48:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2022-04-26 16:45:57 +00:00
|
|
|
version = "0.3.11"
|
2021-10-20 05:48:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 16:45:57 +00:00
|
|
|
checksum = "4bc28f93baff38037f64e6f43d34cfa1605f27a49c34e8a04c5e78b0babf2596"
|
2021-10-20 05:48:44 +00:00
|
|
|
dependencies = [
|
2021-12-03 20:34:12 +00:00
|
|
|
"ansi_term",
|
2021-10-20 05:48:44 +00:00
|
|
|
"lazy_static",
|
|
|
|
"matchers",
|
|
|
|
"regex",
|
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ttf-parser"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.15.0"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "c74c96594835e10fa545e2a51e8709f30b173a092bfd6036ef2cec53376244f3"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
2021-03-23 02:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2021-10-07 18:27:51 +00:00
|
|
|
version = "0.1.9"
|
2021-03-23 02:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-07 18:27:51 +00:00
|
|
|
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
2021-03-23 02:41:22 +00:00
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2021-05-08 04:16:08 +00:00
|
|
|
version = "0.2.2"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-08 04:16:08 +00:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
2021-05-04 04:11:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
|
|
|
|
|
2022-04-07 18:19:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
2021-03-23 02:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.9.4"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2021-04-05 05:50:53 +00:00
|
|
|
version = "2.3.2"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-05 05:50:53 +00:00
|
|
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
2021-07-28 03:52:58 +00:00
|
|
|
"winapi",
|
2021-01-19 02:47:09 +00:00
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2021-09-20 07:13:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
|
|
|
|
2022-04-07 18:19:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2022-04-26 16:45:57 +00:00
|
|
|
version = "0.2.80"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 16:45:57 +00:00
|
|
|
checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2022-04-26 16:45:57 +00:00
|
|
|
version = "0.2.80"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 16:45:57 +00:00
|
|
|
checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2022-04-26 16:45:57 +00:00
|
|
|
version = "0.4.30"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 16:45:57 +00:00
|
|
|
checksum = "6f741de44b75e14c35df886aff5f1eb73aa114fa5d4d00dcd37b5e01259bf3b2"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2022-04-26 16:45:57 +00:00
|
|
|
version = "0.2.80"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 16:45:57 +00:00
|
|
|
checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2022-04-26 16:45:57 +00:00
|
|
|
version = "0.2.80"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 16:45:57 +00:00
|
|
|
checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2022-04-26 16:45:57 +00:00
|
|
|
version = "0.2.80"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 16:45:57 +00:00
|
|
|
checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-client"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.29.4"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "91223460e73257f697d9e23d401279123d36039a3f7a449e983f123292d4458f"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"downcast-rs",
|
|
|
|
"libc",
|
2022-04-07 18:19:47 +00:00
|
|
|
"nix 0.22.3",
|
2021-01-19 02:47:09 +00:00
|
|
|
"scoped-tls",
|
|
|
|
"wayland-commons",
|
|
|
|
"wayland-scanner",
|
|
|
|
"wayland-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-commons"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.29.4"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "94f6e5e340d7c13490eca867898c4cec5af56c27a5ffe5c80c6fc4708e22d33e"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
2022-04-07 18:19:47 +00:00
|
|
|
"nix 0.22.3",
|
2021-01-19 02:47:09 +00:00
|
|
|
"once_cell",
|
|
|
|
"smallvec",
|
|
|
|
"wayland-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-cursor"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.29.4"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "c52758f13d5e7861fc83d942d3d99bf270c83269575e52ac29e5b73cb956a6bd"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
2022-04-07 18:19:47 +00:00
|
|
|
"nix 0.22.3",
|
2021-01-19 02:47:09 +00:00
|
|
|
"wayland-client",
|
|
|
|
"xcursor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-protocols"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.29.4"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "60147ae23303402e41fe034f74fb2c35ad0780ee88a1c40ac09a3be1e7465741"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"wayland-client",
|
|
|
|
"wayland-commons",
|
|
|
|
"wayland-scanner",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-scanner"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.29.4"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "39a1ed3143f7a143187156a2ab52742e89dac33245ba505c17224df48939f9e0"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"xml-rs",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-sys"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.29.4"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "d9341df79a8975679188e37dab3889bfa57c44ac2cb6da166f519a81cbe452d4"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
2021-12-03 20:34:12 +00:00
|
|
|
"dlib",
|
2021-01-19 02:47:09 +00:00
|
|
|
"lazy_static",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2022-04-26 16:45:57 +00:00
|
|
|
version = "0.3.57"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 16:45:57 +00:00
|
|
|
checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wgpu"
|
2021-12-03 20:34:12 +00:00
|
|
|
version = "0.11.1"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 20:34:12 +00:00
|
|
|
checksum = "eae7181fe6ba5f4b632a9079cc9e922a64555156c87def72c063f94b180c7d68"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
2021-10-14 17:58:25 +00:00
|
|
|
"arrayvec",
|
2021-01-19 02:47:09 +00:00
|
|
|
"js-sys",
|
2021-07-28 03:52:58 +00:00
|
|
|
"log",
|
2021-01-19 02:47:09 +00:00
|
|
|
"parking_lot",
|
2021-12-03 20:34:12 +00:00
|
|
|
"raw-window-handle 0.3.4",
|
2021-01-19 02:47:09 +00:00
|
|
|
"smallvec",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
"wgpu-core",
|
2021-09-11 23:47:45 +00:00
|
|
|
"wgpu-hal",
|
2021-01-19 02:47:09 +00:00
|
|
|
"wgpu-types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wgpu-core"
|
2021-12-03 20:34:12 +00:00
|
|
|
version = "0.11.3"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 20:34:12 +00:00
|
|
|
checksum = "35600627b6c718ad0e23ed75fb6140bfe32cdf21c8f539ce3c9ab8180e2cb38e"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
2021-10-14 17:58:25 +00:00
|
|
|
"arrayvec",
|
2021-01-19 02:47:09 +00:00
|
|
|
"bitflags",
|
2021-06-01 04:24:20 +00:00
|
|
|
"cfg_aliases",
|
2021-01-19 02:47:09 +00:00
|
|
|
"copyless",
|
|
|
|
"fxhash",
|
2021-07-28 03:52:58 +00:00
|
|
|
"log",
|
2021-01-19 02:47:09 +00:00
|
|
|
"naga",
|
|
|
|
"parking_lot",
|
2021-07-28 03:52:58 +00:00
|
|
|
"profiling",
|
2021-12-03 20:34:12 +00:00
|
|
|
"raw-window-handle 0.3.4",
|
2021-01-19 02:47:09 +00:00
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
2021-09-11 23:47:45 +00:00
|
|
|
"wgpu-hal",
|
|
|
|
"wgpu-types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wgpu-hal"
|
2021-12-03 20:34:12 +00:00
|
|
|
version = "0.11.5"
|
2021-09-11 23:47:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 20:34:12 +00:00
|
|
|
checksum = "af28b29ef0b44cd22dd9895d4349b9d5a687df42f58da234871198637eabe328"
|
2021-09-11 23:47:45 +00:00
|
|
|
dependencies = [
|
2021-10-14 17:58:25 +00:00
|
|
|
"arrayvec",
|
2021-09-11 23:47:45 +00:00
|
|
|
"ash",
|
|
|
|
"bit-set",
|
|
|
|
"bitflags",
|
|
|
|
"block",
|
|
|
|
"core-graphics-types",
|
|
|
|
"d3d12",
|
|
|
|
"foreign-types",
|
|
|
|
"fxhash",
|
|
|
|
"glow",
|
|
|
|
"gpu-alloc",
|
|
|
|
"gpu-descriptor",
|
|
|
|
"inplace_it",
|
2021-10-11 03:06:51 +00:00
|
|
|
"js-sys",
|
2021-09-11 23:47:45 +00:00
|
|
|
"khronos-egl",
|
2021-12-03 20:34:12 +00:00
|
|
|
"libloading",
|
2021-09-11 23:47:45 +00:00
|
|
|
"log",
|
|
|
|
"metal",
|
|
|
|
"naga",
|
|
|
|
"objc",
|
|
|
|
"parking_lot",
|
2021-10-11 03:06:51 +00:00
|
|
|
"profiling",
|
2021-09-11 23:47:45 +00:00
|
|
|
"range-alloc",
|
2021-12-03 20:34:12 +00:00
|
|
|
"raw-window-handle 0.3.4",
|
2021-09-11 23:47:45 +00:00
|
|
|
"renderdoc-sys",
|
|
|
|
"thiserror",
|
2021-10-11 03:06:51 +00:00
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
2021-01-19 02:47:09 +00:00
|
|
|
"wgpu-types",
|
2021-09-11 23:47:45 +00:00
|
|
|
"winapi",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wgpu-types"
|
2021-10-11 03:06:51 +00:00
|
|
|
version = "0.11.0"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-11 03:06:51 +00:00
|
|
|
checksum = "e15e44ba88ec415466e18e91881319e7c9e96cb905dc623305168aea65b85ccc"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
2021-07-28 03:52:58 +00:00
|
|
|
"winapi",
|
2021-01-19 02:47:09 +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"
|
|
|
|
|
2021-12-03 20:34:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winit"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.26.1"
|
2021-12-03 20:34:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "9b43cc931d58b99461188607efd7acb2a093e65fc621f54cad78517a6063e73a"
|
2021-12-03 20:34:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cocoa",
|
2022-04-07 18:19:47 +00:00
|
|
|
"core-foundation 0.9.3",
|
2021-12-03 20:34:12 +00:00
|
|
|
"core-graphics 0.22.3",
|
|
|
|
"core-video-sys",
|
|
|
|
"dispatch",
|
|
|
|
"instant",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"mio",
|
|
|
|
"ndk 0.5.0",
|
2022-04-26 16:45:57 +00:00
|
|
|
"ndk-glue 0.5.2",
|
2022-04-07 18:19:47 +00:00
|
|
|
"ndk-sys 0.2.2",
|
2021-12-03 20:34:12 +00:00
|
|
|
"objc",
|
|
|
|
"parking_lot",
|
|
|
|
"percent-encoding",
|
2022-04-07 18:19:47 +00:00
|
|
|
"raw-window-handle 0.4.3",
|
2021-01-19 02:47:09 +00:00
|
|
|
"smithay-client-toolkit",
|
2021-12-03 20:34:12 +00:00
|
|
|
"wasm-bindgen",
|
2021-01-19 02:47:09 +00:00
|
|
|
"wayland-client",
|
2021-12-03 20:34:12 +00:00
|
|
|
"wayland-protocols",
|
|
|
|
"web-sys",
|
2021-07-28 03:52:58 +00:00
|
|
|
"winapi",
|
2021-01-19 02:47:09 +00:00
|
|
|
"x11-dl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "x11-dl"
|
2021-10-07 18:27:51 +00:00
|
|
|
version = "2.19.1"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-07 18:27:51 +00:00
|
|
|
checksum = "ea26926b4ce81a6f5d9d0f3a0bc401e5a37c6ae14a1bfaa8ff6099ca80038c59"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xcursor"
|
2021-09-11 23:47:45 +00:00
|
|
|
version = "0.3.4"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-11 23:47:45 +00:00
|
|
|
checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
2022-04-26 16:45:57 +00:00
|
|
|
"nom",
|
2021-10-11 03:06:51 +00:00
|
|
|
]
|
2021-01-19 02:47:09 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xml-rs"
|
2021-09-11 23:47:45 +00:00
|
|
|
version = "0.8.4"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-11 23:47:45 +00:00
|
|
|
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
|