wgpu-renderer/Cargo.lock

2730 lines
68 KiB
Text
Raw Permalink Normal View History

2022-10-01 23:58:09 +03:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2023-04-13 16:55:49 +03:00
[[package]]
name = "ab_glyph"
2023-11-04 02:40:00 +02:00
version = "0.2.23"
2023-04-13 16:55:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "80179d7dd5d7e8c285d67c4a1e652972a92de7475beddfb92028c76463b13225"
2023-04-13 16:55:49 +03:00
dependencies = [
"ab_glyph_rasterizer",
"owned_ttf_parser",
]
[[package]]
name = "ab_glyph_rasterizer"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046"
2023-04-13 20:30:28 +03:00
[[package]]
name = "addr2line"
2023-11-04 02:40:00 +02:00
version = "0.21.0"
2023-04-13 20:30:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
2023-04-13 20:30:28 +03:00
dependencies = [
"gimli",
]
2022-10-01 23:58:09 +03:00
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "ahash"
2023-11-04 02:40:00 +02:00
version = "0.8.6"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a"
2022-10-01 23:58:09 +03:00
dependencies = [
2023-11-04 02:40:00 +02:00
"cfg-if",
2022-10-01 23:58:09 +03:00
"getrandom",
"once_cell",
"version_check",
2023-11-04 02:40:00 +02:00
"zerocopy",
2022-10-01 23:58:09 +03:00
]
[[package]]
name = "aho-corasick"
2023-11-04 02:40:00 +02:00
version = "1.1.2"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
2022-10-01 23:58:09 +03:00
dependencies = [
"memchr",
]
2023-11-04 02:40:00 +02:00
[[package]]
name = "allocator-api2"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
2023-04-13 16:55:49 +03:00
[[package]]
name = "android-activity"
2023-11-04 02:40:00 +02:00
version = "0.5.0"
2023-04-13 16:55:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "052ad56e336bcc615a214bffbeca6c181ee9550acec193f0327e0b103b033a4d"
2023-04-13 16:55:49 +03:00
dependencies = [
"android-properties",
2023-11-04 02:40:00 +02:00
"bitflags 2.4.1",
2023-04-13 16:55:49 +03:00
"cc",
2023-11-04 02:40:00 +02:00
"cesu8",
"jni",
2023-04-13 16:55:49 +03:00
"jni-sys",
"libc",
"log",
"ndk",
"ndk-context",
"ndk-sys",
"num_enum",
2023-11-04 02:40:00 +02:00
"thiserror",
2023-04-13 16:55:49 +03:00
]
[[package]]
name = "android-properties"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04"
2022-10-01 23:58:09 +03:00
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
2022-10-02 18:59:20 +03:00
[[package]]
name = "anyhow"
2023-11-04 02:40:00 +02:00
version = "1.0.75"
2022-10-02 18:59:20 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
2022-10-02 18:59:20 +03:00
[[package]]
name = "approx"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f2a05fd1bd10b2527e20a2cd32d8873d115b8b39fe219ee25f42a8aca6ba278"
dependencies = [
"num-traits",
]
2023-01-23 17:15:02 +02:00
[[package]]
name = "arrayref"
2023-11-04 02:40:00 +02:00
version = "0.3.7"
2023-01-23 17:15:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
2023-01-23 17:15:02 +02:00
2022-10-01 23:58:09 +03:00
[[package]]
name = "arrayvec"
2023-11-04 02:40:00 +02:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
[[package]]
name = "as-raw-xcb-connection"
version = "1.0.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "2d5f312b0a56c5cdf967c0aeb67f6289603354951683bc97ddc595ab974ba9aa"
2022-10-01 23:58:09 +03:00
[[package]]
name = "ash"
2023-11-04 02:40:00 +02:00
version = "0.37.3+1.3.251"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "39e9c3835d686b0a6084ab4234fcd1b07dbf6e4767dce60874b12356a25ecd4a"
2022-10-01 23:58:09 +03:00
dependencies = [
2023-11-04 02:40:00 +02:00
"libloading 0.7.4",
2022-10-01 23:58:09 +03:00
]
2023-11-04 02:40:00 +02:00
[[package]]
name = "atomic-waker"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
2022-10-01 23:58:09 +03:00
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2023-04-13 20:30:28 +03:00
[[package]]
name = "backtrace"
2023-11-04 02:40:00 +02:00
version = "0.3.69"
2023-04-13 20:30:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
2023-04-13 20:30:28 +03:00
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
2023-11-04 02:40:00 +02:00
"miniz_oxide",
2023-04-13 20:30:28 +03:00
"object",
"rustc-demangle",
]
[[package]]
name = "base64"
2023-11-04 02:40:00 +02:00
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2022-10-01 23:58:09 +03:00
[[package]]
name = "bit-set"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
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 = "bit_field"
2023-11-04 02:40:00 +02:00
version = "0.10.2"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
2022-10-01 23:58:09 +03:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2023-11-04 02:40:00 +02:00
[[package]]
name = "bitflags"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
2022-10-01 23:58:09 +03:00
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2023-01-27 21:45:08 +02:00
[[package]]
name = "block-buffer"
2023-11-04 02:40:00 +02:00
version = "0.10.4"
2023-01-27 21:45:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2023-01-27 21:45:08 +02:00
dependencies = [
"generic-array",
]
2023-04-13 16:55:49 +03:00
[[package]]
name = "block-sys"
2023-11-04 02:40:00 +02:00
version = "0.2.0"
2023-04-13 16:55:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "2dd7cf50912cddc06dc5ea7c08c5e81c1b2c842a70d19def1848d54c586fed92"
2023-04-13 16:55:49 +03:00
dependencies = [
"objc-sys",
]
[[package]]
name = "block2"
2023-11-04 02:40:00 +02:00
version = "0.3.0"
2023-04-13 16:55:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "15b55663a85f33501257357e6421bb33e769d5c9ffb5ba0921c975a123e35e68"
2023-04-13 16:55:49 +03:00
dependencies = [
"block-sys",
2023-11-04 02:40:00 +02:00
"objc2",
2023-04-13 16:55:49 +03:00
]
2022-10-01 23:58:09 +03:00
[[package]]
name = "bumpalo"
2023-11-04 02:40:00 +02:00
version = "3.14.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
2022-10-01 23:58:09 +03:00
[[package]]
name = "bytemuck"
2023-11-04 02:40:00 +02:00
version = "1.14.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6"
2022-10-01 23:58:09 +03:00
dependencies = [
"bytemuck_derive",
]
[[package]]
name = "bytemuck_derive"
2023-11-04 02:40:00 +02:00
version = "1.5.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "965ab7eb5f8f97d2a083c799f3a1b994fc397b2fe2da5d1da1626ce15a39f2b1"
2022-10-01 23:58:09 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "byteorder"
2023-11-04 02:40:00 +02:00
version = "1.5.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "bytes"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
2022-10-01 23:58:09 +03:00
[[package]]
name = "calloop"
2023-11-04 02:40:00 +02:00
version = "0.12.3"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "7b50b5a44d59a98c55a9eeb518f39bf7499ba19fd98ee7d22618687f3f10adbf"
2022-10-01 23:58:09 +03:00
dependencies = [
2023-11-04 02:40:00 +02:00
"bitflags 2.4.1",
2022-10-01 23:58:09 +03:00
"log",
2023-11-04 02:40:00 +02:00
"polling",
"rustix",
"slab",
2023-01-23 17:15:02 +02:00
"thiserror",
2023-11-04 02:40:00 +02:00
]
[[package]]
name = "calloop-wayland-source"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f0ea9b9476c7fad82841a8dbb380e2eae480c21910feba80725b46931ed8f02"
dependencies = [
"calloop",
"rustix",
"wayland-backend",
"wayland-client",
2022-10-01 23:58:09 +03:00
]
[[package]]
name = "cc"
2023-11-04 02:40:00 +02:00
version = "1.0.83"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
2023-04-13 16:55:49 +03:00
dependencies = [
"jobserver",
2023-11-04 02:40:00 +02:00
"libc",
2023-04-13 16:55:49 +03:00
]
2022-10-01 23:58:09 +03:00
2023-11-04 02:40:00 +02:00
[[package]]
name = "cesu8"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2022-10-01 23:58:09 +03:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cfg_aliases"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2022-10-02 18:59:20 +03:00
[[package]]
name = "cgmath"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a98d30140e3296250832bbaaff83b27dcd6fa3cc70fb6f1f3e5c9c0023b5317"
dependencies = [
"approx",
"num-traits",
]
2022-10-01 23:58:09 +03: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 = "color_quant"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2023-04-13 20:30:28 +03:00
[[package]]
name = "com-rs"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf43edc576402991846b093a7ca18a3477e0ef9c588cde84964b5d3e43016642"
2023-11-04 02:40:00 +02:00
[[package]]
name = "combine"
version = "4.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
dependencies = [
"bytes",
"memchr",
]
[[package]]
name = "concurrent-queue"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f057a694a54f12365049b0958a1685bb52d567f5593b355fbf685838e873d400"
dependencies = [
"crossbeam-utils",
]
2023-01-27 23:16:57 +02:00
[[package]]
name = "console_error_panic_hook"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
dependencies = [
"cfg-if",
"wasm-bindgen",
]
[[package]]
name = "console_log"
2023-11-04 02:40:00 +02:00
version = "1.0.0"
2023-01-27 23:16:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "be8aed40e4edbf4d3b4431ab260b63fdc40f5780a4766824329ea0f1eefe3c0f"
2023-01-27 23:16:57 +02:00
dependencies = [
"log",
"web-sys",
]
2022-10-01 23:58:09 +03:00
[[package]]
name = "core-foundation"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
dependencies = [
2023-01-23 17:15:02 +02:00
"core-foundation-sys",
2022-10-01 23:58:09 +03:00
"libc",
]
[[package]]
name = "core-foundation-sys"
2023-11-04 02:40:00 +02:00
version = "0.8.4"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
2022-10-01 23:58:09 +03:00
[[package]]
name = "core-graphics"
2023-11-04 02:40:00 +02:00
version = "0.23.1"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "970a29baf4110c26fedbc7f82107d42c23f7e88e404c4577ed73fe99ff85a212"
2022-10-01 23:58:09 +03:00
dependencies = [
2023-11-04 02:40:00 +02:00
"bitflags 1.3.2",
2023-01-23 17:15:02 +02:00
"core-foundation",
2022-10-01 23:58:09 +03:00
"core-graphics-types",
2023-04-13 16:55:49 +03:00
"foreign-types",
2022-10-01 23:58:09 +03:00
"libc",
]
[[package]]
name = "core-graphics-types"
2023-11-04 02:40:00 +02:00
version = "0.1.2"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "2bb142d41022986c1d8ff29103a1411c8a3dfad3552f87a4f8dc50d61d4f4e33"
2022-10-01 23:58:09 +03:00
dependencies = [
2023-11-04 02:40:00 +02:00
"bitflags 1.3.2",
2023-01-23 17:15:02 +02:00
"core-foundation",
2022-10-01 23:58:09 +03:00
"libc",
]
2023-01-27 21:45:08 +02:00
[[package]]
name = "cpufeatures"
2023-11-04 02:40:00 +02:00
version = "0.2.11"
2023-01-27 21:45:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0"
2023-01-27 21:45:08 +02:00
dependencies = [
"libc",
]
2022-10-01 23:58:09 +03:00
[[package]]
name = "crc32fast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
2023-01-23 17:15:02 +02:00
"cfg-if",
2022-10-01 23:58:09 +03:00
]
[[package]]
name = "crossbeam-deque"
2023-11-04 02:40:00 +02:00
version = "0.8.3"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
2022-10-01 23:58:09 +03:00
dependencies = [
2023-01-23 17:15:02 +02:00
"cfg-if",
2022-10-01 23:58:09 +03:00
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2023-11-04 02:40:00 +02:00
version = "0.9.15"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
2022-10-01 23:58:09 +03:00
dependencies = [
"autocfg",
2023-01-23 17:15:02 +02:00
"cfg-if",
2022-10-01 23:58:09 +03:00
"crossbeam-utils",
2023-11-04 02:40:00 +02:00
"memoffset 0.9.0",
2022-10-01 23:58:09 +03:00
"scopeguard",
]
[[package]]
name = "crossbeam-utils"
2023-11-04 02:40:00 +02:00
version = "0.8.16"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
2022-10-01 23:58:09 +03:00
dependencies = [
2023-01-23 17:15:02 +02:00
"cfg-if",
]
2023-01-22 17:43:12 +02:00
[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
2023-01-27 21:45:08 +02:00
[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"typenum",
]
2022-10-01 23:58:09 +03:00
[[package]]
2023-11-04 02:40:00 +02:00
name = "cursor-icon"
version = "1.1.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
2022-10-01 23:58:09 +03:00
[[package]]
name = "d3d12"
2023-11-04 02:40:00 +02:00
version = "0.7.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "e16e44ab292b1dddfdaf7be62cfd8877df52f2f3fde5858d95bab606be259f20"
2022-10-01 23:58:09 +03:00
dependencies = [
2023-11-04 02:40:00 +02:00
"bitflags 2.4.1",
"libloading 0.8.1",
2022-10-01 23:58:09 +03:00
"winapi",
]
2023-01-27 21:45:08 +02:00
[[package]]
name = "digest"
2023-11-04 02:40:00 +02:00
version = "0.10.7"
2023-01-27 21:45:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2023-01-27 21:45:08 +02:00
dependencies = [
"block-buffer",
"crypto-common",
]
2022-10-01 23:58:09 +03:00
[[package]]
name = "dispatch"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
[[package]]
name = "dlib"
2023-11-04 02:40:00 +02:00
version = "0.5.2"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
2022-10-01 23:58:09 +03:00
dependencies = [
2023-11-04 02:40:00 +02:00
"libloading 0.8.1",
2022-10-01 23:58:09 +03:00
]
[[package]]
name = "downcast-rs"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
[[package]]
name = "either"
2023-11-04 02:40:00 +02:00
version = "1.9.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
2022-10-01 23:58:09 +03:00
[[package]]
name = "env_logger"
2023-01-23 17:15:02 +02:00
version = "0.10.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-23 17:15:02 +02:00
checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
2022-10-01 23:58:09 +03:00
dependencies = [
"humantime",
2023-01-23 17:15:02 +02:00
"is-terminal",
2022-10-01 23:58:09 +03:00
"log",
"regex",
"termcolor",
]
2023-01-23 17:15:02 +02:00
[[package]]
2023-11-04 02:40:00 +02:00
name = "equivalent"
version = "1.0.1"
2023-01-23 17:15:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2023-01-23 17:15:02 +02:00
[[package]]
2023-11-04 02:40:00 +02:00
name = "errno"
version = "0.3.5"
2023-01-23 17:15:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860"
2023-01-23 17:15:02 +02:00
dependencies = [
"libc",
2023-11-04 02:40:00 +02:00
"windows-sys 0.48.0",
2023-01-23 17:15:02 +02:00
]
2022-10-01 23:58:09 +03:00
[[package]]
name = "exr"
2023-11-04 02:40:00 +02:00
version = "1.71.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "832a761f35ab3e6664babfbdc6cef35a4860e816ec3916dcfd0882954e98a8a8"
2022-10-01 23:58:09 +03:00
dependencies = [
"bit_field",
"flume",
"half",
"lebe",
2023-11-04 02:40:00 +02:00
"miniz_oxide",
"rayon-core",
2022-10-01 23:58:09 +03:00
"smallvec",
2023-11-04 02:40:00 +02:00
"zune-inflate",
]
[[package]]
name = "fdeflate"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64d6dafc854908ff5da46ff3f8f473c6984119a2876a383a860246dd7841a868"
dependencies = [
"simd-adler32",
2022-10-01 23:58:09 +03:00
]
[[package]]
name = "flate2"
2023-11-04 02:40:00 +02:00
version = "1.0.28"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
2022-10-01 23:58:09 +03:00
dependencies = [
"crc32fast",
2023-11-04 02:40:00 +02:00
"miniz_oxide",
2022-10-01 23:58:09 +03:00
]
[[package]]
name = "flume"
2023-11-04 02:40:00 +02:00
version = "0.11.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
2022-10-01 23:58:09 +03:00
dependencies = [
"futures-core",
"futures-sink",
"nanorand",
"spin",
]
[[package]]
name = "foreign-types"
2023-11-04 02:40:00 +02:00
version = "0.5.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
2022-10-01 23:58:09 +03:00
dependencies = [
2023-11-04 02:40:00 +02:00
"foreign-types-macros",
2023-04-13 16:55:49 +03:00
"foreign-types-shared",
2022-10-01 23:58:09 +03:00
]
2023-11-04 02:40:00 +02:00
[[package]]
name = "foreign-types-macros"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-10-01 23:58:09 +03:00
[[package]]
name = "foreign-types-shared"
2023-11-04 02:40:00 +02:00
version = "0.3.1"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
2022-10-01 23:58:09 +03:00
2022-10-02 22:03:50 +03:00
[[package]]
name = "fs_extra"
2023-11-04 02:40:00 +02:00
version = "1.3.0"
2022-10-02 22:03:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
2022-10-02 22:03:50 +03:00
2022-10-01 23:58:09 +03:00
[[package]]
name = "futures-core"
2023-11-04 02:40:00 +02:00
version = "0.3.29"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c"
2022-10-01 23:58:09 +03:00
[[package]]
name = "futures-sink"
2023-11-04 02:40:00 +02:00
version = "0.3.29"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817"
2022-10-01 23:58:09 +03:00
[[package]]
2023-11-04 02:40:00 +02:00
name = "generic-array"
version = "0.14.7"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2022-10-01 23:58:09 +03:00
dependencies = [
2023-11-04 02:40:00 +02:00
"typenum",
"version_check",
2022-10-01 23:58:09 +03:00
]
2023-01-27 21:45:08 +02:00
[[package]]
2023-11-04 02:40:00 +02:00
name = "gethostname"
version = "0.3.0"
2023-01-27 21:45:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "bb65d4ba3173c56a500b555b532f72c42e8d1fe64962b518897f8959fae2c177"
2023-01-27 21:45:08 +02:00
dependencies = [
2023-11-04 02:40:00 +02:00
"libc",
"winapi",
2023-01-27 21:45:08 +02:00
]
2022-10-01 23:58:09 +03:00
[[package]]
name = "getrandom"
2023-11-04 02:40:00 +02:00
version = "0.2.10"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
2022-10-01 23:58:09 +03:00
dependencies = [
2023-01-23 17:15:02 +02:00
"cfg-if",
2022-10-01 23:58:09 +03:00
"js-sys",
"libc",
"wasi",
"wasm-bindgen",
]
[[package]]
name = "gif"
2023-11-04 02:40:00 +02:00
version = "0.12.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045"
2022-10-01 23:58:09 +03:00
dependencies = [
"color_quant",
"weezl",
]
2023-04-13 20:30:28 +03:00
[[package]]
name = "gimli"
2023-11-04 02:40:00 +02:00
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
[[package]]
name = "gl_generator"
version = "0.14.0"
2023-04-13 20:30:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
dependencies = [
"khronos_api",
"log",
"xml-rs",
]
2023-04-13 20:30:28 +03:00
2022-10-02 22:03:50 +03:00
[[package]]
name = "glob"
2023-01-22 17:43:12 +02:00
version = "0.3.1"
2022-10-02 22:03:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-22 17:43:12 +02:00
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2022-10-02 22:03:50 +03:00
2022-10-01 23:58:09 +03:00
[[package]]
name = "glow"
2023-11-04 02:40:00 +02:00
version = "0.13.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "886c2a30b160c4c6fec8f987430c26b526b7988ca71f664e6a699ddf6f9601e4"
2022-10-01 23:58:09 +03:00
dependencies = [
"js-sys",
"slotmap",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "gltf"
2023-11-04 02:40:00 +02:00
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "ad2dcfb6dd7a66f9eb3d181a29dcfb22d146b0bcdc2e1ed1713cbf03939a88ea"
dependencies = [
"base64",
"byteorder",
"gltf-json",
2023-11-04 02:40:00 +02:00
"image",
"lazy_static",
2023-11-04 02:40:00 +02:00
"urlencoding",
]
[[package]]
name = "gltf-derive"
2023-11-04 02:40:00 +02:00
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "f2cbcea5dd47e7ad4e9ee6f040384fcd7204bbf671aa4f9e7ca7dfc9bfa1de20"
dependencies = [
"inflections",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "gltf-json"
2023-11-04 02:40:00 +02:00
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "7d5b810806b78dde4b71a95cc0e6fdcab34c4c617da3574df166f9987be97d03"
dependencies = [
"gltf-derive",
"serde",
"serde_derive",
"serde_json",
]
2023-11-04 02:40:00 +02:00
[[package]]
name = "glutin_wgl_sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c8098adac955faa2d31079b65dc48841251f69efd3ac25477903fc424362ead"
dependencies = [
"gl_generator",
]
2022-10-01 23:58:09 +03:00
[[package]]
name = "gpu-alloc"
2023-11-04 02:40:00 +02:00
version = "0.6.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
2022-10-01 23:58:09 +03:00
dependencies = [
2023-11-04 02:40:00 +02:00
"bitflags 2.4.1",
2022-10-01 23:58:09 +03:00
"gpu-alloc-types",
]
[[package]]
name = "gpu-alloc-types"
2023-11-04 02:40:00 +02:00
version = "0.3.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
2022-10-01 23:58:09 +03:00
dependencies = [
2023-11-04 02:40:00 +02:00
"bitflags 2.4.1",
2022-10-01 23:58:09 +03:00
]
2023-04-13 20:30:28 +03:00
[[package]]
name = "gpu-allocator"
2023-11-04 02:40:00 +02:00
version = "0.23.0"
2023-04-13 20:30:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "40fe17c8a05d60c38c0a4e5a3c802f2f1ceb66b76c67d96ffb34bef0475a7fad"
2023-04-13 20:30:28 +03:00
dependencies = [
"backtrace",
"log",
2023-11-04 02:40:00 +02:00
"presser",
2023-04-13 20:30:28 +03:00
"thiserror",
"winapi",
"windows",
]
2022-10-01 23:58:09 +03:00
[[package]]
name = "gpu-descriptor"
2023-11-04 02:40:00 +02:00
version = "0.2.4"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "cc11df1ace8e7e564511f53af41f3e42ddc95b56fd07b3f4445d2a6048bc682c"
2022-10-01 23:58:09 +03:00
dependencies = [
2023-11-04 02:40:00 +02:00
"bitflags 2.4.1",
2022-10-01 23:58:09 +03:00
"gpu-descriptor-types",
"hashbrown",
]
[[package]]
name = "gpu-descriptor-types"
2023-11-04 02:40:00 +02:00
version = "0.1.2"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "6bf0b36e6f090b7e1d8a4b49c0cb81c1f8376f72198c65dd3ad9ff3556b8b78c"
2022-10-01 23:58:09 +03:00
dependencies = [
2023-11-04 02:40:00 +02:00
"bitflags 2.4.1",
2022-10-01 23:58:09 +03:00
]
[[package]]
name = "half"
2023-01-22 17:43:12 +02:00
version = "2.2.1"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-22 17:43:12 +02:00
checksum = "02b4af3693f1b705df946e9fe5631932443781d0aabb423b62fcd4d73f6d2fd0"
dependencies = [
"crunchy",
]
2022-10-01 23:58:09 +03:00
[[package]]
name = "hashbrown"
2023-11-04 02:40:00 +02:00
version = "0.14.2"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156"
2022-10-01 23:58:09 +03:00
dependencies = [
"ahash",
2023-11-04 02:40:00 +02:00
"allocator-api2",
2022-10-01 23:58:09 +03:00
]
2023-04-13 20:30:28 +03:00
[[package]]
name = "hassle-rs"
2023-11-04 02:40:00 +02:00
version = "0.10.0"
2023-04-13 20:30:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "1397650ee315e8891a0df210707f0fc61771b0cc518c3023896064c5407cb3b0"
2023-04-13 20:30:28 +03:00
dependencies = [
2023-11-04 02:40:00 +02:00
"bitflags 1.3.2",
2023-04-13 20:30:28 +03:00
"com-rs",
"libc",
2023-11-04 02:40:00 +02:00
"libloading 0.7.4",
2023-04-13 20:30:28 +03:00
"thiserror",
"widestring",
"winapi",
]
2023-01-22 17:43:12 +02:00
[[package]]
name = "hermit-abi"
2023-11-04 02:40:00 +02:00
version = "0.3.3"
2023-01-22 17:43:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
2023-01-22 17:43:12 +02:00
2022-10-01 23:58:09 +03:00
[[package]]
name = "hexf-parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
2023-11-04 02:40:00 +02:00
name = "icrate"
version = "0.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "99d3aaff8a54577104bafdf686ff18565c3b6903ca5782a2026ef06e2c7aa319"
dependencies = [
2023-11-04 02:40:00 +02:00
"block2",
"dispatch",
"objc2",
]
2022-10-01 23:58:09 +03:00
[[package]]
name = "image"
2023-11-04 02:40:00 +02:00
version = "0.24.7"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "6f3dfdbdd72063086ff443e297b61695500514b1e41095b6fb9a5ab48a70a711"
2022-10-01 23:58:09 +03:00
dependencies = [
"bytemuck",
"byteorder",
"color_quant",
"exr",
"gif",
2023-11-04 02:40:00 +02:00
"jpeg-decoder",
"num-rational",
2022-10-01 23:58:09 +03:00
"num-traits",
2023-11-04 02:40:00 +02:00
"png",
"qoi",
2022-10-01 23:58:09 +03:00
"tiff",
]
[[package]]
name = "indexmap"
2023-11-04 02:40:00 +02:00
version = "2.1.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
2022-10-01 23:58:09 +03:00
dependencies = [
2023-11-04 02:40:00 +02:00
"equivalent",
2022-10-01 23:58:09 +03:00
"hashbrown",
]
[[package]]
name = "inflections"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a257582fdcde896fd96463bf2d40eefea0580021c0712a0e2b028b60b47a837a"
2022-10-01 23:58:09 +03:00
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
2023-01-23 17:15:02 +02:00
"cfg-if",
2022-10-01 23:58:09 +03:00
"js-sys",
"wasm-bindgen",
"web-sys",
]
2023-01-23 17:15:02 +02:00
[[package]]
name = "is-terminal"
2023-11-04 02:40:00 +02:00
version = "0.4.9"
2023-01-23 17:15:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
2023-01-23 17:15:02 +02:00
dependencies = [
"hermit-abi",
"rustix",
2023-11-04 02:40:00 +02:00
"windows-sys 0.48.0",
2023-01-23 17:15:02 +02:00
]
[[package]]
name = "itoa"
2023-11-04 02:40:00 +02:00
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
[[package]]
name = "jni"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
dependencies = [
"cesu8",
"cfg-if",
"combine",
"jni-sys",
"log",
"thiserror",
"walkdir",
"windows-sys 0.45.0",
]
2022-10-01 23:58:09 +03:00
[[package]]
name = "jni-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
2023-04-13 16:55:49 +03:00
[[package]]
name = "jobserver"
2023-11-04 02:40:00 +02:00
version = "0.1.27"
2023-04-13 16:55:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d"
2023-04-13 16:55:49 +03:00
dependencies = [
"libc",
]
2022-10-01 23:58:09 +03:00
[[package]]
name = "jpeg-decoder"
2023-01-22 17:43:12 +02:00
version = "0.3.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-22 17:43:12 +02:00
checksum = "bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e"
2022-10-01 23:58:09 +03:00
dependencies = [
"rayon",
]
[[package]]
name = "js-sys"
2023-11-04 02:40:00 +02:00
version = "0.3.65"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "54c0c35952f67de54bb584e9fd912b3023117cbafc0a77d8f3dee1fb5f572fe8"
2022-10-01 23:58:09 +03:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "khronos-egl"
2023-11-04 02:40:00 +02:00
version = "6.0.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
2022-10-01 23:58:09 +03:00
dependencies = [
"libc",
2023-11-04 02:40:00 +02:00
"libloading 0.8.1",
2022-10-01 23:58:09 +03:00
"pkg-config",
]
2023-11-04 02:40:00 +02:00
[[package]]
name = "khronos_api"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
2022-10-01 23:58:09 +03:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "lebe"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
[[package]]
name = "libc"
2023-11-04 02:40:00 +02:00
version = "0.2.149"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
2022-10-01 23:58:09 +03:00
[[package]]
name = "libloading"
2023-01-22 17:43:12 +02:00
version = "0.7.4"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-22 17:43:12 +02:00
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
2022-10-01 23:58:09 +03:00
dependencies = [
2023-01-23 17:15:02 +02:00
"cfg-if",
2022-10-01 23:58:09 +03:00
"winapi",
]
2023-11-04 02:40:00 +02:00
[[package]]
name = "libloading"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161"
dependencies = [
"cfg-if",
"windows-sys 0.48.0",
]
2023-01-23 17:15:02 +02:00
[[package]]
name = "linux-raw-sys"
2023-11-04 02:40:00 +02:00
version = "0.4.10"
2023-01-23 17:15:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f"
2023-01-23 17:15:02 +02:00
2022-10-01 23:58:09 +03:00
[[package]]
name = "lock_api"
2023-11-04 02:40:00 +02:00
version = "0.4.11"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
2022-10-01 23:58:09 +03:00
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
2023-11-04 02:40:00 +02:00
version = "0.4.20"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
2022-10-01 23:58:09 +03:00
[[package]]
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
dependencies = [
"libc",
]
[[package]]
name = "memchr"
2023-11-04 02:40:00 +02:00
version = "2.6.4"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
2022-10-01 23:58:09 +03:00
[[package]]
name = "memmap2"
2023-11-04 02:40:00 +02:00
version = "0.9.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "deaba38d7abf1d4cca21cc89e932e542ba2b9258664d2a9ef0e61512039c9375"
2022-10-01 23:58:09 +03:00
dependencies = [
"libc",
]
[[package]]
name = "memoffset"
2023-11-04 02:40:00 +02:00
version = "0.7.1"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
2022-10-01 23:58:09 +03:00
dependencies = [
"autocfg",
]
2023-01-22 17:43:12 +02:00
[[package]]
name = "memoffset"
2023-11-04 02:40:00 +02:00
version = "0.9.0"
2023-01-22 17:43:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
2023-01-22 17:43:12 +02:00
dependencies = [
"autocfg",
]
2022-10-01 23:58:09 +03:00
[[package]]
name = "metal"
2023-11-04 02:40:00 +02:00
version = "0.27.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "c43f73953f8cbe511f021b58f18c3ce1c3d1ae13fe953293e13345bf83217f25"
2022-10-01 23:58:09 +03:00
dependencies = [
2023-11-04 02:40:00 +02:00
"bitflags 2.4.1",
2022-10-01 23:58:09 +03:00
"block",
"core-graphics-types",
2023-04-13 16:55:49 +03:00
"foreign-types",
2022-10-01 23:58:09 +03:00
"log",
"objc",
2023-11-04 02:40:00 +02:00
"paste",
2022-10-01 23:58:09 +03:00
]
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "miniz_oxide"
2023-11-04 02:40:00 +02:00
version = "0.7.1"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
2022-10-01 23:58:09 +03:00
dependencies = [
"adler",
2023-11-04 02:40:00 +02:00
"simd-adler32",
2022-10-01 23:58:09 +03:00
]
[[package]]
name = "naga"
2023-11-04 02:40:00 +02:00
version = "0.14.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "61d829abac9f5230a85d8cc83ec0879b4c09790208ae25b5ea031ef84562e071"
2022-10-01 23:58:09 +03:00
dependencies = [
"bit-set",
2023-11-04 02:40:00 +02:00
"bitflags 2.4.1",
2022-10-01 23:58:09 +03:00
"codespan-reporting",
"hexf-parse",
"indexmap",
"log",
"num-traits",
"rustc-hash",
"spirv",
"termcolor",
"thiserror",
"unicode-xid",
]
[[package]]
name = "nanorand"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
dependencies = [
"getrandom",
]
[[package]]
name = "ndk"
2023-11-04 02:40:00 +02:00
version = "0.8.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
2022-10-01 23:58:09 +03:00
dependencies = [
2023-11-04 02:40:00 +02:00
"bitflags 2.4.1",
2022-10-01 23:58:09 +03:00
"jni-sys",
2023-11-04 02:40:00 +02:00
"log",
2022-10-01 23:58:09 +03:00
"ndk-sys",
"num_enum",
2023-11-04 02:40:00 +02:00
"raw-window-handle 0.5.2",
"raw-window-handle 0.6.0",
2022-10-01 23:58:09 +03:00
"thiserror",
]
[[package]]
name = "ndk-context"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
[[package]]
name = "ndk-sys"
2023-11-04 02:40:00 +02:00
version = "0.5.0+25.2.9519653"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
2023-01-23 17:15:02 +02:00
dependencies = [
"jni-sys",
]
2022-10-01 23:58:09 +03:00
[[package]]
name = "nix"
2023-11-04 02:40:00 +02:00
version = "0.26.4"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
2022-10-01 23:58:09 +03:00
dependencies = [
2023-11-04 02:40:00 +02:00
"bitflags 1.3.2",
2023-01-23 17:15:02 +02:00
"cfg-if",
2022-10-01 23:58:09 +03:00
"libc",
2023-11-04 02:40:00 +02:00
"memoffset 0.7.1",
2022-10-01 23:58:09 +03:00
]
[[package]]
name = "nom"
2023-01-22 17:43:12 +02:00
version = "7.1.3"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-22 17:43:12 +02:00
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2022-10-01 23:58:09 +03:00
dependencies = [
"memchr",
"minimal-lexical",
]
[[package]]
name = "num-integer"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-rational"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
2023-11-04 02:40:00 +02:00
version = "0.2.17"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
2022-10-01 23:58:09 +03:00
dependencies = [
"autocfg",
]
[[package]]
name = "num_enum"
2023-11-04 02:40:00 +02:00
version = "0.7.1"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "683751d591e6d81200c39fb0d1032608b77724f34114db54f571ff1317b337c0"
2022-10-01 23:58:09 +03:00
dependencies = [
"num_enum_derive",
]
[[package]]
name = "num_enum_derive"
2023-11-04 02:40:00 +02:00
version = "0.7.1"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "6c11e44798ad209ccdd91fc192f0526a369a01234f7373e1b141c96d7cee4f0e"
2022-10-01 23:58:09 +03:00
dependencies = [
"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",
]
2023-04-13 16:55:49 +03:00
[[package]]
name = "objc-sys"
2023-11-04 02:40:00 +02:00
version = "0.3.1"
2023-04-13 16:55:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "99e1d07c6eab1ce8b6382b8e3c7246fe117ff3f8b34be065f5ebace6749fe845"
2023-04-13 16:55:49 +03:00
[[package]]
name = "objc2"
2023-11-04 02:40:00 +02:00
version = "0.4.1"
2023-04-13 16:55:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "559c5a40fdd30eb5e344fbceacf7595a81e242529fb4e21cf5f43fb4f11ff98d"
2023-04-13 16:55:49 +03:00
dependencies = [
"objc-sys",
"objc2-encode",
]
[[package]]
name = "objc2-encode"
2023-11-04 02:40:00 +02:00
version = "3.0.0"
2023-04-13 16:55:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "d079845b37af429bfe5dfa76e6d087d788031045b25cfc6fd898486fd9847666"
2023-04-13 16:55:49 +03:00
2022-10-01 23:58:09 +03:00
[[package]]
name = "objc_exception"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
dependencies = [
"cc",
]
2023-04-13 20:30:28 +03:00
[[package]]
name = "object"
2023-11-04 02:40:00 +02:00
version = "0.32.1"
2023-04-13 20:30:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
2023-04-13 20:30:28 +03:00
dependencies = [
"memchr",
]
2022-10-01 23:58:09 +03:00
[[package]]
name = "once_cell"
2023-11-04 02:40:00 +02:00
version = "1.18.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
2022-10-01 23:58:09 +03:00
2023-04-13 16:55:49 +03:00
[[package]]
name = "orbclient"
2023-11-04 02:40:00 +02:00
version = "0.3.46"
2023-04-13 16:55:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "8378ac0dfbd4e7895f2d2c1f1345cab3836910baf3a300b000d04250f0c8428f"
2023-04-13 16:55:49 +03:00
dependencies = [
2023-11-04 02:40:00 +02:00
"redox_syscall 0.3.5",
2023-04-13 16:55:49 +03:00
]
[[package]]
name = "owned_ttf_parser"
2023-11-04 02:40:00 +02:00
version = "0.20.0"
2023-04-13 16:55:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "d4586edfe4c648c71797a74c84bacb32b52b212eff5dfe2bb9f2c599844023e7"
2023-04-13 16:55:49 +03:00
dependencies = [
"ttf-parser",
]
2022-10-01 23:58:09 +03:00
[[package]]
name = "parking_lot"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
"lock_api",
2023-01-23 17:15:02 +02:00
"parking_lot_core",
2022-10-01 23:58:09 +03:00
]
[[package]]
name = "parking_lot_core"
2023-11-04 02:40:00 +02:00
version = "0.9.9"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
2022-10-01 23:58:09 +03:00
dependencies = [
2023-01-23 17:15:02 +02:00
"cfg-if",
2022-10-01 23:58:09 +03:00
"libc",
2023-11-04 02:40:00 +02:00
"redox_syscall 0.4.1",
2022-10-01 23:58:09 +03:00
"smallvec",
2023-11-04 02:40:00 +02:00
"windows-targets 0.48.5",
2022-10-01 23:58:09 +03:00
]
[[package]]
2023-11-04 02:40:00 +02:00
name = "paste"
version = "1.0.14"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
2022-10-01 23:58:09 +03:00
[[package]]
2023-11-04 02:40:00 +02:00
name = "percent-encoding"
version = "2.3.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
2022-10-01 23:58:09 +03:00
[[package]]
2023-11-04 02:40:00 +02:00
name = "pin-project-lite"
version = "0.2.13"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
2022-10-01 23:58:09 +03:00
[[package]]
name = "pkg-config"
2023-11-04 02:40:00 +02:00
version = "0.3.27"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
2022-10-01 23:58:09 +03:00
[[package]]
name = "png"
2023-11-04 02:40:00 +02:00
version = "0.17.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "dd75bf2d8dd3702b9707cdbc56a5b9ef42cec752eb8b3bafc01234558442aa64"
dependencies = [
2023-11-04 02:40:00 +02:00
"bitflags 1.3.2",
"crc32fast",
2023-11-04 02:40:00 +02:00
"fdeflate",
"flate2",
"miniz_oxide",
]
2022-10-01 23:58:09 +03:00
[[package]]
2023-11-04 02:40:00 +02:00
name = "polling"
version = "3.3.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "e53b6af1f60f36f8c2ac2aad5459d75a5a9b4be1e8cdd40264f315d78193e531"
2022-10-01 23:58:09 +03:00
dependencies = [
2023-11-04 02:40:00 +02:00
"cfg-if",
"concurrent-queue",
"pin-project-lite",
"rustix",
"tracing",
"windows-sys 0.48.0",
2022-10-01 23:58:09 +03:00
]
[[package]]
name = "pollster"
2023-11-04 02:40:00 +02:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2"
[[package]]
name = "presser"
version = "0.3.1"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
2022-10-01 23:58:09 +03:00
[[package]]
name = "proc-macro-crate"
2023-11-04 02:40:00 +02:00
version = "2.0.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "7e8366a6159044a37876a2b9817124296703c586a5c92e2c53751fa06d8d43e8"
2022-10-01 23:58:09 +03:00
dependencies = [
2023-01-27 21:15:19 +02:00
"toml_edit",
2022-10-01 23:58:09 +03:00
]
[[package]]
name = "proc-macro2"
2023-11-04 02:40:00 +02:00
version = "1.0.69"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
2022-10-01 23:58:09 +03:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "profiling"
2023-11-04 02:40:00 +02:00
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f89dff0959d98c9758c88826cc002e2c3d0b9dfac4139711d1f30de442f1139b"
[[package]]
name = "qoi"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
dependencies = [
"bytemuck",
]
[[package]]
name = "quick-xml"
version = "0.30.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
dependencies = [
"memchr",
]
2022-10-01 23:58:09 +03:00
[[package]]
name = "quote"
2023-11-04 02:40:00 +02:00
version = "1.0.33"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
2022-10-01 23:58:09 +03:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "range-alloc"
2023-11-04 02:40:00 +02:00
version = "0.1.3"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "9c8a99fddc9f0ba0a85884b8d14e3592853e787d581ca1816c91349b10e4eeab"
2022-10-01 23:58:09 +03:00
2023-01-23 17:15:02 +02:00
[[package]]
name = "raw-window-handle"
2023-11-04 02:40:00 +02:00
version = "0.5.2"
2023-01-23 17:15:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
[[package]]
name = "raw-window-handle"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42a9830a0e1b9fb145ebb365b8bc4ccd75f290f98c0247deafbbe2c75cefb544"
2023-01-23 17:15:02 +02:00
2022-10-01 23:58:09 +03:00
[[package]]
name = "rayon"
2023-11-04 02:40:00 +02:00
version = "1.8.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
2022-10-01 23:58:09 +03:00
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2023-11-04 02:40:00 +02:00
version = "1.12.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
2022-10-01 23:58:09 +03:00
dependencies = [
"crossbeam-deque",
"crossbeam-utils",
]
[[package]]
name = "redox_syscall"
2023-11-04 02:40:00 +02:00
version = "0.3.5"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
2022-10-01 23:58:09 +03:00
dependencies = [
2023-11-04 02:40:00 +02:00
"bitflags 1.3.2",
2022-10-01 23:58:09 +03:00
]
2023-04-13 16:55:49 +03:00
[[package]]
name = "redox_syscall"
2023-11-04 02:40:00 +02:00
version = "0.4.1"
2023-04-13 16:55:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
2023-04-13 16:55:49 +03:00
dependencies = [
2023-11-04 02:40:00 +02:00
"bitflags 1.3.2",
2023-04-13 16:55:49 +03:00
]
2022-10-01 23:58:09 +03:00
[[package]]
name = "regex"
2023-11-04 02:40:00 +02:00
version = "1.10.2"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
2022-10-01 23:58:09 +03:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2023-11-04 02:40:00 +02:00
version = "0.8.2"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
2022-10-01 23:58:09 +03:00
[[package]]
name = "renderdoc-sys"
2023-11-04 02:40:00 +02:00
version = "1.0.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "216080ab382b992234dda86873c18d4c48358f5cfcb70fd693d7f6f2131b628b"
2022-10-01 23:58:09 +03:00
2023-01-27 21:45:08 +02:00
[[package]]
name = "rust-embed"
2023-11-04 02:40:00 +02:00
version = "8.0.0"
2023-01-27 21:45:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "b1e7d90385b59f0a6bf3d3b757f3ca4ece2048265d70db20a2016043d4509a40"
2023-01-27 21:45:08 +02:00
dependencies = [
"rust-embed-impl",
"rust-embed-utils",
"walkdir",
]
[[package]]
name = "rust-embed-impl"
2023-11-04 02:40:00 +02:00
version = "8.0.0"
2023-01-27 21:45:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "3c3d8c6fd84090ae348e63a84336b112b5c3918b3bf0493a581f7bd8ee623c29"
2023-01-27 21:45:08 +02:00
dependencies = [
"proc-macro2",
"quote",
"rust-embed-utils",
"syn",
"walkdir",
]
[[package]]
name = "rust-embed-utils"
2023-11-04 02:40:00 +02:00
version = "8.0.0"
2023-01-27 21:45:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "873feff8cb7bf86fdf0a71bb21c95159f4e4a37dd7a4bd1855a940909b583ada"
2023-01-27 21:45:08 +02:00
dependencies = [
"sha2",
"walkdir",
]
2023-04-13 20:30:28 +03:00
[[package]]
name = "rustc-demangle"
2023-11-04 02:40:00 +02:00
version = "0.1.23"
2023-04-13 20:30:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2023-04-13 20:30:28 +03:00
2022-10-01 23:58:09 +03:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2023-01-23 17:15:02 +02:00
[[package]]
name = "rustix"
2023-11-04 02:40:00 +02:00
version = "0.38.21"
2023-01-23 17:15:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "2b426b0506e5d50a7d8dafcf2e81471400deb602392c7dd110815afb4eaf02a3"
2023-01-23 17:15:02 +02:00
dependencies = [
2023-11-04 02:40:00 +02:00
"bitflags 2.4.1",
2023-01-23 17:15:02 +02:00
"errno",
"libc",
"linux-raw-sys",
2023-11-04 02:40:00 +02:00
"windows-sys 0.48.0",
2023-01-23 17:15:02 +02:00
]
[[package]]
name = "ryu"
2023-11-04 02:40:00 +02:00
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
2023-01-27 21:45:08 +02:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
2022-10-01 23:58:09 +03:00
[[package]]
name = "scoped-tls"
2023-01-22 17:43:12 +02:00
version = "1.0.1"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-22 17:43:12 +02:00
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2022-10-01 23:58:09 +03:00
[[package]]
name = "scopeguard"
2023-11-04 02:40:00 +02:00
version = "1.2.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2022-10-01 23:58:09 +03:00
2023-01-23 17:15:02 +02:00
[[package]]
name = "sctk-adwaita"
2023-11-04 02:40:00 +02:00
version = "0.7.0"
2023-01-23 17:15:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "1729a30a469de249c6effc17ec8d039b0aa29b3af79b819b7f51cb6ab8046a90"
2023-01-23 17:15:02 +02:00
dependencies = [
2023-04-13 16:55:49 +03:00
"ab_glyph",
2023-01-23 17:15:02 +02:00
"log",
2023-04-13 16:55:49 +03:00
"memmap2",
2023-01-23 17:15:02 +02:00
"smithay-client-toolkit",
"tiny-skia",
]
2022-10-01 23:58:09 +03:00
[[package]]
name = "serde"
2023-11-04 02:40:00 +02:00
version = "1.0.190"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "91d3c334ca1ee894a2c6f6ad698fe8c435b76d504b13d436f0685d648d6d96f7"
dependencies = [
"serde_derive",
]
2022-10-01 23:58:09 +03:00
[[package]]
name = "serde_derive"
2023-11-04 02:40:00 +02:00
version = "1.0.190"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "67c5609f394e5c2bd7fc51efda478004ea80ef42fee983d5c67a65e34f32c0e3"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
2023-11-04 02:40:00 +02:00
version = "1.0.108"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
dependencies = [
"itoa",
"ryu",
"serde",
]
2023-01-27 21:45:08 +02:00
[[package]]
name = "sha2"
2023-11-04 02:40:00 +02:00
version = "0.10.8"
2023-01-27 21:45:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
2023-01-27 21:45:08 +02:00
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
2023-11-04 02:40:00 +02:00
[[package]]
name = "simd-adler32"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
[[package]]
name = "slab"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
dependencies = [
"autocfg",
]
2022-10-01 23:58:09 +03:00
[[package]]
name = "slotmap"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
dependencies = [
"version_check",
]
[[package]]
name = "smallvec"
2023-11-04 02:40:00 +02:00
version = "1.11.1"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
2022-10-01 23:58:09 +03:00
[[package]]
name = "smithay-client-toolkit"
2023-11-04 02:40:00 +02:00
version = "0.18.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "60e3d9941fa3bacf7c2bf4b065304faa14164151254cd16ce1b1bc8fc381600f"
2022-10-01 23:58:09 +03:00
dependencies = [
2023-11-04 02:40:00 +02:00
"bitflags 2.4.1",
2022-10-01 23:58:09 +03:00
"calloop",
2023-11-04 02:40:00 +02:00
"calloop-wayland-source",
"cursor-icon",
"libc",
2022-10-01 23:58:09 +03:00
"log",
"memmap2",
2023-11-04 02:40:00 +02:00
"rustix",
"thiserror",
"wayland-backend",
2022-10-01 23:58:09 +03:00
"wayland-client",
2023-11-04 02:40:00 +02:00
"wayland-csd-frame",
2022-10-01 23:58:09 +03:00
"wayland-cursor",
"wayland-protocols",
2023-11-04 02:40:00 +02:00
"wayland-protocols-wlr",
"wayland-scanner",
"xkeysym",
]
[[package]]
name = "smol_str"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74212e6bbe9a4352329b2f68ba3130c15a3f26fe88ff22dbdc6cdd58fa85e99c"
dependencies = [
"serde",
2022-10-01 23:58:09 +03:00
]
[[package]]
name = "spin"
2023-11-04 02:40:00 +02:00
version = "0.9.8"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2022-10-01 23:58:09 +03:00
dependencies = [
"lock_api",
]
[[package]]
name = "spirv"
version = "0.2.0+1.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "246bfa38fe3db3f1dfc8ca5a2cdeb7348c78be2112740cc0ec8ef18b6d94f830"
dependencies = [
2023-11-04 02:40:00 +02:00
"bitflags 1.3.2",
2022-10-01 23:58:09 +03:00
"num-traits",
]
2023-01-23 17:15:02 +02:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2022-10-01 23:58:09 +03:00
[[package]]
2023-04-13 16:55:49 +03:00
name = "strict-num"
2023-11-04 02:40:00 +02:00
version = "0.1.1"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
2022-10-01 23:58:09 +03:00
[[package]]
name = "syn"
2023-11-04 02:40:00 +02:00
version = "2.0.38"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b"
2022-10-01 23:58:09 +03:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "termcolor"
2023-11-04 02:40:00 +02:00
version = "1.3.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "6093bad37da69aab9d123a8091e4be0aa4a03e4d601ec641c327398315f62b64"
2022-10-01 23:58:09 +03:00
dependencies = [
"winapi-util",
]
[[package]]
name = "thiserror"
2023-11-04 02:40:00 +02:00
version = "1.0.50"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2"
2022-10-01 23:58:09 +03:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-11-04 02:40:00 +02:00
version = "1.0.50"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8"
2022-10-01 23:58:09 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tiff"
2023-11-04 02:40:00 +02:00
version = "0.9.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "6d172b0f4d3fba17ba89811858b9d3d97f928aece846475bbda076ca46736211"
2022-10-01 23:58:09 +03:00
dependencies = [
"flate2",
2023-11-04 02:40:00 +02:00
"jpeg-decoder",
2022-10-01 23:58:09 +03:00
"weezl",
]
2023-01-23 17:15:02 +02:00
[[package]]
name = "tiny-skia"
2023-11-04 02:40:00 +02:00
version = "0.11.2"
2023-01-23 17:15:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "3b72a92a05db376db09fe6d50b7948d106011761c05a6a45e23e17ee9b556222"
2023-01-23 17:15:02 +02:00
dependencies = [
"arrayref",
2023-04-13 16:55:49 +03:00
"arrayvec",
2023-01-23 17:15:02 +02:00
"bytemuck",
"cfg-if",
2023-11-04 02:40:00 +02:00
"log",
2023-01-23 17:15:02 +02:00
"tiny-skia-path",
]
[[package]]
name = "tiny-skia-path"
2023-11-04 02:40:00 +02:00
version = "0.11.2"
2023-01-23 17:15:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "6ac3865b9708fc7e1961a65c3a4fa55e984272f33092d3c859929f887fceb647"
2023-01-23 17:15:02 +02:00
dependencies = [
"arrayref",
"bytemuck",
2023-04-13 16:55:49 +03:00
"strict-num",
2023-01-23 17:15:02 +02:00
]
2022-10-02 22:03:50 +03:00
[[package]]
name = "tobj"
2023-11-04 02:40:00 +02:00
version = "4.0.0"
2022-10-02 22:03:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "b450e3ba06251ec4fc76917dafeaf55805ffb26dbf7d5500bfb9511ce63a0d1f"
2022-10-02 22:03:50 +03:00
dependencies = [
"ahash",
]
2022-10-01 23:58:09 +03:00
[[package]]
2023-01-27 21:15:19 +02:00
name = "toml_datetime"
2023-11-04 02:40:00 +02:00
version = "0.6.5"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
2023-01-27 21:15:19 +02:00
[[package]]
name = "toml_edit"
2023-11-04 02:40:00 +02:00
version = "0.20.7"
2023-01-27 21:15:19 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81"
2022-10-01 23:58:09 +03:00
dependencies = [
2023-01-27 21:15:19 +02:00
"indexmap",
"toml_datetime",
2023-11-04 02:40:00 +02:00
"winnow",
2022-10-01 23:58:09 +03:00
]
2023-11-04 02:40:00 +02:00
[[package]]
name = "tracing"
version = "0.1.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
dependencies = [
"pin-project-lite",
"tracing-core",
]
[[package]]
name = "tracing-core"
version = "0.1.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2023-04-13 16:55:49 +03:00
[[package]]
name = "ttf-parser"
2023-11-04 02:40:00 +02:00
version = "0.20.0"
2023-04-13 16:55:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
2023-04-13 16:55:49 +03:00
2023-01-27 21:45:08 +02:00
[[package]]
name = "typenum"
2023-11-04 02:40:00 +02:00
version = "1.17.0"
2023-01-27 21:45:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2023-01-27 21:45:08 +02:00
2022-10-01 23:58:09 +03:00
[[package]]
name = "unicode-ident"
2023-11-04 02:40:00 +02:00
version = "1.0.12"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
[[package]]
name = "unicode-segmentation"
version = "1.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
2022-10-01 23:58:09 +03:00
[[package]]
name = "unicode-width"
2023-11-04 02:40:00 +02:00
version = "0.1.11"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
2022-10-01 23:58:09 +03:00
[[package]]
name = "unicode-xid"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2023-01-23 17:15:02 +02:00
[[package]]
2023-11-04 02:40:00 +02:00
name = "urlencoding"
version = "2.1.3"
2023-01-23 17:15:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
2023-01-23 17:15:02 +02:00
2022-10-01 23:58:09 +03:00
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2023-01-27 21:45:08 +02:00
[[package]]
name = "walkdir"
2023-11-04 02:40:00 +02:00
version = "2.4.0"
2023-01-27 21:45:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
2023-01-27 21:45:08 +02:00
dependencies = [
"same-file",
"winapi-util",
]
2022-10-01 23:58:09 +03: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"
2023-11-04 02:40:00 +02:00
version = "0.2.88"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "7daec296f25a1bae309c0cd5c29c4b260e510e6d813c286b19eaadf409d40fce"
2022-10-01 23:58:09 +03:00
dependencies = [
2023-01-23 17:15:02 +02:00
"cfg-if",
2022-10-01 23:58:09 +03:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2023-11-04 02:40:00 +02:00
version = "0.2.88"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "e397f4664c0e4e428e8313a469aaa58310d302159845980fd23b0f22a847f217"
2022-10-01 23:58:09 +03:00
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2023-11-04 02:40:00 +02:00
version = "0.4.38"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "9afec9963e3d0994cac82455b2b3502b81a7f40f9a0d32181f7528d9f4b43e02"
2022-10-01 23:58:09 +03:00
dependencies = [
2023-01-23 17:15:02 +02:00
"cfg-if",
2022-10-01 23:58:09 +03:00
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2023-11-04 02:40:00 +02:00
version = "0.2.88"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "5961017b3b08ad5f3fe39f1e79877f8ee7c23c5e5fd5eb80de95abc41f1f16b2"
2022-10-01 23:58:09 +03:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-11-04 02:40:00 +02:00
version = "0.2.88"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "c5353b8dab669f5e10f5bd76df26a9360c748f054f862ff5f3f8aae0c7fb3907"
2022-10-01 23:58:09 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2023-11-04 02:40:00 +02:00
version = "0.2.88"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "0d046c5d029ba91a1ed14da14dca44b68bf2f124cfbaf741c54151fdb3e0750b"
2022-10-01 23:58:09 +03:00
[[package]]
2023-11-04 02:40:00 +02:00
name = "wayland-backend"
version = "0.3.2"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "19152ddd73f45f024ed4534d9ca2594e0ef252c1847695255dae47f34df9fbe4"
2022-10-01 23:58:09 +03:00
dependencies = [
2023-11-04 02:40:00 +02:00
"cc",
2022-10-01 23:58:09 +03:00
"downcast-rs",
2023-11-04 02:40:00 +02:00
"nix",
2022-10-01 23:58:09 +03:00
"scoped-tls",
2023-11-04 02:40:00 +02:00
"smallvec",
2022-10-01 23:58:09 +03:00
"wayland-sys",
]
[[package]]
2023-11-04 02:40:00 +02:00
name = "wayland-client"
version = "0.31.1"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "1ca7d52347346f5473bf2f56705f360e8440873052e575e55890c4fa57843ed3"
2022-10-01 23:58:09 +03:00
dependencies = [
2023-11-04 02:40:00 +02:00
"bitflags 2.4.1",
"nix",
"wayland-backend",
"wayland-scanner",
]
[[package]]
name = "wayland-csd-frame"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e"
dependencies = [
"bitflags 2.4.1",
"cursor-icon",
"wayland-backend",
2022-10-01 23:58:09 +03:00
]
[[package]]
name = "wayland-cursor"
2023-11-04 02:40:00 +02:00
version = "0.31.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "a44aa20ae986659d6c77d64d808a046996a932aa763913864dc40c359ef7ad5b"
2022-10-01 23:58:09 +03:00
dependencies = [
2023-11-04 02:40:00 +02:00
"nix",
2022-10-01 23:58:09 +03:00
"wayland-client",
"xcursor",
]
[[package]]
name = "wayland-protocols"
2023-11-04 02:40:00 +02:00
version = "0.31.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "e253d7107ba913923dc253967f35e8561a3c65f914543e46843c88ddd729e21c"
2022-10-01 23:58:09 +03:00
dependencies = [
2023-11-04 02:40:00 +02:00
"bitflags 2.4.1",
"wayland-backend",
2022-10-01 23:58:09 +03:00
"wayland-client",
2023-11-04 02:40:00 +02:00
"wayland-scanner",
]
[[package]]
name = "wayland-protocols-plasma"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
dependencies = [
"bitflags 2.4.1",
"wayland-backend",
"wayland-client",
"wayland-protocols",
"wayland-scanner",
]
[[package]]
name = "wayland-protocols-wlr"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad1f61b76b6c2d8742e10f9ba5c3737f6530b4c243132c2a2ccc8aa96fe25cd6"
dependencies = [
"bitflags 2.4.1",
"wayland-backend",
"wayland-client",
"wayland-protocols",
2022-10-01 23:58:09 +03:00
"wayland-scanner",
]
[[package]]
name = "wayland-scanner"
2023-11-04 02:40:00 +02:00
version = "0.31.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "fb8e28403665c9f9513202b7e1ed71ec56fde5c107816843fb14057910b2c09c"
2022-10-01 23:58:09 +03:00
dependencies = [
"proc-macro2",
2023-11-04 02:40:00 +02:00
"quick-xml",
2022-10-01 23:58:09 +03:00
"quote",
]
[[package]]
name = "wayland-sys"
2023-11-04 02:40:00 +02:00
version = "0.31.1"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af"
2022-10-01 23:58:09 +03:00
dependencies = [
"dlib",
2023-11-04 02:40:00 +02:00
"log",
"once_cell",
2022-10-01 23:58:09 +03:00
"pkg-config",
]
[[package]]
name = "web-sys"
2023-11-04 02:40:00 +02:00
version = "0.3.64"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "web-time"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57099a701fb3a8043f993e8228dc24229c7b942e2b009a1b962e54489ba1d3bf"
2022-10-01 23:58:09 +03:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "weezl"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb"
[[package]]
name = "wgpu"
2023-11-04 02:40:00 +02:00
version = "0.18.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "30e7d227c9f961f2061c26f4cb0fbd4df0ef37e056edd0931783599d6c94ef24"
2022-10-01 23:58:09 +03:00
dependencies = [
2023-04-13 16:55:49 +03:00
"arrayvec",
2023-04-13 20:30:28 +03:00
"cfg-if",
2023-11-04 02:40:00 +02:00
"flume",
2022-10-01 23:58:09 +03:00
"js-sys",
"log",
"naga",
2023-01-23 17:15:02 +02:00
"parking_lot",
2023-04-13 20:30:28 +03:00
"profiling",
2023-11-04 02:40:00 +02:00
"raw-window-handle 0.5.2",
2022-10-01 23:58:09 +03:00
"smallvec",
2023-01-23 17:15:02 +02:00
"static_assertions",
2022-10-01 23:58:09 +03:00
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"wgpu-core",
"wgpu-hal",
"wgpu-types",
]
[[package]]
name = "wgpu-core"
2023-11-04 02:40:00 +02:00
version = "0.18.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "837e02ddcdc6d4a9b56ba4598f7fd4202a7699ab03f6ef4dcdebfad2c966aea6"
2022-10-01 23:58:09 +03:00
dependencies = [
2023-04-13 16:55:49 +03:00
"arrayvec",
2022-10-01 23:58:09 +03:00
"bit-vec",
2023-11-04 02:40:00 +02:00
"bitflags 2.4.1",
2022-10-01 23:58:09 +03:00
"codespan-reporting",
"log",
"naga",
2023-01-23 17:15:02 +02:00
"parking_lot",
2022-10-01 23:58:09 +03:00
"profiling",
2023-11-04 02:40:00 +02:00
"raw-window-handle 0.5.2",
"rustc-hash",
2022-10-01 23:58:09 +03:00
"smallvec",
"thiserror",
"web-sys",
"wgpu-hal",
"wgpu-types",
]
[[package]]
name = "wgpu-hal"
2023-11-04 02:40:00 +02:00
version = "0.18.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "1e30b9a8155c83868e82a8c5d3ce899de6c3961d2ef595de8fc168a1677fc2d8"
2022-10-01 23:58:09 +03:00
dependencies = [
"android_system_properties",
2023-04-13 16:55:49 +03:00
"arrayvec",
2022-10-01 23:58:09 +03:00
"ash",
"bit-set",
2023-11-04 02:40:00 +02:00
"bitflags 2.4.1",
2022-10-01 23:58:09 +03:00
"block",
"core-graphics-types",
"d3d12",
"glow",
2023-11-04 02:40:00 +02:00
"glutin_wgl_sys",
2022-10-01 23:58:09 +03:00
"gpu-alloc",
2023-04-13 20:30:28 +03:00
"gpu-allocator",
2022-10-01 23:58:09 +03:00
"gpu-descriptor",
2023-04-13 20:30:28 +03:00
"hassle-rs",
2022-10-01 23:58:09 +03:00
"js-sys",
"khronos-egl",
2023-04-13 20:30:28 +03:00
"libc",
2023-11-04 02:40:00 +02:00
"libloading 0.8.1",
2022-10-01 23:58:09 +03:00
"log",
"metal",
"naga",
"objc",
2023-11-04 02:40:00 +02:00
"once_cell",
2023-01-23 17:15:02 +02:00
"parking_lot",
2022-10-01 23:58:09 +03:00
"profiling",
"range-alloc",
2023-11-04 02:40:00 +02:00
"raw-window-handle 0.5.2",
2022-10-01 23:58:09 +03:00
"renderdoc-sys",
2023-11-04 02:40:00 +02:00
"rustc-hash",
2023-01-23 17:15:02 +02:00
"smallvec",
2022-10-01 23:58:09 +03:00
"thiserror",
"wasm-bindgen",
"web-sys",
"wgpu-types",
"winapi",
]
2023-01-27 21:48:46 +02:00
[[package]]
name = "wgpu-renderer"
version = "0.1.0"
dependencies = [
"anyhow",
"bytemuck",
2023-01-27 23:16:57 +02:00
"cfg-if",
2023-01-27 21:48:46 +02:00
"cgmath",
2023-01-27 23:16:57 +02:00
"console_error_panic_hook",
"console_log",
2023-01-27 21:48:46 +02:00
"env_logger",
"fs_extra",
"glob",
"gltf",
2023-11-04 02:40:00 +02:00
"image",
2023-01-28 12:23:43 +02:00
"instant",
2023-01-27 21:48:46 +02:00
"log",
"pollster",
"regex",
"rust-embed",
"tobj",
2023-01-27 23:16:57 +02:00
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2023-01-27 21:48:46 +02:00
"wgpu",
"wgpu-types",
"winit",
]
2022-10-01 23:58:09 +03:00
[[package]]
name = "wgpu-types"
2023-11-04 02:40:00 +02:00
version = "0.18.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "0d5ed5f0edf0de351fe311c53304986315ce866f394a2e6df0c4b3c70774bcdd"
2022-10-01 23:58:09 +03:00
dependencies = [
2023-11-04 02:40:00 +02:00
"bitflags 2.4.1",
2023-04-13 20:30:28 +03:00
"js-sys",
"web-sys",
2022-10-01 23:58:09 +03:00
]
2023-04-13 20:30:28 +03:00
[[package]]
name = "widestring"
2023-11-04 02:40:00 +02:00
version = "1.0.2"
2023-04-13 20:30:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8"
2023-04-13 20:30:28 +03:00
2022-10-01 23:58:09 +03:00
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
2023-11-04 02:40:00 +02:00
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
dependencies = [
"winapi",
]
[[package]]
name = "winapi-wsapoll"
version = "0.1.1"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "44c17110f57155602a80dca10be03852116403c9ff3cd25b079d666f2aa3df6e"
2022-10-01 23:58:09 +03:00
dependencies = [
"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"
2023-04-13 20:30:28 +03:00
[[package]]
name = "windows"
2023-11-04 02:40:00 +02:00
version = "0.51.1"
2023-04-13 20:30:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9"
2023-04-13 20:30:28 +03:00
dependencies = [
2023-11-04 02:40:00 +02:00
"windows-core",
"windows-targets 0.48.5",
2023-04-13 20:30:28 +03:00
]
2022-10-01 23:58:09 +03:00
[[package]]
2023-11-04 02:40:00 +02:00
name = "windows-core"
version = "0.51.1"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64"
2022-10-01 23:58:09 +03:00
dependencies = [
2023-11-04 02:40:00 +02:00
"windows-targets 0.48.5",
2022-10-01 23:58:09 +03:00
]
2023-01-22 17:43:12 +02:00
[[package]]
2023-04-13 16:55:49 +03:00
name = "windows-sys"
version = "0.45.0"
2023-01-22 17:43:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-13 16:55:49 +03:00
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
2023-11-04 02:40:00 +02:00
"windows-targets 0.42.2",
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets 0.48.5",
2023-04-13 16:55:49 +03:00
]
2023-01-22 17:43:12 +02:00
2023-01-23 17:15:02 +02:00
[[package]]
2023-04-13 16:55:49 +03:00
name = "windows-targets"
version = "0.42.2"
2023-01-23 17:15:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-13 16:55:49 +03:00
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
dependencies = [
2023-11-04 02:40:00 +02:00
"windows_aarch64_gnullvm 0.42.2",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
"windows_x86_64_msvc 0.42.2",
]
[[package]]
name = "windows-targets"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
2023-04-13 16:55:49 +03:00
]
2023-01-23 17:15:02 +02:00
2022-10-01 23:58:09 +03:00
[[package]]
2023-04-13 16:55:49 +03:00
name = "windows_aarch64_gnullvm"
version = "0.42.2"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-13 16:55:49 +03:00
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2022-10-01 23:58:09 +03:00
2023-11-04 02:40:00 +02:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2023-01-23 17:15:02 +02:00
[[package]]
2023-04-13 16:55:49 +03:00
name = "windows_aarch64_msvc"
version = "0.42.2"
2023-01-23 17:15:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-13 16:55:49 +03:00
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2023-01-23 17:15:02 +02:00
2023-11-04 02:40:00 +02:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2022-10-01 23:58:09 +03:00
[[package]]
name = "windows_i686_gnu"
2023-04-13 16:55:49 +03:00
version = "0.42.2"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-13 16:55:49 +03:00
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2022-10-01 23:58:09 +03:00
2023-11-04 02:40:00 +02:00
[[package]]
name = "windows_i686_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2023-01-23 17:15:02 +02:00
[[package]]
name = "windows_i686_msvc"
2023-04-13 16:55:49 +03:00
version = "0.42.2"
2023-01-23 17:15:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-13 16:55:49 +03:00
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2022-10-01 23:58:09 +03:00
2023-11-04 02:40:00 +02:00
[[package]]
name = "windows_i686_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2023-01-23 17:15:02 +02:00
[[package]]
name = "windows_x86_64_gnu"
2023-04-13 16:55:49 +03:00
version = "0.42.2"
2023-01-23 17:15:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-13 16:55:49 +03:00
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2023-01-22 17:43:12 +02:00
2023-11-04 02:40:00 +02:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2023-01-22 17:43:12 +02:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-04-13 16:55:49 +03:00
version = "0.42.2"
2023-01-23 17:15:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-13 16:55:49 +03:00
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2023-01-23 17:15:02 +02:00
2023-11-04 02:40:00 +02:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2022-10-01 23:58:09 +03:00
[[package]]
name = "windows_x86_64_msvc"
2023-04-13 16:55:49 +03:00
version = "0.42.2"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-13 16:55:49 +03:00
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2022-10-01 23:58:09 +03:00
2023-11-04 02:40:00 +02:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2022-10-01 23:58:09 +03:00
[[package]]
name = "winit"
2023-11-04 02:40:00 +02:00
version = "0.29.3"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "161598019a9da35ab6c34dc46cd13546cba9dbf9816475d4dd9a639455016563"
2022-10-01 23:58:09 +03:00
dependencies = [
2023-11-04 02:40:00 +02:00
"ahash",
2023-04-13 16:55:49 +03:00
"android-activity",
2023-11-04 02:40:00 +02:00
"atomic-waker",
"bitflags 2.4.1",
"bytemuck",
"calloop",
2023-04-13 16:55:49 +03:00
"cfg_aliases",
2023-01-23 17:15:02 +02:00
"core-foundation",
"core-graphics",
2023-11-04 02:40:00 +02:00
"cursor-icon",
"icrate",
"js-sys",
2022-10-01 23:58:09 +03:00
"libc",
"log",
2023-11-04 02:40:00 +02:00
"memmap2",
2022-10-01 23:58:09 +03:00
"ndk",
2023-11-04 02:40:00 +02:00
"ndk-sys",
2023-04-13 16:55:49 +03:00
"objc2",
2023-01-23 17:15:02 +02:00
"once_cell",
2023-04-13 16:55:49 +03:00
"orbclient",
2022-10-01 23:58:09 +03:00
"percent-encoding",
2023-11-04 02:40:00 +02:00
"raw-window-handle 0.5.2",
"raw-window-handle 0.6.0",
2023-04-13 16:55:49 +03:00
"redox_syscall 0.3.5",
2023-11-04 02:40:00 +02:00
"rustix",
2023-01-23 17:15:02 +02:00
"sctk-adwaita",
2022-10-01 23:58:09 +03:00
"smithay-client-toolkit",
2023-11-04 02:40:00 +02:00
"smol_str",
"unicode-segmentation",
2022-10-01 23:58:09 +03:00
"wasm-bindgen",
2023-11-04 02:40:00 +02:00
"wasm-bindgen-futures",
"wayland-backend",
2022-10-01 23:58:09 +03:00
"wayland-client",
"wayland-protocols",
2023-11-04 02:40:00 +02:00
"wayland-protocols-plasma",
2022-10-01 23:58:09 +03:00
"web-sys",
2023-11-04 02:40:00 +02:00
"web-time",
"windows-sys 0.48.0",
2022-10-01 23:58:09 +03:00
"x11-dl",
2023-11-04 02:40:00 +02:00
"x11rb",
"xkbcommon-dl",
]
[[package]]
name = "winnow"
version = "0.5.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "829846f3e3db426d4cee4510841b71a8e58aa2a76b1132579487ae430ccd9c7b"
dependencies = [
"memchr",
2022-10-01 23:58:09 +03:00
]
[[package]]
name = "x11-dl"
2023-01-22 17:43:12 +02:00
version = "2.21.0"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-22 17:43:12 +02:00
checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
2022-10-01 23:58:09 +03:00
dependencies = [
"libc",
2023-01-22 17:43:12 +02:00
"once_cell",
2022-10-01 23:58:09 +03:00
"pkg-config",
]
2023-11-04 02:40:00 +02:00
[[package]]
name = "x11rb"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1641b26d4dec61337c35a1b1aaf9e3cba8f46f0b43636c609ab0291a648040a"
dependencies = [
"as-raw-xcb-connection",
"gethostname",
"libc",
"libloading 0.7.4",
"nix",
"once_cell",
"winapi",
"winapi-wsapoll",
"x11rb-protocol",
]
[[package]]
name = "x11rb-protocol"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82d6c3f9a0fb6701fab8f6cea9b0c0bd5d6876f1f89f7fada07e558077c344bc"
dependencies = [
"nix",
]
2022-10-01 23:58:09 +03:00
[[package]]
name = "xcursor"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7"
dependencies = [
"nom",
]
2023-11-04 02:40:00 +02:00
[[package]]
name = "xkbcommon-dl"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6924668544c48c0133152e7eec86d644a056ca3d09275eb8d5cdb9855f9d8699"
dependencies = [
"bitflags 2.4.1",
"dlib",
"log",
"once_cell",
"xkeysym",
]
[[package]]
name = "xkeysym"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "054a8e68b76250b253f671d1268cb7f1ae089ec35e195b2efb2a4e9a836d0621"
2022-10-01 23:58:09 +03:00
[[package]]
name = "xml-rs"
2023-11-04 02:40:00 +02:00
version = "0.8.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fcb9cbac069e033553e8bb871be2fbdffcab578eb25bd0f7c508cedc6dcd75a"
[[package]]
name = "zerocopy"
version = "0.7.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "092cd76b01a033a9965b9097da258689d9e17c69ded5dcf41bca001dd20ebc6d"
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
version = "0.7.24"
2022-10-01 23:58:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 02:40:00 +02:00
checksum = "a13a20a7c6a90e2034bcc65495799da92efcec6a8dd4f3fcb6f7a48988637ead"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "zune-inflate"
version = "0.2.54"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
dependencies = [
"simd-adler32",
]