gb/Cargo.lock

2704 lines
66 KiB
Plaintext
Raw Normal View History

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
[[package]]
name = "ab_glyph"
2022-11-05 04:50:23 +00:00
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "4dcdbc68024b653943864d436fe8a24b028095bc1cf91a8926f8241e4aaffe59"
dependencies = [
"ab_glyph_rasterizer",
2021-12-03 20:34:12 +00:00
"owned_ttf_parser",
]
[[package]]
name = "ab_glyph_rasterizer"
2022-11-05 04:50:23 +00:00
version = "0.1.7"
2022-09-12 07:23:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "330223a1aecc308757b9926e9391c9b47f8ef2dbd8aea9df88312aea18c5e8d6"
2022-09-12 07:23:20 +00:00
[[package]]
name = "adler"
version = "1.0.2"
2021-06-01 04:24:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2021-06-01 04:24:20 +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",
]
2022-09-12 07:23:20 +00:00
[[package]]
name = "ahash"
2022-11-05 04:50:23 +00:00
version = "0.8.1"
2022-09-12 07:23:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "464b3811b747f8f7ebc8849c9c728c39f6ac98a055edad93baf9eb330e3f8f9d"
2022-09-12 07:23:20 +00:00
dependencies = [
"cfg-if",
"getrandom",
"once_cell",
"version_check",
]
[[package]]
name = "alsa"
2022-04-07 18:19:47 +00:00
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-07 18:19:47 +00:00
checksum = "5915f52fe2cf65e83924d037b6c5290b7cee097c6b5c8700746e6168a343fd6b"
dependencies = [
"alsa-sys",
"bitflags",
"libc",
2022-04-07 18:19:47 +00:00
"nix 0.23.1",
]
[[package]]
name = "alsa-sys"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
dependencies = [
"libc",
"pkg-config",
]
2022-09-12 07:23:20 +00:00
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
[[package]]
name = "anyhow"
2022-11-05 04:50:23 +00:00
version = "1.0.66"
2022-09-12 07:23:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
2022-09-12 07:23:20 +00:00
[[package]]
name = "arrayref"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
[[package]]
name = "arrayvec"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
[[package]]
name = "arrayvec"
2021-12-03 20:34:12 +00:00
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-03 20:34:12 +00:00
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
[[package]]
name = "ash"
2022-09-12 07:23:20 +00:00
version = "0.37.0+1.3.209"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "006ca68e0f2b03f22d6fa9f2860f85aed430d257fec20f8879b2145e7c7ae1a6"
dependencies = [
2021-12-03 20:34:12 +00:00
"libloading",
]
[[package]]
name = "atomic_refcell"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73b5e5f48b927f04e952dedc932f31995a65a0bf65ec971c74436e51bf6e970d"
[[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",
]
[[package]]
name = "autocfg"
2022-04-07 18:19:47 +00:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-07 18:19:47 +00:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2022-11-05 04:50:23 +00:00
[[package]]
name = "base-x"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
[[package]]
name = "bindgen"
2022-04-26 16:45:57 +00:00
version = "0.59.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-26 16:45:57 +00:00
checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"
dependencies = [
"bitflags",
"cexpr",
"clang-sys",
"lazy_static",
"lazycell",
"peeking_take_while",
"proc-macro2",
"quote",
"regex",
"rustc-hash",
"shlex",
]
[[package]]
name = "bit-set"
2022-09-12 07:23:20 +00:00
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
dependencies = [
"bit-vec",
]
[[package]]
name = "bit-vec"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
[[package]]
name = "bitfield"
2022-09-12 07:23:20 +00:00
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "2d7e60934ceec538daadb9d8432424ed043a904d8e0243f3c6446bce549a46ac"
[[package]]
name = "bitflags"
2021-10-07 18:27:51 +00:00
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 18:27:51 +00:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
[[package]]
name = "bumpalo"
2022-11-05 04:50:23 +00:00
version = "3.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
[[package]]
name = "bytemuck"
2022-11-05 04:50:23 +00:00
version = "1.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "5aec14f5d4e6e3f927cd0c81f72e5710d95ee9019fbeb4b3021193867491bfd8"
2022-09-12 07:23:20 +00:00
dependencies = [
"bytemuck_derive",
]
[[package]]
name = "bytemuck_derive"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b9e1f5fa78f69496407a27ae9ed989e3c3b072310286f5ef385525e4cbc24a9"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "byteorder"
2021-03-20 22:49:36 +00:00
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-20 22:49:36 +00:00
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "bytes"
2022-09-12 07:23:20 +00:00
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"
[[package]]
name = "cache-padded"
2022-04-07 18:19:47 +00:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-07 18:19:47 +00:00
checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
[[package]]
name = "calloop"
2022-09-12 07:23:20 +00:00
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "a22a6a8f622f797120d452c630b0ab12e1331a1a753e2039ce7868d4ac77b4ee"
dependencies = [
"log",
2022-09-12 07:23:20 +00:00
"nix 0.24.2",
"slotmap",
"thiserror",
"vec_map",
]
[[package]]
name = "cc"
2022-11-05 04:50:23 +00:00
version = "1.0.74"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "581f5dba903aac52ea3feb5ec4810848460ee833876f1f9b0fdeab1f19091574"
dependencies = [
"jobserver",
]
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-26 16:45:57 +00:00
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
dependencies = [
2022-04-26 16:45:57 +00:00
"nom",
]
[[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"
[[package]]
name = "clang-sys"
2022-11-05 04:50:23 +00:00
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3"
dependencies = [
"glob",
"libc",
2021-12-03 20:34:12 +00:00
"libloading",
]
[[package]]
name = "clap"
2022-11-05 04:50:23 +00:00
version = "4.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "8e67816e006b17427c9b4386915109b494fec2d929c63e3bd3561234cbf1bf1e"
dependencies = [
"atty",
"bitflags",
2022-04-26 16:45:57 +00:00
"clap_lex",
2022-09-12 07:23:20 +00:00
"once_cell",
2022-04-07 18:19:47 +00:00
"strsim",
"termcolor",
]
2022-04-26 16:45:57 +00:00
[[package]]
name = "clap_lex"
2022-11-05 04:50:23 +00:00
version = "0.3.0"
2022-04-26 16:45:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8"
2022-04-26 16:45:57 +00:00
dependencies = [
"os_str_bytes",
]
[[package]]
name = "claxon"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bfbf56724aa9eca8afa4fcfadeb479e722935bb2a0900c2d37e0cc477af0688"
2022-09-12 07:23:20 +00:00
[[package]]
name = "cmake"
2022-11-05 04:50:23 +00:00
version = "0.1.49"
2022-09-12 07:23:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "db34956e100b30725f2eb215f90d4871051239535632f84fea3bc92722c66b7c"
2022-09-12 07:23:20 +00:00
dependencies = [
"cc",
]
[[package]]
name = "cocoa"
2022-11-05 04:50:23 +00:00
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a"
dependencies = [
"bitflags",
"block",
"cocoa-foundation",
2022-09-12 07:23:20 +00:00
"core-foundation",
"core-graphics",
"foreign-types 0.3.2",
"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-09-12 07:23:20 +00:00
"core-foundation",
"core-graphics-types",
2022-09-12 07:23:20 +00:00
"foreign-types 0.3.2",
"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",
]
[[package]]
name = "combine"
2022-09-12 07:23:20 +00:00
version = "4.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
dependencies = [
"bytes",
"memchr",
]
[[package]]
name = "core-foundation"
2022-04-07 18:19:47 +00:00
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-07 18:19:47 +00:00
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
dependencies = [
2022-09-12 07:23:20 +00:00
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
2021-10-14 17:58:25 +00:00
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-14 17:58:25 +00:00
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
[[package]]
name = "core-graphics"
2021-12-03 20:34:12 +00:00
version = "0.22.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-03 20:34:12 +00:00
checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
dependencies = [
"bitflags",
2022-09-12 07:23:20 +00:00
"core-foundation",
"core-graphics-types",
2022-09-12 07:23:20 +00:00
"foreign-types 0.3.2",
"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-09-12 07:23:20 +00:00
"core-foundation",
"foreign-types 0.3.2",
"libc",
]
[[package]]
2022-09-12 07:23:20 +00:00
name = "core-text"
version = "19.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "99d74ada66e07c1cefa18f8abfba765b486f250de2e4a999e5727fc0dd4b4a25"
dependencies = [
2022-09-12 07:23:20 +00:00
"core-foundation",
"core-graphics",
"foreign-types 0.3.2",
"libc",
]
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-26 16:45:57 +00:00
checksum = "3dff444d80630d7073077d38d40b4501fd518bd2b922c2a55edcc8b0f7be57e6"
dependencies = [
"bindgen",
]
[[package]]
name = "cpal"
2022-11-05 04:50:23 +00:00
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "e73413ddcb69c398125f5529714492e070c64c6a090ad5b01d8c082b320a0809"
dependencies = [
"alsa",
2022-09-12 07:23:20 +00:00
"core-foundation-sys",
"coreaudio-rs",
"jni",
"js-sys",
"libc",
2022-09-12 07:23:20 +00:00
"mach",
2022-10-21 03:46:14 +00:00
"ndk 0.7.0",
"ndk-context",
2022-11-05 04:50:23 +00:00
"nix 0.25.0",
"oboe",
2022-10-21 03:46:14 +00:00
"once_cell",
"parking_lot",
2022-09-12 07:23:20 +00:00
"stdweb",
"thiserror",
"web-sys",
2022-10-21 03:46:14 +00:00
"windows",
2021-07-28 03:52:58 +00:00
]
2022-09-12 07:23:20 +00:00
[[package]]
name = "crc32fast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
"cfg-if",
]
[[package]]
name = "crossfont"
2022-11-05 04:50:23 +00:00
version = "0.5.1"
2022-09-12 07:23:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "21fd3add36ea31aba1520aa5288714dd63be506106753226d0eb387a93bc9c45"
2022-09-12 07:23:20 +00:00
dependencies = [
"cocoa",
"core-foundation",
"core-foundation-sys",
"core-graphics",
"core-text",
"dwrote",
"foreign-types 0.5.0",
"freetype-rs",
"libc",
"log",
"objc",
"once_cell",
"pkg-config",
"servo-fontconfig",
"winapi",
]
2021-07-28 03:52:58 +00:00
[[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"
[[package]]
name = "d3d12"
2022-09-12 07:23:20 +00:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "827914e1f53b1e0e025ecd3d967a7836b7bcb54520f90e21ef8df7b4d88a2759"
dependencies = [
"bitflags",
2021-12-03 20:34:12 +00:00
"libloading",
2021-07-28 03:52:58 +00:00
"winapi",
]
[[package]]
name = "darling"
2022-04-07 18:19:47 +00:00
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-07 18:19:47 +00:00
checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
dependencies = [
2022-04-07 18:19:47 +00:00
"darling_core",
"darling_macro",
]
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"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-07 18:19:47 +00:00
checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
dependencies = [
2022-04-07 18:19:47 +00:00
"darling_core",
"quote",
"syn",
]
[[package]]
name = "directories-next"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
dependencies = [
2022-09-12 07:23:20 +00:00
"cfg-if",
"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",
"winapi",
]
2022-11-05 04:50:23 +00:00
[[package]]
name = "discard"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
[[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",
]
[[package]]
name = "downcast-rs"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
2022-09-12 07:23:20 +00:00
[[package]]
name = "dwrote"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439a1c2ba5611ad3ed731280541d36d2e9c4ac5e7fb818a27b604bdc5a6aa65b"
dependencies = [
"lazy_static",
"libc",
"serde",
"serde_derive",
"winapi",
"wio",
]
[[package]]
name = "egui"
2022-09-12 07:23:20 +00:00
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "fc9fcd393c3daaaf5909008a1d948319d538b79c51871e4df0993260260a94e4"
dependencies = [
2022-11-05 04:50:23 +00:00
"ahash 0.8.1",
"epaint",
"nohash-hasher",
]
[[package]]
name = "egui_wgpu_backend"
2022-10-21 03:46:14 +00:00
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 03:46:14 +00:00
checksum = "3f9a4a022610dec7cb5ccce43d397727d190ca38b7c988dece516d585c96caa6"
dependencies = [
"bytemuck",
2022-09-12 07:23:20 +00:00
"egui",
"wgpu",
]
[[package]]
name = "egui_winit_platform"
2022-09-12 07:23:20 +00:00
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "34fb1c870207c14b99fb7ed9a8760fd7be9a0d96b3516ead3a5e3abe7bb88400"
dependencies = [
"egui",
2021-12-06 17:36:23 +00:00
"winit",
]
[[package]]
name = "emath"
2022-09-12 07:23:20 +00:00
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "9542a40106fdba943a055f418d1746a050e1a903a049b030c2b097d4686a33cf"
dependencies = [
"bytemuck",
]
[[package]]
name = "epaint"
2022-09-12 07:23:20 +00:00
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "5ba04741be7f6602b1a1b28f1082cce45948a7032961c52814f8946b28493300"
dependencies = [
"ab_glyph",
2022-11-05 04:50:23 +00:00
"ahash 0.8.1",
"atomic_refcell",
2022-09-12 07:23:20 +00:00
"bytemuck",
"emath",
"nohash-hasher",
2022-10-21 03:46:14 +00:00
"parking_lot",
]
[[package]]
2022-09-12 07:23:20 +00:00
name = "expat-sys"
version = "2.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "658f19728920138342f68408b7cf7644d90d4784353d8ebc32e7e8663dbe45fa"
dependencies = [
2022-09-12 07:23:20 +00:00
"cmake",
"pkg-config",
]
[[package]]
name = "flate2"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
dependencies = [
"crc32fast",
2022-11-05 04:50:23 +00:00
"miniz_oxide 0.5.4",
]
[[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 = [
2022-09-12 07:23:20 +00:00
"foreign-types-shared 0.1.1",
]
[[package]]
name = "foreign-types"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
dependencies = [
"foreign-types-macros",
"foreign-types-shared 0.3.1",
]
[[package]]
name = "foreign-types-macros"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8469d0d40519bc608ec6863f1cc88f3f1deee15913f2f3b3e573d81ed38cccc"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2022-09-12 07:23:20 +00:00
[[package]]
name = "foreign-types-shared"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
[[package]]
name = "freetype-rs"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74eadec9d0a5c28c54bb9882e54787275152a4e36ce206b45d7451384e5bf5fb"
dependencies = [
"bitflags",
"freetype-sys",
"libc",
]
[[package]]
name = "freetype-sys"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a37d4011c0cc628dfa766fcc195454f4b068d7afdc2adfd28861191d866e731a"
dependencies = [
"cmake",
"libc",
"pkg-config",
]
[[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"
dependencies = [
"anyhow",
"bitfield",
"clap",
"directories-next",
"egui",
"egui_wgpu_backend",
"egui_winit_platform",
2021-05-04 04:11:39 +00:00
"gilrs",
"once_cell",
"pollster",
"rodio",
"rtrb",
2021-11-25 02:12:26 +00:00
"thiserror",
2021-10-20 05:48:44 +00:00
"tracing",
"tracing-subscriber",
"wgpu",
2021-12-06 17:36:23 +00:00
"winit",
]
[[package]]
name = "getrandom"
2022-11-05 04:50:23 +00:00
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
dependencies = [
2022-09-12 07:23:20 +00:00
"cfg-if",
2022-11-05 04:50:23 +00:00
"js-sys",
"libc",
2022-09-12 07:23:20 +00:00
"wasi",
2022-11-05 04:50:23 +00:00
"wasm-bindgen",
]
2021-05-04 04:11:39 +00:00
[[package]]
name = "gilrs"
2022-09-12 07:23:20 +00:00
version = "0.9.0"
2021-05-04 04:11:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "1d6ba7c37bf8ea7ba0c3e3795dfa1a7771b1e47c4bb417c4d27c7b338d79685f"
2021-05-04 04:11:39 +00:00
dependencies = [
"fnv",
"gilrs-core",
"log",
"uuid",
"vec_map",
]
[[package]]
name = "gilrs-core"
2022-09-12 07:23:20 +00:00
version = "0.4.1"
2021-05-04 04:11:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "96a8d94a7fc5afd27e894e08a4cfe5a49237f85bcc7140e90721bad3399c7d02"
2021-05-04 04:11:39 +00:00
dependencies = [
2022-09-12 07:23:20 +00:00
"core-foundation",
2021-05-04 04:11:39 +00:00
"io-kit-sys",
2022-09-12 07:23:20 +00:00
"js-sys",
2021-05-04 04:11:39 +00:00
"libc",
"libudev-sys",
"log",
2022-09-12 07:23:20 +00:00
"nix 0.24.2",
2021-05-04 04:11:39 +00:00
"rusty-xinput",
"uuid",
"vec_map",
2022-09-12 07:23:20 +00:00
"wasm-bindgen",
"web-sys",
2021-07-28 03:52:58 +00:00
"winapi",
2021-06-01 04:24:20 +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"
2022-09-12 07:23:20 +00:00
version = "0.2.3"
2021-06-01 04:24:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "0b0c02e1ba0bdb14e965058ca34e09c020f8e507a760df1121728e0aef68d57a"
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",
]
[[package]]
name = "hashbrown"
2022-09-12 07:23:20 +00:00
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2021-12-03 20:34:12 +00:00
dependencies = [
2022-09-12 07:23:20 +00:00
"ahash 0.7.6",
2021-12-03 20:34:12 +00:00
]
[[package]]
name = "hermit-abi"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
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"
[[package]]
name = "hound"
2022-09-12 07:23:20 +00:00
version = "3.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "4d13cdbd5dbb29f9c88095bbdc2590c9cba0d0a1269b983fef6b2cdd7e9f4db1"
[[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-09-12 07:23:20 +00:00
version = "1.9.1"
2021-06-01 04:24:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
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
]
[[package]]
name = "instant"
2021-12-03 20:34:12 +00:00
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-03 20:34:12 +00:00
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
2022-09-12 07:23:20 +00:00
"cfg-if",
2021-10-11 03:06:51 +00:00
"js-sys",
"wasm-bindgen",
"web-sys",
]
2021-05-04 04:11:39 +00:00
[[package]]
name = "io-kit-sys"
2022-09-12 07:23:20 +00:00
version = "0.2.0"
2021-05-04 04:11:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "7789f7f3c9686f96164f5109d69152de759e76e284f736bd57661c6df5091919"
2021-05-04 04:11:39 +00:00
dependencies = [
2022-09-12 07:23:20 +00:00
"core-foundation-sys",
"mach",
2021-05-04 04:11:39 +00:00
]
2022-11-05 04:50:23 +00:00
[[package]]
name = "itoa"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"
[[package]]
name = "jni"
2021-09-11 23:47:45 +00:00
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-11 23:47:45 +00:00
checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec"
dependencies = [
"cesu8",
"combine",
"jni-sys",
"log",
"thiserror",
"walkdir",
]
[[package]]
name = "jni-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
[[package]]
name = "jobserver"
2022-11-05 04:50:23 +00:00
version = "0.1.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"
dependencies = [
"libc",
]
[[package]]
name = "js-sys"
2022-10-21 03:46:14 +00:00
version = "0.3.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 03:46:14 +00:00
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
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"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-28 03:52:58 +00:00
checksum = "8c2352bd1d0bceb871cb9d40f24360c8133c11d7486b68b5381c1dd1a32015e3"
dependencies = [
2021-06-01 04:24:20 +00:00
"libc",
2021-12-03 20:34:12 +00:00
"libloading",
2022-09-12 07:23:20 +00:00
"pkg-config",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "lazycell"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "lewton"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "777b48df9aaab155475a83a7df3070395ea1ac6902f5cd062b8f2b028075c030"
dependencies = [
"byteorder",
"ogg",
"tinyvec",
]
[[package]]
name = "libc"
2022-11-05 04:50:23 +00:00
version = "0.2.137"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
[[package]]
name = "libloading"
2022-04-07 18:19:47 +00:00
version = "0.7.3"
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 = [
2022-09-12 07:23:20 +00:00
"cfg-if",
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",
]
[[package]]
name = "lock_api"
2022-11-05 04:50:23 +00:00
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
dependencies = [
2022-04-07 18:19:47 +00:00
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
2022-09-12 07:23:20 +00:00
version = "0.4.17"
2021-05-04 04:11:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
2021-05-04 04:11:39 +00:00
dependencies = [
2022-09-12 07:23:20 +00:00
"cfg-if",
2021-05-04 04:11:39 +00:00
]
[[package]]
name = "mach"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
dependencies = [
"libc",
]
[[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",
]
[[package]]
name = "memchr"
2022-09-12 07:23:20 +00:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
[[package]]
name = "memmap2"
2022-09-12 07:23:20 +00:00
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "95af15f345b17af2efc8ead6080fb8bc376f8cec1b35277b935637595fe77498"
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",
]
[[package]]
name = "metal"
2022-09-12 07:23:20 +00:00
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "de11355d1f6781482d027a3b4d4de7825dcedb197bf573e0596d00008402d060"
dependencies = [
"bitflags",
"block",
2021-07-28 03:52:58 +00:00
"core-graphics-types",
2022-09-12 07:23:20 +00:00
"foreign-types 0.3.2",
"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
[[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",
]
[[package]]
2022-09-12 07:23:20 +00:00
name = "miniz_oxide"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"
dependencies = [
2022-09-12 07:23:20 +00:00
"adler",
]
2022-11-05 04:50:23 +00:00
[[package]]
name = "miniz_oxide"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
dependencies = [
"adler",
]
[[package]]
2022-09-12 07:23:20 +00:00
name = "mio"
2022-11-05 04:50:23 +00:00
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
dependencies = [
2022-09-12 07:23:20 +00:00
"libc",
"log",
"wasi",
2022-11-05 04:50:23 +00:00
"windows-sys 0.42.0",
]
[[package]]
name = "naga"
2022-10-21 03:46:14 +00:00
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 03:46:14 +00:00
checksum = "262d2840e72dbe250e8cf2f522d080988dfca624c4112c096238a4845f591707"
dependencies = [
2021-06-01 04:24:20 +00:00
"bit-set",
"bitflags",
2021-07-28 03:52:58 +00:00
"codespan-reporting",
2021-10-11 03:06:51 +00:00
"hexf-parse",
"indexmap",
"log",
"num-traits",
2022-09-12 07:23:20 +00:00
"rustc-hash",
2021-09-11 23:47:45 +00:00
"spirv",
2022-09-12 07:23:20 +00:00
"termcolor",
"thiserror",
2022-09-12 07:23:20 +00:00
"unicode-xid",
]
[[package]]
name = "ndk"
2022-09-12 07:23:20 +00:00
version = "0.6.0"
2021-09-11 23:47:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "2032c77e030ddee34a6787a64166008da93f6a352b629261d0fee232b8742dd4"
2021-09-11 23:47:45 +00:00
dependencies = [
"bitflags",
"jni-sys",
2022-09-12 07:23:20 +00:00
"ndk-sys 0.3.0",
2021-09-11 23:47:45 +00:00
"num_enum",
"thiserror",
]
2021-12-03 20:34:12 +00:00
[[package]]
name = "ndk"
2022-09-12 07:23:20 +00:00
version = "0.7.0"
2021-12-03 20:34:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0"
2021-12-03 20:34:12 +00:00
dependencies = [
"bitflags",
"jni-sys",
2022-09-12 07:23:20 +00:00
"ndk-sys 0.4.0",
2021-12-03 20:34:12 +00:00
"num_enum",
2022-09-12 07:23:20 +00:00
"raw-window-handle 0.5.0",
2021-12-03 20:34:12 +00:00
"thiserror",
]
[[package]]
2022-04-07 18:19:47 +00:00
name = "ndk-context"
2022-04-26 16:45:57 +00:00
version = "0.1.1"
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
2021-12-03 20:34:12 +00:00
[[package]]
name = "ndk-glue"
2022-09-12 07:23:20 +00:00
version = "0.7.0"
2021-12-03 20:34:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "0434fabdd2c15e0aab768ca31d5b7b333717f03cf02037d5a0a3ff3c278ed67f"
2021-12-03 20:34:12 +00:00
dependencies = [
"libc",
"log",
2022-09-12 07:23:20 +00:00
"ndk 0.7.0",
2022-04-07 18:19:47 +00:00
"ndk-context",
"ndk-macro",
2022-09-12 07:23:20 +00:00
"ndk-sys 0.4.0",
"once_cell",
2022-10-21 03:46:14 +00:00
"parking_lot",
]
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",
]
[[package]]
name = "ndk-sys"
2022-09-12 07:23:20 +00:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "6e5a6ae77c8ee183dcbbba6150e2e6b9f3f4196a7666c02a715a95692ec1fa97"
dependencies = [
"jni-sys",
]
2022-04-07 18:19:47 +00:00
[[package]]
name = "ndk-sys"
2022-09-12 07:23:20 +00:00
version = "0.4.0"
2022-04-07 18:19:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "21d83ec9c63ec5bf950200a8e508bdad6659972187b625469f58ef8c08e29046"
2022-04-07 18:19:47 +00:00
dependencies = [
"jni-sys",
]
[[package]]
name = "nix"
2022-09-12 07:23:20 +00:00
version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6"
dependencies = [
"bitflags",
"cc",
2022-09-12 07:23:20 +00:00
"cfg-if",
"libc",
2022-04-07 18:19:47 +00:00
"memoffset",
]
2021-03-20 22:49:36 +00:00
[[package]]
name = "nix"
2022-09-12 07:23:20 +00:00
version = "0.24.2"
2021-03-20 22:49:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"
2021-03-20 22:49:36 +00:00
dependencies = [
"bitflags",
2022-09-12 07:23:20 +00:00
"cfg-if",
2021-03-20 22:49:36 +00:00
"libc",
2021-12-03 20:34:12 +00:00
"memoffset",
2021-03-20 22:49:36 +00:00
]
2022-11-05 04:50:23 +00:00
[[package]]
name = "nix"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e322c04a9e3440c327fca7b6c8a63e6890a32fa2ad689db972425f07e0d22abb"
dependencies = [
"autocfg",
"bitflags",
"cfg-if",
"libc",
"memoffset",
"pin-utils",
]
[[package]]
name = "nohash-hasher"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
[[package]]
name = "nom"
2022-04-07 18:19:47 +00:00
version = "7.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-07 18:19:47 +00:00
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
dependencies = [
"memchr",
2021-09-11 23:47:45 +00:00
"minimal-lexical",
]
2022-11-05 04:50:23 +00:00
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi",
]
[[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",
]
[[package]]
name = "num-traits"
2022-09-12 07:23:20 +00:00
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
dependencies = [
"autocfg",
]
[[package]]
name = "num_enum"
2022-04-07 18:19:47 +00:00
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-07 18:19:47 +00:00
checksum = "cf5395665662ef45796a4ff5486c5d41d29e0c09640af4c5f17fd94ee2c119c9"
dependencies = [
2021-07-28 03:52:58 +00:00
"num_enum_derive",
]
[[package]]
name = "num_enum_derive"
2022-04-07 18:19:47 +00:00
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-07 18:19:47 +00:00
checksum = "3b0498641e53dd6ac1a4f22547548caa6864cc4933784319cd1775271c5a46ce"
dependencies = [
2022-04-07 18:19:47 +00:00
"proc-macro-crate",
"proc-macro2",
"quote",
"syn",
]
[[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",
]
[[package]]
name = "oboe"
2022-09-12 07:23:20 +00:00
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "27f63c358b4fa0fbcfefd7c8be5cfc39c08ce2389f5325687e7762a48d30a5c1"
dependencies = [
"jni",
2022-04-07 18:19:47 +00:00
"ndk 0.6.0",
2022-09-12 07:23:20 +00:00
"ndk-context",
"num-derive",
"num-traits",
"oboe-sys",
]
[[package]]
name = "oboe-sys"
2022-04-07 18:19:47 +00:00
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-07 18:19:47 +00:00
checksum = "3370abb7372ed744232c12954d920d1a40f1c4686de9e79e800021ef492294bd"
dependencies = [
"cc",
]
[[package]]
name = "ogg"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6951b4e8bf21c8193da321bcce9c9dd2e13c858fe078bf9054a288b419ae5d6e"
dependencies = [
"byteorder",
]
[[package]]
name = "once_cell"
2022-11-05 04:50:23 +00:00
version = "1.16.0"
2022-04-07 18:19:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
2022-04-07 18:19:47 +00:00
[[package]]
name = "os_str_bytes"
2022-11-05 04:50:23 +00:00
version = "6.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "3baf96e39c5359d2eb0dd6ccb42c62b91d9678aa68160d261b9e0ccbf9e9dea9"
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
[[package]]
name = "owned_ttf_parser"
2022-11-05 04:50:23 +00:00
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "4665508572151759e8d60404e20dc096ef93a99801a05ac2ac6e43bf5b4ca187"
dependencies = [
2021-12-03 20:34:12 +00:00
"ttf-parser",
]
2022-09-12 07:23:20 +00:00
[[package]]
name = "parking_lot"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
"lock_api",
2022-10-21 03:46:14 +00:00
"parking_lot_core",
]
2022-09-12 07:23:20 +00:00
[[package]]
name = "parking_lot_core"
2022-11-05 04:50:23 +00:00
version = "0.9.4"
2022-09-12 07:23:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"
2022-09-12 07:23:20 +00:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
2022-11-05 04:50:23 +00:00
"windows-sys 0.42.0",
2022-09-12 07:23:20 +00:00
]
[[package]]
name = "peeking_take_while"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
[[package]]
name = "percent-encoding"
2022-09-12 07:23:20 +00:00
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
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
2022-11-05 04:50:23 +00:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
2022-11-05 04:50:23 +00:00
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
2022-09-12 07:23:20 +00:00
[[package]]
name = "png"
2022-11-05 04:50:23 +00:00
version = "0.17.7"
2022-09-12 07:23:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "5d708eaf860a19b19ce538740d2b4bdeeb8337fa53f7738455e706623ad5c638"
2022-09-12 07:23:20 +00:00
dependencies = [
"bitflags",
"crc32fast",
"flate2",
2022-11-05 04:50:23 +00:00
"miniz_oxide 0.6.2",
2022-09-12 07:23:20 +00:00
]
[[package]]
name = "pollster"
2022-04-07 18:19:47 +00:00
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-07 18:19:47 +00:00
checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
2021-07-15 23:09:44 +00:00
[[package]]
name = "proc-macro-crate"
2022-09-12 07:23:20 +00:00
version = "1.2.1"
2021-07-15 23:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"
2021-07-15 23:09:44 +00:00
dependencies = [
2022-09-12 07:23:20 +00:00
"once_cell",
2021-07-15 23:09:44 +00:00
"thiserror",
"toml",
]
[[package]]
name = "proc-macro2"
2022-11-05 04:50:23 +00:00
version = "1.0.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
dependencies = [
2022-09-12 07:23:20 +00:00
"unicode-ident",
]
2021-07-28 03:52:58 +00:00
[[package]]
name = "profiling"
2022-11-05 04:50:23 +00:00
version = "1.0.7"
2021-07-28 03:52:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "74605f360ce573babfe43964cbe520294dcb081afbf8c108fc6e23036b4da2df"
2021-07-28 03:52:58 +00:00
[[package]]
name = "quote"
2022-09-12 07:23:20 +00:00
version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
dependencies = [
"proc-macro2",
]
[[package]]
name = "range-alloc"
2021-03-20 22:49:36 +00:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-20 22:49:36 +00:00
checksum = "63e935c45e09cc6dcf00d2f0b2d630a58f4095320223d47fc68918722f0538b6"
[[package]]
name = "raw-window-handle"
2022-09-12 07:23:20 +00:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "b800beb9b6e7d2df1fe337c9e3d04e3af22a124460fb4c30fcc22c9117cefb41"
dependencies = [
2022-09-12 07:23:20 +00:00
"cty",
2021-12-03 20:34:12 +00:00
]
[[package]]
name = "raw-window-handle"
2022-09-12 07:23:20 +00:00
version = "0.5.0"
2021-12-03 20:34:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "ed7e3d950b66e19e0c372f3fa3fbbcf85b1746b571f74e0c2af6042a5c93420a"
2021-12-03 20:34:12 +00:00
dependencies = [
"cty",
]
[[package]]
name = "redox_syscall"
2022-09-12 07:23:20 +00:00
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2021-03-20 22:49:36 +00:00
dependencies = [
"bitflags",
]
[[package]]
name = "redox_users"
2022-04-07 18:19:47 +00:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-07 18:19:47 +00:00
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
dependencies = [
2021-10-14 17:58:25 +00:00
"getrandom",
"redox_syscall",
2022-04-07 18:19:47 +00:00
"thiserror",
]
[[package]]
name = "regex"
2022-09-12 07:23:20 +00:00
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
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",
]
[[package]]
name = "regex-syntax"
2022-09-12 07:23:20 +00:00
version = "0.6.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
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"
[[package]]
name = "rodio"
2022-10-21 03:46:14 +00:00
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 03:46:14 +00:00
checksum = "eb10b653d5ec0e9411a2e7d46e2c7f4046fd87d35b9955bd73ba4108d69072b5"
dependencies = [
"claxon",
"cpal",
"hound",
"lewton",
"minimp3",
]
[[package]]
name = "rtrb"
2022-04-07 18:19:47 +00:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-07 18:19:47 +00:00
checksum = "9026ee10cf6d8388598dc10601819be903d14528e05ec3ab97b9ade70e24819c"
dependencies = [
"cache-padded",
]
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2022-11-05 04:50:23 +00:00
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
dependencies = [
"semver",
]
2021-05-04 04:11:39 +00:00
[[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
]
2022-11-05 04:50:23 +00:00
[[package]]
name = "ryu"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
2021-05-04 04:11:39 +00:00
[[package]]
2022-09-12 07:23:20 +00:00
name = "safe_arch"
version = "0.5.2"
2021-05-04 04:11:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "c1ff3d6d9696af502cc3110dacce942840fb06ff4514cad92236ecc455f2ce05"
dependencies = [
"bytemuck",
]
2021-05-04 04:11:39 +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"
2022-11-05 04:50:23 +00:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
[[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]]
2022-09-12 07:23:20 +00:00
name = "sctk-adwaita"
2022-11-05 04:50:23 +00:00
version = "0.4.3"
2021-05-04 04:11:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "61270629cc6b4d77ec1907db1033d5c2e1a404c412743621981a871dc9c12339"
2021-05-04 04:11:39 +00:00
dependencies = [
2022-09-12 07:23:20 +00:00
"crossfont",
"log",
"smithay-client-toolkit",
"tiny-skia",
2021-05-04 04:11:39 +00:00
]
2022-11-05 04:50:23 +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"
[[package]]
name = "serde"
2022-11-05 04:50:23 +00:00
version = "1.0.147"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
2021-05-04 04:11:39 +00:00
[[package]]
name = "serde_derive"
2022-11-05 04:50:23 +00:00
version = "1.0.147"
2021-05-04 04:11:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"
2021-05-04 04:11:39 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-11-05 04:50:23 +00:00
[[package]]
name = "serde_json"
version = "1.0.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45"
dependencies = [
"itoa",
"ryu",
"serde",
]
2021-05-04 04:11:39 +00:00
[[package]]
2022-09-12 07:23:20 +00:00
name = "servo-fontconfig"
version = "0.5.1"
2021-05-04 04:11:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "c7e3e22fe5fd73d04ebf0daa049d3efe3eae55369ce38ab16d07ddd9ac5c217c"
2021-05-04 04:11:39 +00:00
dependencies = [
2022-09-12 07:23:20 +00:00
"libc",
"servo-fontconfig-sys",
2021-05-04 04:11:39 +00:00
]
[[package]]
2022-09-12 07:23:20 +00:00
name = "servo-fontconfig-sys"
version = "5.1.0"
2022-04-07 18:19:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "e36b879db9892dfa40f95da1c38a835d41634b825fbd8c4c418093d53c24b388"
2022-04-07 18:19:47 +00:00
dependencies = [
2022-09-12 07:23:20 +00:00
"expat-sys",
"freetype-sys",
"pkg-config",
2022-04-07 18:19:47 +00:00
]
2022-11-05 04:50:23 +00:00
[[package]]
name = "sha1"
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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
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",
]
[[package]]
name = "shlex"
2022-04-26 16:45:57 +00:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-26 16:45:57 +00:00
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
[[package]]
name = "slice-deque"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31ef6ee280cdefba6d2d0b4b78a84a1c1a3f3a4cec98c2d4231c8bc225de0f25"
dependencies = [
"libc",
2022-09-12 07:23:20 +00:00
"mach",
2021-07-28 03:52:58 +00:00
"winapi",
]
[[package]]
2021-06-01 04:24:20 +00:00
name = "slotmap"
2021-09-11 23:47:45 +00:00
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-11 23:47:45 +00:00
checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
dependencies = [
"version_check",
]
[[package]]
name = "smallvec"
2022-11-05 04:50:23 +00:00
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
[[package]]
name = "smithay-client-toolkit"
2022-09-12 07:23:20 +00:00
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "f307c47d32d2715eb2e0ece5589057820e0e5e70d07c247d1063e844e107f454"
dependencies = [
"bitflags",
"calloop",
2021-12-03 20:34:12 +00:00
"dlib",
"lazy_static",
"log",
"memmap2",
2022-09-12 07:23:20 +00:00
"nix 0.24.2",
2021-12-03 20:34:12 +00:00
"pkg-config",
"wayland-client",
"wayland-cursor",
"wayland-protocols",
]
[[package]]
2021-09-11 23:47:45 +00:00
name = "spirv"
version = "0.2.0+1.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-11 23:47:45 +00:00
checksum = "246bfa38fe3db3f1dfc8ca5a2cdeb7348c78be2112740cc0ec8ef18b6d94f830"
dependencies = [
"bitflags",
"num-traits",
]
2022-10-21 03:46:14 +00:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "stdweb"
2022-11-05 04:50:23 +00:00
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
dependencies = [
"discard",
"rustc_version",
"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"
2022-11-05 04:50:23 +00:00
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"
[[package]]
name = "syn"
2022-11-05 04:50:23 +00:00
version = "1.0.103"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
dependencies = [
"proc-macro2",
"quote",
2022-09-12 07:23:20 +00:00
"unicode-ident",
]
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",
]
[[package]]
name = "thiserror"
2022-11-05 04:50:23 +00:00
version = "1.0.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2022-11-05 04:50:23 +00:00
version = "1.0.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"
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",
]
2022-09-12 07:23:20 +00:00
[[package]]
name = "tiny-skia"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "642680569bb895b16e4b9d181c60be1ed136fa0c9c7f11d004daf053ba89bf82"
dependencies = [
"arrayref",
"arrayvec 0.5.2",
"bytemuck",
"cfg-if",
"png",
"safe_arch",
"tiny-skia-path",
]
[[package]]
name = "tiny-skia-path"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c114d32f0c2ee43d585367cb013dfaba967ab9f62b90d9af0d696e955e70fa6c"
dependencies = [
"arrayref",
"bytemuck",
]
[[package]]
name = "tinyvec"
2022-04-26 16:45:57 +00:00
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-26 16:45:57 +00:00
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "toml"
2022-04-26 16:45:57 +00:00
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-26 16:45:57 +00:00
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
dependencies = [
"serde",
]
2021-10-20 05:48:44 +00:00
[[package]]
name = "tracing"
2022-11-05 04:50:23 +00:00
version = "0.1.37"
2021-10-20 05:48:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
2021-10-20 05:48:44 +00:00
dependencies = [
2022-09-12 07:23:20 +00:00
"cfg-if",
2021-10-20 05:48:44 +00:00
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2022-11-05 04:50:23 +00:00
version = "0.1.23"
2021-10-20 05:48:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
2021-10-20 05:48:44 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tracing-core"
2022-11-05 04:50:23 +00:00
version = "0.1.30"
2021-10-20 05:48:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
2021-10-20 05:48:44 +00:00
dependencies = [
2022-09-12 07:23:20 +00:00
"once_cell",
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-11-05 04:50:23 +00:00
version = "0.3.16"
2021-10-20 05:48:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70"
2021-10-20 05:48:44 +00:00
dependencies = [
"matchers",
2022-11-05 04:50:23 +00:00
"nu-ansi-term",
2022-09-12 07:23:20 +00:00
"once_cell",
2021-10-20 05:48:44 +00:00
"regex",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
]
[[package]]
name = "ttf-parser"
2022-11-05 04:50:23 +00:00
version = "0.17.1"
2022-09-12 07:23:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "375812fa44dab6df41c195cd2f7fecb488f6c09fbaafb62807488cefab642bff"
2022-09-12 07:23:20 +00:00
[[package]]
name = "unicode-ident"
2022-11-05 04:50:23 +00:00
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
[[package]]
name = "unicode-width"
2022-11-05 04:50:23 +00:00
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
[[package]]
name = "unicode-xid"
2022-11-05 04:50:23 +00:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2021-05-04 04:11:39 +00:00
[[package]]
name = "uuid"
2022-11-05 04:50:23 +00:00
version = "1.2.1"
2021-05-04 04:11:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "feb41e78f93363bb2df8b0e86a2ca30eed7806ea16ea0c790d757cf93f79be83"
2021-05-04 04:11:39 +00:00
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"
[[package]]
name = "vec_map"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
[[package]]
name = "version_check"
2022-04-07 18:19:47 +00:00
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-07 18:19:47 +00:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "walkdir"
2021-04-05 05:50:53 +00:00
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-05 05:50:53 +00:00
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
dependencies = [
"same-file",
2021-07-28 03:52:58 +00:00
"winapi",
"winapi-util",
]
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"
[[package]]
name = "wasm-bindgen"
2022-10-21 03:46:14 +00:00
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 03:46:14 +00:00
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
dependencies = [
2022-09-12 07:23:20 +00:00
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2022-10-21 03:46:14 +00:00
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 03:46:14 +00:00
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
dependencies = [
"bumpalo",
"log",
2022-09-12 07:23:20 +00:00
"once_cell",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2022-10-21 03:46:14 +00:00
version = "0.4.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 03:46:14 +00:00
checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"
dependencies = [
2022-09-12 07:23:20 +00:00
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2022-10-21 03:46:14 +00:00
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 03:46:14 +00:00
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2022-10-21 03:46:14 +00:00
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 03:46:14 +00:00
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2022-10-21 03:46:14 +00:00
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 03:46:14 +00:00
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
[[package]]
name = "wayland-client"
2022-09-12 07:23:20 +00:00
version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "3f3b068c05a039c9f755f881dc50f01732214f5685e379829759088967c46715"
dependencies = [
"bitflags",
"downcast-rs",
"libc",
2022-09-12 07:23:20 +00:00
"nix 0.24.2",
"scoped-tls",
"wayland-commons",
"wayland-scanner",
"wayland-sys",
]
[[package]]
name = "wayland-commons"
2022-09-12 07:23:20 +00:00
version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "8691f134d584a33a6606d9d717b95c4fa20065605f798a3f350d78dced02a902"
dependencies = [
2022-09-12 07:23:20 +00:00
"nix 0.24.2",
"once_cell",
"smallvec",
"wayland-sys",
]
[[package]]
name = "wayland-cursor"
2022-09-12 07:23:20 +00:00
version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "6865c6b66f13d6257bef1cd40cbfe8ef2f150fb8ebbdb1e8e873455931377661"
dependencies = [
2022-09-12 07:23:20 +00:00
"nix 0.24.2",
"wayland-client",
"xcursor",
]
[[package]]
name = "wayland-protocols"
2022-09-12 07:23:20 +00:00
version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "b950621f9354b322ee817a23474e479b34be96c2e909c14f7bc0100e9a970bc6"
dependencies = [
"bitflags",
"wayland-client",
"wayland-commons",
"wayland-scanner",
]
[[package]]
name = "wayland-scanner"
2022-09-12 07:23:20 +00:00
version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "8f4303d8fa22ab852f789e75a967f0a2cdc430a607751c0499bada3e451cbd53"
dependencies = [
"proc-macro2",
"quote",
"xml-rs",
]
[[package]]
name = "wayland-sys"
2022-09-12 07:23:20 +00:00
version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "be12ce1a3c39ec7dba25594b97b42cb3195d54953ddb9d3d95a7c3902bc6e9d4"
dependencies = [
2021-12-03 20:34:12 +00:00
"dlib",
"lazy_static",
"pkg-config",
]
[[package]]
name = "web-sys"
2022-10-21 03:46:14 +00:00
version = "0.3.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 03:46:14 +00:00
checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "wgpu"
2022-10-21 03:46:14 +00:00
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 03:46:14 +00:00
checksum = "c2272b17bffc8a0c7d53897435da7c1db587c87d3a14e8dae9cdb8d1d210fc0f"
dependencies = [
2022-09-12 07:23:20 +00:00
"arrayvec 0.7.2",
"js-sys",
2021-07-28 03:52:58 +00:00
"log",
2022-09-12 07:23:20 +00:00
"naga",
2022-10-21 03:46:14 +00:00
"parking_lot",
"raw-window-handle 0.5.0",
"smallvec",
2022-10-21 03:46:14 +00:00
"static_assertions",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"wgpu-core",
2021-09-11 23:47:45 +00:00
"wgpu-hal",
"wgpu-types",
]
[[package]]
name = "wgpu-core"
2022-10-21 03:46:14 +00:00
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 03:46:14 +00:00
checksum = "73d14cad393054caf992ee02b7da6a372245d39a484f7461c1f44f6f6359bd28"
dependencies = [
2022-09-12 07:23:20 +00:00
"arrayvec 0.7.2",
"bit-vec",
"bitflags",
2021-06-01 04:24:20 +00:00
"cfg_aliases",
2022-09-12 07:23:20 +00:00
"codespan-reporting",
"fxhash",
2021-07-28 03:52:58 +00:00
"log",
"naga",
2022-10-21 03:46:14 +00:00
"parking_lot",
2021-07-28 03:52:58 +00:00
"profiling",
2022-10-21 03:46:14 +00:00
"raw-window-handle 0.5.0",
"smallvec",
"thiserror",
2022-09-12 07:23:20 +00:00
"web-sys",
2021-09-11 23:47:45 +00:00
"wgpu-hal",
"wgpu-types",
]
[[package]]
name = "wgpu-hal"
2022-11-05 04:50:23 +00:00
version = "0.14.1"
2021-09-11 23:47:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "3cc320a61acb26be4f549c9b1b53405c10a223fbfea363ec39474c32c348d12f"
2021-09-11 23:47:45 +00:00
dependencies = [
2022-09-12 07:23:20 +00:00
"android_system_properties",
"arrayvec 0.7.2",
2021-09-11 23:47:45 +00:00
"ash",
"bit-set",
"bitflags",
"block",
"core-graphics-types",
"d3d12",
2022-09-12 07:23:20 +00:00
"foreign-types 0.3.2",
2021-09-11 23:47:45 +00:00
"fxhash",
"glow",
"gpu-alloc",
"gpu-descriptor",
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",
2022-10-21 03:46:14 +00:00
"parking_lot",
2021-10-11 03:06:51 +00:00
"profiling",
2021-09-11 23:47:45 +00:00
"range-alloc",
2022-10-21 03:46:14 +00:00
"raw-window-handle 0.5.0",
2021-09-11 23:47:45 +00:00
"renderdoc-sys",
2022-10-21 03:46:14 +00:00
"smallvec",
2021-09-11 23:47:45 +00:00
"thiserror",
2021-10-11 03:06:51 +00:00
"wasm-bindgen",
"web-sys",
"wgpu-types",
2021-09-11 23:47:45 +00:00
"winapi",
]
[[package]]
name = "wgpu-types"
2022-11-05 04:50:23 +00:00
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "fb6b28ef22cac17b9109b25b3bf8c9a103eeb293d7c5f78653979b09140375f6"
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",
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2022-10-21 03:46:14 +00:00
[[package]]
name = "windows"
version = "0.37.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57b543186b344cc61c85b5aab0d2e3adf4e0f99bc076eff9aa5927bcc0b8a647"
dependencies = [
"windows_aarch64_msvc 0.37.0",
"windows_i686_gnu 0.37.0",
"windows_i686_msvc 0.37.0",
"windows_x86_64_gnu 0.37.0",
"windows_x86_64_msvc 0.37.0",
]
2022-09-12 07:23:20 +00:00
[[package]]
name = "windows-sys"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
dependencies = [
2022-10-21 03:46:14 +00:00
"windows_aarch64_msvc 0.36.1",
"windows_i686_gnu 0.36.1",
"windows_i686_msvc 0.36.1",
"windows_x86_64_gnu 0.36.1",
"windows_x86_64_msvc 0.36.1",
2022-09-12 07:23:20 +00:00
]
2022-11-05 04:50:23 +00:00
[[package]]
name = "windows-sys"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc 0.42.0",
"windows_i686_gnu 0.42.0",
"windows_i686_msvc 0.42.0",
"windows_x86_64_gnu 0.42.0",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc 0.42.0",
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
2022-09-12 07:23:20 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
2022-10-21 03:46:14 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.37.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2623277cb2d1c216ba3b578c0f3cf9cdebeddb6e66b1b218bb33596ea7769c3a"
2022-11-05 04:50:23 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
2022-09-12 07:23:20 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
2022-10-21 03:46:14 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.37.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3925fd0b0b804730d44d4b6278c50f9699703ec49bcd628020f46f4ba07d9e1"
2022-11-05 04:50:23 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
2022-09-12 07:23:20 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
2022-10-21 03:46:14 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.37.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce907ac74fe331b524c1298683efbf598bb031bc84d5e274db2083696d07c57c"
2022-11-05 04:50:23 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
2022-09-12 07:23:20 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
2022-10-21 03:46:14 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.37.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2babfba0828f2e6b32457d5341427dcbb577ceef556273229959ac23a10af33d"
2022-11-05 04:50:23 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
2022-09-12 07:23:20 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
2022-10-21 03:46:14 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.37.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4dd6dc7df2d84cf7b33822ed5b86318fb1781948e9663bacd047fc9dd52259d"
2022-11-05 04:50:23 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
2021-12-03 20:34:12 +00:00
[[package]]
name = "winit"
2022-11-05 04:50:23 +00:00
version = "0.27.5"
2021-12-03 20:34:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 04:50:23 +00:00
checksum = "bb796d6fbd86b2fd896c9471e6f04d39d750076ebe5680a3958f00f5ab97657c"
2021-12-03 20:34:12 +00:00
dependencies = [
"bitflags",
"cocoa",
2022-09-12 07:23:20 +00:00
"core-foundation",
"core-graphics",
2021-12-03 20:34:12 +00:00
"dispatch",
"instant",
"libc",
"log",
"mio",
2022-09-12 07:23:20 +00:00
"ndk 0.7.0",
2022-10-21 03:46:14 +00:00
"ndk-glue",
2021-12-03 20:34:12 +00:00
"objc",
2022-09-12 07:23:20 +00:00
"once_cell",
2022-10-21 03:46:14 +00:00
"parking_lot",
2021-12-03 20:34:12 +00:00
"percent-encoding",
2022-04-07 18:19:47 +00:00
"raw-window-handle 0.4.3",
2022-09-12 07:23:20 +00:00
"raw-window-handle 0.5.0",
"sctk-adwaita",
"smithay-client-toolkit",
2021-12-03 20:34:12 +00:00
"wasm-bindgen",
"wayland-client",
2021-12-03 20:34:12 +00:00
"wayland-protocols",
"web-sys",
2022-11-05 04:50:23 +00:00
"windows-sys 0.36.1",
"x11-dl",
]
2022-09-12 07:23:20 +00:00
[[package]]
name = "wio"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
dependencies = [
"winapi",
]
[[package]]
name = "x11-dl"
2022-09-12 07:23:20 +00:00
version = "2.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 07:23:20 +00:00
checksum = "0c83627bc137605acc00bb399c7b908ef460b621fc37c953db2b09f88c449ea6"
dependencies = [
"lazy_static",
"libc",
"pkg-config",
]
[[package]]
name = "xcursor"
2021-09-11 23:47:45 +00:00
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-11 23:47:45 +00:00
checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7"
dependencies = [
2022-04-26 16:45:57 +00:00
"nom",
2021-10-11 03:06:51 +00:00
]
[[package]]
name = "xml-rs"
2021-09-11 23:47:45 +00:00
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-11 23:47:45 +00:00
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"