2020-07-22 05:19:27 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-06-23 00:42:34 +00:00
|
|
|
version = 3
|
|
|
|
|
2021-11-16 01:34:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ab_glyph"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.2.20"
|
2021-11-16 01:34:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "fe21446ad43aa56417a767f3e2f3d7c4ca522904de1dd640529a76e9c5c3b33c"
|
2021-11-16 01:34:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"ab_glyph_rasterizer",
|
2021-12-03 20:34:12 +00:00
|
|
|
"owned_ttf_parser",
|
2021-11-16 01:34:24 +00:00
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ab_glyph_rasterizer"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.1.8"
|
2022-09-12 07:23:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
|
|
|
version = "0.19.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
|
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
2022-09-12 07:23:20 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
2021-06-01 04:24:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-12 07:23:20 +00:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
2021-06-01 04:24:20 +00:00
|
|
|
|
2021-11-16 01:34:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-09-12 07:23:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.8.3"
|
2022-09-12 07:23:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
|
2022-09-12 07:23:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "alsa"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.7.0"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "8512c9117059663fb5606788fbca3619e2a91dac0e3fe516242eab1fa6be5e44"
|
2021-07-09 03:35:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"alsa-sys",
|
|
|
|
"bitflags",
|
|
|
|
"libc",
|
2023-03-18 03:42:15 +00:00
|
|
|
"nix 0.24.3",
|
2021-07-09 03:35:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alsa-sys"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2023-03-18 03:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "android-activity"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7c77a0045eda8b888c76ea473c2b0515ba6f471d318f8927c5c72240937035a6"
|
|
|
|
dependencies = [
|
|
|
|
"android-properties",
|
|
|
|
"bitflags",
|
|
|
|
"cc",
|
|
|
|
"jni-sys",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"ndk",
|
|
|
|
"ndk-context",
|
|
|
|
"ndk-sys",
|
|
|
|
"num_enum",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "android-properties"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04"
|
|
|
|
|
2022-09-12 07:23:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "1.0.70"
|
2022-09-12 07:23:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"
|
2022-09-12 07:23:20 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2021-12-03 20:34:12 +00:00
|
|
|
version = "0.7.2"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 20:34:12 +00:00
|
|
|
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ash"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.37.2+1.3.238"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "28bf19c1f0a470be5fbf7522a308a05df06610252c5bcf5143e1b23f629a9a03"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
2021-12-03 20:34:12 +00:00
|
|
|
"libloading",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
2021-11-16 01:34:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atomic_refcell"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.1.9"
|
2021-03-23 02:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "857253367827bd9d0fd973f0ef15506a96e79e41b0ad7aa691203a4e3214f6c8"
|
2021-03-23 02:41:22 +00:00
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "1.1.0"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
2022-11-05 04:50:23 +00:00
|
|
|
[[package]]
|
2023-03-18 03:42:15 +00:00
|
|
|
name = "backtrace"
|
|
|
|
version = "0.3.67"
|
2022-11-05 04:50:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
|
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
2022-11-05 04:50:23 +00:00
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.61.0"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "8a022e58a142a46fea340d68012b9201c094e93ec3d033a944a24f8fd4a4f09a"
|
2021-07-09 03:35:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cexpr",
|
|
|
|
"clang-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"peeking_take_while",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
|
|
|
"shlex",
|
2023-03-18 03:42:15 +00:00
|
|
|
"syn 1.0.109",
|
2021-07-09 03:35:53 +00:00
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bit-set"
|
2022-09-12 07:23:20 +00:00
|
|
|
version = "0.5.3"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-12 07:23:20 +00:00
|
|
|
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"bit-vec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-vec"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
|
|
|
|
2021-03-16 02:16:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitfield"
|
2022-09-12 07:23:20 +00:00
|
|
|
version = "0.14.0"
|
2021-03-16 02:16:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-12 07:23:20 +00:00
|
|
|
checksum = "2d7e60934ceec538daadb9d8432424ed043a904d8e0243f3c6446bce549a46ac"
|
2021-03-16 02:16:11 +00:00
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-10-07 18:27:51 +00:00
|
|
|
version = "1.3.2"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-07 18:27:51 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
|
|
|
|
2023-03-18 03:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-sys"
|
|
|
|
version = "0.1.0-beta.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fa55741ee90902547802152aaf3f8e5248aab7e21468089560d4c8840561146"
|
|
|
|
dependencies = [
|
|
|
|
"objc-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block2"
|
|
|
|
version = "0.2.0-alpha.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8dd9e63c1744f755c2f60332b88de39d341e5e86239014ad839bd71c106dec42"
|
|
|
|
dependencies = [
|
|
|
|
"block-sys",
|
|
|
|
"objc2-encode",
|
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "3.12.0"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "1.13.1"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
|
2022-09-12 07:23:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytemuck_derive"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "1.4.0"
|
2022-09-12 07:23:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "1aca418a974d83d40a0c1f0c5cba6ff4bc28d8df099109ca459a2118d40b6322"
|
2022-09-12 07:23:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-18 03:42:15 +00:00
|
|
|
"syn 1.0.109",
|
2022-09-12 07:23:20 +00:00
|
|
|
]
|
2021-01-19 02:47:09 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-03-20 22:49:36 +00:00
|
|
|
version = "1.4.3"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-20 22:49:36 +00:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "1.4.0"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
|
2021-07-09 03:35:53 +00:00
|
|
|
|
2021-07-28 07:01:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cache-padded"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "1.2.0"
|
2021-07-28 07:01:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
|
2021-07-28 07:01:04 +00:00
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "calloop"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.10.5"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "1a59225be45a478d772ce015d9743e49e92798ece9e34eda9a6aa2a6a7f40192"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
2023-03-18 03:42:15 +00:00
|
|
|
"nix 0.25.1",
|
2022-09-12 07:23:20 +00:00
|
|
|
"slotmap",
|
|
|
|
"thiserror",
|
|
|
|
"vec_map",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "1.0.79"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
]
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cesu8"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cexpr"
|
2022-04-26 16:45:57 +00:00
|
|
|
version = "0.6.0"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 16:45:57 +00:00
|
|
|
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
2021-07-09 03:35:53 +00:00
|
|
|
dependencies = [
|
2022-04-26 16:45:57 +00:00
|
|
|
"nom",
|
2021-07-09 03:35:53 +00:00
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2021-06-01 04:24:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg_aliases"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "1.6.0"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "77ed9a53e5d4d9c573ae844bfac6872b159cb1d1585a83b29e7a64b7eef7332a"
|
2021-07-09 03:35:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"glob",
|
|
|
|
"libc",
|
2021-12-03 20:34:12 +00:00
|
|
|
"libloading",
|
2021-07-09 03:35:53 +00:00
|
|
|
]
|
|
|
|
|
2021-03-23 02:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "4.1.10"
|
2021-03-23 02:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "ce38afc168d8665cfc75c7b1dd9672e50716a137f433f070991619744a67342a"
|
2021-03-23 02:41:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2022-04-26 16:45:57 +00:00
|
|
|
"clap_lex",
|
2023-03-18 03:42:15 +00:00
|
|
|
"is-terminal",
|
2022-09-12 07:23:20 +00:00
|
|
|
"once_cell",
|
2022-04-07 18:19:47 +00:00
|
|
|
"strsim",
|
|
|
|
"termcolor",
|
2021-03-23 02:41:22 +00:00
|
|
|
]
|
|
|
|
|
2022-04-26 16:45:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.3.3"
|
2022-04-26 16:45:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "033f6b7a4acb1f358c742aaca805c939ee73b4c6209ae4318ec7aca81c42e646"
|
2022-04-26 16:45:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"os_str_bytes",
|
|
|
|
]
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "claxon"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4bfbf56724aa9eca8afa4fcfadeb479e722935bb2a0900c2d37e0cc477af0688"
|
|
|
|
|
2021-07-28 03:52:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "codespan-reporting"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
|
|
|
|
dependencies = [
|
|
|
|
"termcolor",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2023-03-18 03:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "com-rs"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bf43edc576402991846b093a7ca18a3477e0ef9c588cde84964b5d3e43016642"
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "combine"
|
2022-09-12 07:23:20 +00:00
|
|
|
version = "4.6.6"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-12 07:23:20 +00:00
|
|
|
checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
|
2021-07-09 03:35:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.9.3"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
2023-03-18 03:42:15 +00:00
|
|
|
"core-foundation-sys 0.8.3",
|
2021-01-19 02:47:09 +00:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-03-18 03:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2021-10-14 17:58:25 +00:00
|
|
|
version = "0.8.3"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 17:58:25 +00:00
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-graphics"
|
2021-12-03 20:34:12 +00:00
|
|
|
version = "0.22.3"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 20:34:12 +00:00
|
|
|
checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2022-09-12 07:23:20 +00:00
|
|
|
"core-foundation",
|
2021-01-19 02:47:09 +00:00
|
|
|
"core-graphics-types",
|
2023-03-18 03:42:15 +00:00
|
|
|
"foreign-types",
|
2021-01-19 02:47:09 +00:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-graphics-types"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2022-09-12 07:23:20 +00:00
|
|
|
"core-foundation",
|
2023-03-18 03:42:15 +00:00
|
|
|
"foreign-types",
|
2021-01-19 02:47:09 +00:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "coreaudio-rs"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.11.2"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "cb17e2d1795b1996419648915df94bc7103c28f7b48062d7acf4652fc371b2ff"
|
2021-07-09 03:35:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2023-03-18 03:42:15 +00:00
|
|
|
"core-foundation-sys 0.6.2",
|
2021-07-09 03:35:53 +00:00
|
|
|
"coreaudio-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "coreaudio-sys"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.2.11"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "1a9444b94b8024feecc29e01a9706c69c1e26bfee480221c90764200cfd778fb"
|
2021-07-09 03:35:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cpal"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.15.1"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "f1241019dec4a73f874bdf6fe3467a8478b47cecaf79435f7acb01f107ab41b1"
|
2021-07-09 03:35:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"alsa",
|
2023-03-18 03:42:15 +00:00
|
|
|
"core-foundation-sys 0.8.3",
|
2021-07-09 03:35:53 +00:00
|
|
|
"coreaudio-rs",
|
2023-03-18 03:42:15 +00:00
|
|
|
"dasp_sample",
|
|
|
|
"jni 0.19.0",
|
2021-07-09 03:35:53 +00:00
|
|
|
"js-sys",
|
|
|
|
"libc",
|
2023-03-18 03:42:15 +00:00
|
|
|
"mach2",
|
|
|
|
"ndk",
|
2022-10-21 03:46:14 +00:00
|
|
|
"ndk-context",
|
2021-07-09 03:35:53 +00:00
|
|
|
"oboe",
|
2022-10-21 03:46:14 +00:00
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
2023-03-18 03:42:15 +00:00
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
2021-07-09 03:35:53 +00:00
|
|
|
"web-sys",
|
2023-03-18 03:42:15 +00:00
|
|
|
"windows 0.44.0",
|
2021-07-28 03:52:58 +00:00
|
|
|
]
|
|
|
|
|
2022-09-12 07:23:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "d3d12"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.6.0"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "d8f0de2f5a8e7bd4a9eec0e3c781992a4ce1724f68aec7d7a3715344de8b39da"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2021-12-03 20:34:12 +00:00
|
|
|
"libloading",
|
2021-07-28 03:52:58 +00:00
|
|
|
"winapi",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-18 03:42:15 +00:00
|
|
|
name = "dasp_sample"
|
|
|
|
version = "0.11.0"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
2021-09-20 07:13:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "directories-next"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
|
|
|
|
dependencies = [
|
2022-09-12 07:23:20 +00:00
|
|
|
"cfg-if",
|
2021-09-20 07:13:25 +00:00
|
|
|
"dirs-sys-next",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys-next"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-10-14 17:58:25 +00:00
|
|
|
"redox_users",
|
2021-09-20 07:13:25 +00:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dispatch"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
|
|
|
|
|
2021-03-20 22:49:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dlib"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794"
|
|
|
|
dependencies = [
|
2021-12-03 20:34:12 +00:00
|
|
|
"libloading",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "downcast-rs"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
|
|
|
|
|
2022-09-12 07:23:20 +00:00
|
|
|
[[package]]
|
2023-03-18 03:42:15 +00:00
|
|
|
name = "ecolor"
|
|
|
|
version = "0.21.0"
|
2022-09-12 07:23:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "1f99fe3cac305af9d6d92971af60d0f7ea4d783201ef1673571567b6699964d9"
|
2022-09-12 07:23:20 +00:00
|
|
|
dependencies = [
|
2023-03-18 03:42:15 +00:00
|
|
|
"bytemuck",
|
2022-09-12 07:23:20 +00:00
|
|
|
]
|
|
|
|
|
2021-11-16 01:34:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "egui"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.21.0"
|
2021-11-16 01:34:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "6412a21e0bde7c0918f7fb44bbbb86b5e1f88e63c026a4e747cc7af02f76dfbe"
|
2021-11-16 01:34:24 +00:00
|
|
|
dependencies = [
|
2023-03-18 03:42:15 +00:00
|
|
|
"ahash 0.8.3",
|
2021-11-16 01:34:24 +00:00
|
|
|
"epaint",
|
|
|
|
"nohash-hasher",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "egui_wgpu_backend"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.22.0"
|
2021-11-16 01:34:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "72e3987dfe2ed2852a5b78aa5b1c5a0e39ffc14445e6611b00b61d653fd95535"
|
2021-11-16 01:34:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
2022-09-12 07:23:20 +00:00
|
|
|
"egui",
|
2021-11-16 01:34:24 +00:00
|
|
|
"wgpu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "egui_winit_platform"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.18.0"
|
2021-11-16 01:34:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "ea93cdf93d8a4b2515dba53e3c83ede5dcededb41cb3aea02e7ef267d60a7653"
|
2021-11-16 01:34:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"egui",
|
2021-12-06 17:36:23 +00:00
|
|
|
"winit",
|
2021-11-16 01:34:24 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "emath"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.21.0"
|
2021-11-16 01:34:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "b8ecd80612937e0267909d5351770fe150004e24dab93954f69ca62eecd3f77e"
|
2022-09-12 07:23:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
]
|
2021-11-16 01:34:24 +00:00
|
|
|
|
2023-03-18 03:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
|
|
|
version = "0.8.32"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2021-11-16 01:34:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "epaint"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.21.0"
|
2021-11-16 01:34:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "12e78b5c58a1f7f621f9d546add2adce20636422c9b251e29f749e8a2f713c95"
|
2021-11-16 01:34:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"ab_glyph",
|
2023-03-18 03:42:15 +00:00
|
|
|
"ahash 0.8.3",
|
2021-11-16 01:34:24 +00:00
|
|
|
"atomic_refcell",
|
2022-09-12 07:23:20 +00:00
|
|
|
"bytemuck",
|
2023-03-18 03:42:15 +00:00
|
|
|
"ecolor",
|
2021-11-16 01:34:24 +00:00
|
|
|
"emath",
|
|
|
|
"nohash-hasher",
|
2022-10-21 03:46:14 +00:00
|
|
|
"parking_lot",
|
2021-11-16 01:34:24 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-18 03:42:15 +00:00
|
|
|
name = "errno"
|
|
|
|
version = "0.2.8"
|
2021-11-16 01:34:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
|
2021-11-16 01:34:24 +00:00
|
|
|
dependencies = [
|
2023-03-18 03:42:15 +00:00
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
2022-09-12 07:23:20 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "1.0.25"
|
2022-09-12 07:23:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
|
2022-09-12 07:23:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
2023-03-18 03:42:15 +00:00
|
|
|
"miniz_oxide",
|
2021-11-16 01:34:24 +00:00
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
|
dependencies = [
|
2023-03-18 03:42:15 +00:00
|
|
|
"foreign-types-shared",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fxhash"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
2020-07-22 05:19:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gb"
|
|
|
|
version = "0.1.0"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2021-03-16 02:16:11 +00:00
|
|
|
"bitfield",
|
2021-03-23 02:41:22 +00:00
|
|
|
"clap",
|
2021-09-20 07:13:25 +00:00
|
|
|
"directories-next",
|
2021-11-16 01:34:24 +00:00
|
|
|
"egui",
|
|
|
|
"egui_wgpu_backend",
|
|
|
|
"egui_winit_platform",
|
2021-05-04 04:11:39 +00:00
|
|
|
"gilrs",
|
2021-12-09 14:05:05 +00:00
|
|
|
"once_cell",
|
2021-11-16 01:34:24 +00:00
|
|
|
"pollster",
|
2021-07-09 03:35:53 +00:00
|
|
|
"rodio",
|
2021-07-28 07:01:04 +00:00
|
|
|
"rtrb",
|
2021-11-25 02:12:26 +00:00
|
|
|
"thiserror",
|
2021-10-20 05:48:44 +00:00
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
2021-12-06 17:36:23 +00:00
|
|
|
"winit",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
2021-09-20 07:13:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-11-05 04:50:23 +00:00
|
|
|
version = "0.2.8"
|
2021-09-20 07:13:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-05 04:50:23 +00:00
|
|
|
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
|
2021-09-20 07:13:25 +00:00
|
|
|
dependencies = [
|
2022-09-12 07:23:20 +00:00
|
|
|
"cfg-if",
|
2021-09-20 07:13:25 +00:00
|
|
|
"libc",
|
2022-09-12 07:23:20 +00:00
|
|
|
"wasi",
|
2021-09-20 07:13:25 +00:00
|
|
|
]
|
|
|
|
|
2021-05-04 04:11:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gilrs"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.10.1"
|
2021-05-04 04:11:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "7d0342acdc7b591d171212e17c9350ca02383b86d5f9af33c6e3598e03a6c57e"
|
2021-05-04 04:11:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"gilrs-core",
|
|
|
|
"log",
|
|
|
|
"uuid",
|
|
|
|
"vec_map",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gilrs-core"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.5.2"
|
2021-05-04 04:11:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "6789d356476c3280a4e15365d23f62b4b4f1bcdac81fdd552f65807bce4666dd"
|
2021-05-04 04:11:39 +00:00
|
|
|
dependencies = [
|
2022-09-12 07:23:20 +00:00
|
|
|
"core-foundation",
|
2021-05-04 04:11:39 +00:00
|
|
|
"io-kit-sys",
|
2022-09-12 07:23:20 +00:00
|
|
|
"js-sys",
|
2021-05-04 04:11:39 +00:00
|
|
|
"libc",
|
|
|
|
"libudev-sys",
|
|
|
|
"log",
|
2023-03-18 03:42:15 +00:00
|
|
|
"nix 0.25.1",
|
2021-05-04 04:11:39 +00:00
|
|
|
"uuid",
|
|
|
|
"vec_map",
|
2022-09-12 07:23:20 +00:00
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
2023-03-18 03:42:15 +00:00
|
|
|
"windows 0.43.0",
|
2021-06-01 04:24:20 +00:00
|
|
|
]
|
|
|
|
|
2023-03-18 03:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
|
|
|
version = "0.27.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.3.1"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
2021-07-09 03:35:53 +00:00
|
|
|
|
2021-06-01 04:24:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "glow"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.12.1"
|
2021-06-01 04:24:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "4e007a07a24de5ecae94160f141029e9a347282cfe25d1d58d85d845cf3130f1"
|
2021-06-01 04:24:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"slotmap",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gpu-alloc"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.5.3"
|
2021-06-01 04:24:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "7fc59e5f710e310e76e6707f86c561dd646f69a8876da9131703b2f717de818d"
|
2021-06-01 04:24:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"gpu-alloc-types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gpu-alloc-types"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "54804d0d6bc9d7f26db4eaec1ad10def69b599315f487d32c334a80d1efe67a5"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2023-03-18 03:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gpu-allocator"
|
|
|
|
version = "0.22.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ce95f9e2e11c2c6fadfce42b5af60005db06576f231f5c92550fdded43c423e8"
|
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
"log",
|
|
|
|
"thiserror",
|
|
|
|
"winapi",
|
|
|
|
"windows 0.44.0",
|
|
|
|
]
|
|
|
|
|
2021-06-01 04:24:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gpu-descriptor"
|
2022-09-12 07:23:20 +00:00
|
|
|
version = "0.2.3"
|
2021-06-01 04:24:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-12 07:23:20 +00:00
|
|
|
checksum = "0b0c02e1ba0bdb14e965058ca34e09c020f8e507a760df1121728e0aef68d57a"
|
2021-06-01 04:24:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"gpu-descriptor-types",
|
2021-12-03 20:34:12 +00:00
|
|
|
"hashbrown",
|
2021-06-01 04:24:20 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gpu-descriptor-types"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "363e3677e55ad168fef68cf9de3a4a310b53124c5e784c53a1d70e92d23f2126"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-09-12 07:23:20 +00:00
|
|
|
version = "0.12.3"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-12 07:23:20 +00:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2021-12-03 20:34:12 +00:00
|
|
|
dependencies = [
|
2022-09-12 07:23:20 +00:00
|
|
|
"ahash 0.7.6",
|
2021-12-03 20:34:12 +00:00
|
|
|
]
|
2021-07-09 03:35:53 +00:00
|
|
|
|
2021-03-23 02:41:22 +00:00
|
|
|
[[package]]
|
2023-03-18 03:42:15 +00:00
|
|
|
name = "hassle-rs"
|
|
|
|
version = "0.9.0"
|
2021-03-23 02:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "90601c6189668c7345fc53842cb3f3a3d872203d523be1b3cb44a36a3e62fb85"
|
2021-03-23 02:41:22 +00:00
|
|
|
dependencies = [
|
2023-03-18 03:42:15 +00:00
|
|
|
"bitflags",
|
|
|
|
"com-rs",
|
2021-03-23 02:41:22 +00:00
|
|
|
"libc",
|
2023-03-18 03:42:15 +00:00
|
|
|
"libloading",
|
|
|
|
"thiserror",
|
|
|
|
"widestring",
|
|
|
|
"winapi",
|
2021-03-23 02:41:22 +00:00
|
|
|
]
|
|
|
|
|
2023-03-18 03:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
|
|
|
|
|
2021-10-11 03:06:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hexf-parse"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hound"
|
2022-09-12 07:23:20 +00:00
|
|
|
version = "3.5.0"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-12 07:23:20 +00:00
|
|
|
checksum = "4d13cdbd5dbb29f9c88095bbdc2590c9cba0d0a1269b983fef6b2cdd7e9f4db1"
|
2021-07-09 03:35:53 +00:00
|
|
|
|
2021-06-01 04:24:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "1.9.2"
|
2021-06-01 04:24:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
|
2021-06-01 04:24:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2021-12-03 20:34:12 +00:00
|
|
|
"hashbrown",
|
2021-06-01 04:24:20 +00:00
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2021-12-03 20:34:12 +00:00
|
|
|
version = "0.1.12"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 20:34:12 +00:00
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
2022-09-12 07:23:20 +00:00
|
|
|
"cfg-if",
|
2021-10-11 03:06:51 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
2021-05-04 04:11:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "io-kit-sys"
|
2022-09-12 07:23:20 +00:00
|
|
|
version = "0.2.0"
|
2021-05-04 04:11:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-12 07:23:20 +00:00
|
|
|
checksum = "7789f7f3c9686f96164f5109d69152de759e76e284f736bd57661c6df5091919"
|
2021-05-04 04:11:39 +00:00
|
|
|
dependencies = [
|
2023-03-18 03:42:15 +00:00
|
|
|
"core-foundation-sys 0.8.3",
|
2022-09-12 07:23:20 +00:00
|
|
|
"mach",
|
2021-05-04 04:11:39 +00:00
|
|
|
]
|
|
|
|
|
2022-11-05 04:50:23 +00:00
|
|
|
[[package]]
|
2023-03-18 03:42:15 +00:00
|
|
|
name = "io-lifetimes"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "76e86b86ae312accbf05ade23ce76b625e0e47a255712b7414037385a1c05380"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
|
|
|
version = "0.4.4"
|
2022-11-05 04:50:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "21b6b32576413a8e69b90e952e4a026476040d81017b80445deda5f2d3921857"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"io-lifetimes",
|
|
|
|
"rustix",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
2022-11-05 04:50:23 +00:00
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jni"
|
2021-09-11 23:47:45 +00:00
|
|
|
version = "0.19.0"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-11 23:47:45 +00:00
|
|
|
checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec"
|
2021-07-09 03:35:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"cesu8",
|
|
|
|
"combine",
|
|
|
|
"jni-sys",
|
|
|
|
"log",
|
|
|
|
"thiserror",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2023-03-18 03:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jni"
|
|
|
|
version = "0.20.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "039022cdf4d7b1cf548d31f60ae783138e5fd42013f6271049d7df7afadef96c"
|
|
|
|
dependencies = [
|
|
|
|
"cesu8",
|
|
|
|
"combine",
|
|
|
|
"jni-sys",
|
|
|
|
"log",
|
|
|
|
"thiserror",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jni-sys"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.1.26"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.3.61"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-06-01 04:24:20 +00:00
|
|
|
name = "khronos-egl"
|
2021-07-28 03:52:58 +00:00
|
|
|
version = "4.1.0"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-28 03:52:58 +00:00
|
|
|
checksum = "8c2352bd1d0bceb871cb9d40f24360c8133c11d7486b68b5381c1dd1a32015e3"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
2021-06-01 04:24:20 +00:00
|
|
|
"libc",
|
2021-12-03 20:34:12 +00:00
|
|
|
"libloading",
|
2022-09-12 07:23:20 +00:00
|
|
|
"pkg-config",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
2021-06-02 06:50:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lewton"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "777b48df9aaab155475a83a7df3070395ea1ac6902f5cd062b8f2b028075c030"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"ogg",
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.2.140"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.7.4"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
|
2021-03-20 22:49:36 +00:00
|
|
|
dependencies = [
|
2022-09-12 07:23:20 +00:00
|
|
|
"cfg-if",
|
2021-07-28 03:52:58 +00:00
|
|
|
"winapi",
|
2021-03-20 22:49:36 +00:00
|
|
|
]
|
|
|
|
|
2021-05-04 04:11:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libudev-sys"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2023-03-18 03:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2022-11-05 04:50:23 +00:00
|
|
|
version = "0.4.9"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-05 04:50:23 +00:00
|
|
|
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
2022-04-07 18:19:47 +00:00
|
|
|
"autocfg",
|
2021-01-19 02:47:09 +00:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-09-12 07:23:20 +00:00
|
|
|
version = "0.4.17"
|
2021-05-04 04:11:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-12 07:23:20 +00:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
2021-05-04 04:11:39 +00:00
|
|
|
dependencies = [
|
2022-09-12 07:23:20 +00:00
|
|
|
"cfg-if",
|
2021-05-04 04:11:39 +00:00
|
|
|
]
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mach"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-03-18 03:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mach2"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d0d1830bcd151a6fc4aea1369af235b36c1528fe976b8ff678683c9995eade8"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "malloc_buf"
|
|
|
|
version = "0.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-10-20 05:48:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
2021-10-30 00:37:24 +00:00
|
|
|
version = "0.1.0"
|
2021-10-20 05:48:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-30 00:37:24 +00:00
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
2021-10-20 05:48:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"regex-automata",
|
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-09-12 07:23:20 +00:00
|
|
|
version = "2.5.0"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-12 07:23:20 +00:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memmap2"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.5.10"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-07-28 03:52:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2021-12-03 20:34:12 +00:00
|
|
|
version = "0.6.5"
|
2021-07-28 03:52:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 20:34:12 +00:00
|
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
2021-07-28 03:52:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "metal"
|
2022-09-12 07:23:20 +00:00
|
|
|
version = "0.24.0"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-12 07:23:20 +00:00
|
|
|
checksum = "de11355d1f6781482d027a3b4d4de7825dcedb197bf573e0596d00008402d060"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"block",
|
2021-07-28 03:52:58 +00:00
|
|
|
"core-graphics-types",
|
2023-03-18 03:42:15 +00:00
|
|
|
"foreign-types",
|
2021-01-19 02:47:09 +00:00
|
|
|
"log",
|
|
|
|
"objc",
|
|
|
|
]
|
|
|
|
|
2021-09-11 23:47:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
2021-12-03 20:34:12 +00:00
|
|
|
version = "0.2.1"
|
2021-09-11 23:47:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 20:34:12 +00:00
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
2021-09-11 23:47:45 +00:00
|
|
|
|
2022-11-05 04:50:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
|
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
2022-09-12 07:23:20 +00:00
|
|
|
name = "mio"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.8.6"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
2022-09-12 07:23:20 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"wasi",
|
2023-03-18 03:42:15 +00:00
|
|
|
"windows-sys",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "naga"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.11.0"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "5eafe22a23b797c9bc227c6c896419b26b5bb88fa903417a3adaed08778850d5"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
2021-06-01 04:24:20 +00:00
|
|
|
"bit-set",
|
2021-01-19 02:47:09 +00:00
|
|
|
"bitflags",
|
2021-07-28 03:52:58 +00:00
|
|
|
"codespan-reporting",
|
2021-10-11 03:06:51 +00:00
|
|
|
"hexf-parse",
|
|
|
|
"indexmap",
|
2021-01-19 02:47:09 +00:00
|
|
|
"log",
|
|
|
|
"num-traits",
|
2022-09-12 07:23:20 +00:00
|
|
|
"rustc-hash",
|
2021-09-11 23:47:45 +00:00
|
|
|
"spirv",
|
2022-09-12 07:23:20 +00:00
|
|
|
"termcolor",
|
2021-01-19 02:47:09 +00:00
|
|
|
"thiserror",
|
2022-09-12 07:23:20 +00:00
|
|
|
"unicode-xid",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
2021-12-03 20:34:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ndk"
|
2022-09-12 07:23:20 +00:00
|
|
|
version = "0.7.0"
|
2021-12-03 20:34:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-12 07:23:20 +00:00
|
|
|
checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0"
|
2021-12-03 20:34:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"jni-sys",
|
2023-03-18 03:42:15 +00:00
|
|
|
"ndk-sys",
|
2021-12-03 20:34:12 +00:00
|
|
|
"num_enum",
|
2023-03-18 03:42:15 +00:00
|
|
|
"raw-window-handle",
|
2021-12-03 20:34:12 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
2022-04-07 18:19:47 +00:00
|
|
|
name = "ndk-context"
|
2022-04-26 16:45:57 +00:00
|
|
|
version = "0.1.1"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 16:45:57 +00:00
|
|
|
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
|
2021-09-11 23:47:45 +00:00
|
|
|
|
2022-04-07 18:19:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ndk-sys"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.4.1+23.1.7779620"
|
2022-04-07 18:19:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3"
|
2022-04-07 18:19:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"jni-sys",
|
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.24.3"
|
2021-03-20 22:49:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
|
2021-03-20 22:49:36 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2022-09-12 07:23:20 +00:00
|
|
|
"cfg-if",
|
2021-03-20 22:49:36 +00:00
|
|
|
"libc",
|
2021-12-03 20:34:12 +00:00
|
|
|
"memoffset",
|
2021-03-20 22:49:36 +00:00
|
|
|
]
|
|
|
|
|
2022-11-05 04:50:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.25.1"
|
2022-11-05 04:50:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4"
|
2022-11-05 04:50:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"bitflags",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"memoffset",
|
|
|
|
]
|
|
|
|
|
2021-11-16 01:34:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nohash-hasher"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "7.1.3"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2021-09-11 23:47:45 +00:00
|
|
|
"minimal-lexical",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
2022-11-05 04:50:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nu-ansi-term"
|
|
|
|
version = "0.46.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
|
|
|
dependencies = [
|
|
|
|
"overload",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-derive"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-18 03:42:15 +00:00
|
|
|
"syn 1.0.109",
|
2021-07-09 03:35:53 +00:00
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2022-09-12 07:23:20 +00:00
|
|
|
version = "0.2.15"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-12 07:23:20 +00:00
|
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num_enum"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.5.11"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
|
2021-07-09 03:35:53 +00:00
|
|
|
dependencies = [
|
2021-07-28 03:52:58 +00:00
|
|
|
"num_enum_derive",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num_enum_derive"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.5.11"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
|
2021-07-09 03:35:53 +00:00
|
|
|
dependencies = [
|
2022-04-07 18:19:47 +00:00
|
|
|
"proc-macro-crate",
|
2021-07-09 03:35:53 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-18 03:42:15 +00:00
|
|
|
"syn 1.0.109",
|
2021-07-09 03:35:53 +00:00
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "objc"
|
|
|
|
version = "0.2.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
|
|
|
|
dependencies = [
|
|
|
|
"malloc_buf",
|
|
|
|
"objc_exception",
|
|
|
|
]
|
|
|
|
|
2023-03-18 03:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "objc-sys"
|
|
|
|
version = "0.2.0-beta.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df3b9834c1e95694a05a828b59f55fa2afec6288359cda67146126b3f90a55d7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc2"
|
|
|
|
version = "0.3.0-beta.3.patch-leaks.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7d9bb2ee6b71d02b1b3554ed600d267ee9a2796acc9fa43fb7748e13fe072dd"
|
|
|
|
dependencies = [
|
|
|
|
"block2",
|
|
|
|
"objc-sys",
|
|
|
|
"objc2-encode",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc2-encode"
|
|
|
|
version = "2.0.0-pre.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "abfcac41015b00a120608fdaa6938c44cb983fee294351cc4bac7638b4e50512"
|
|
|
|
dependencies = [
|
|
|
|
"objc-sys",
|
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "objc_exception"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
|
|
|
|
dependencies = [
|
2023-03-18 03:42:15 +00:00
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "object"
|
|
|
|
version = "0.30.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "oboe"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.5.0"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "8868cc237ee02e2d9618539a23a8d228b9bb3fc2e7a5b11eed3831de77c395d0"
|
2021-07-09 03:35:53 +00:00
|
|
|
dependencies = [
|
2023-03-18 03:42:15 +00:00
|
|
|
"jni 0.20.0",
|
|
|
|
"ndk",
|
2022-09-12 07:23:20 +00:00
|
|
|
"ndk-context",
|
2021-07-09 03:35:53 +00:00
|
|
|
"num-derive",
|
|
|
|
"num-traits",
|
|
|
|
"oboe-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "oboe-sys"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.5.0"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "7f44155e7fb718d3cfddcf70690b2b51ac4412f347cd9e4fbe511abe9cd7b5f2"
|
2021-07-09 03:35:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ogg"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6951b4e8bf21c8193da321bcce9c9dd2e13c858fe078bf9054a288b419ae5d6e"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "1.17.1"
|
2022-04-07 18:19:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "orbclient"
|
|
|
|
version = "0.3.43"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "974465c5e83cf9df05c1e4137b271d29035c902e39e5ad4c1939837e22160af8"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"redox_syscall 0.2.16",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
2022-04-07 18:19:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "6.4.1"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
|
2022-11-05 04:50:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
2021-11-16 01:34:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "owned_ttf_parser"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.18.1"
|
2021-11-16 01:34:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "e25e9fb15717794fae58ab55c26e044103aad13186fbb625893f9a3bbcc24228"
|
2021-11-16 01:34:24 +00:00
|
|
|
dependencies = [
|
2021-12-03 20:34:12 +00:00
|
|
|
"ttf-parser",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
2022-09-12 07:23:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
2022-10-21 03:46:14 +00:00
|
|
|
"parking_lot_core",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
2022-09-12 07:23:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.9.7"
|
2022-09-12 07:23:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
|
2022-09-12 07:23:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2023-03-18 03:42:15 +00:00
|
|
|
"redox_syscall 0.2.16",
|
2022-09-12 07:23:20 +00:00
|
|
|
"smallvec",
|
2023-03-18 03:42:15 +00:00
|
|
|
"windows-sys",
|
2022-09-12 07:23:20 +00:00
|
|
|
]
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "peeking_take_while"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2022-09-12 07:23:20 +00:00
|
|
|
version = "2.2.0"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-12 07:23:20 +00:00
|
|
|
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
2021-10-20 05:48:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2022-04-26 16:45:57 +00:00
|
|
|
version = "0.2.9"
|
2021-10-20 05:48:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 16:45:57 +00:00
|
|
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
2021-10-20 05:48:44 +00:00
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2022-11-05 04:50:23 +00:00
|
|
|
version = "0.3.26"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-05 04:50:23 +00:00
|
|
|
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
2022-09-12 07:23:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "png"
|
2022-11-05 04:50:23 +00:00
|
|
|
version = "0.17.7"
|
2022-09-12 07:23:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-05 04:50:23 +00:00
|
|
|
checksum = "5d708eaf860a19b19ce538740d2b4bdeeb8337fa53f7738455e706623ad5c638"
|
2022-09-12 07:23:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"crc32fast",
|
|
|
|
"flate2",
|
2023-03-18 03:42:15 +00:00
|
|
|
"miniz_oxide",
|
2022-09-12 07:23:20 +00:00
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pollster"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.3.0"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
2021-07-15 23:09:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "1.3.1"
|
2021-07-15 23:09:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
|
2021-07-15 23:09:44 +00:00
|
|
|
dependencies = [
|
2022-09-12 07:23:20 +00:00
|
|
|
"once_cell",
|
2023-03-18 03:42:15 +00:00
|
|
|
"toml_edit",
|
2021-07-15 23:09:44 +00:00
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "1.0.52"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "1d0e1ae9e836cc3beddd63db0df682593d7e2d3d891ae8c9083d2113e1744224"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
2022-09-12 07:23:20 +00:00
|
|
|
"unicode-ident",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
2021-07-28 03:52:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "profiling"
|
2022-11-05 04:50:23 +00:00
|
|
|
version = "1.0.7"
|
2021-07-28 03:52:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-05 04:50:23 +00:00
|
|
|
checksum = "74605f360ce573babfe43964cbe520294dcb081afbf8c108fc6e23036b4da2df"
|
2021-07-28 03:52:58 +00:00
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "1.0.26"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "range-alloc"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.1.3"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "9c8a99fddc9f0ba0a85884b8d14e3592853e787d581ca1816c91349b10e4eeab"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "raw-window-handle"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.5.1"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "4f851a03551ceefd30132e447f07f96cb7011d6b658374f3aed847333adb5559"
|
2021-12-03 20:34:12 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-03-18 03:42:15 +00:00
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.2.16"
|
2021-12-03 20:34:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2021-12-03 20:34:12 +00:00
|
|
|
dependencies = [
|
2023-03-18 03:42:15 +00:00
|
|
|
"bitflags",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.3.5"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
2021-03-20 22:49:36 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
2021-01-19 02:47:09 +00:00
|
|
|
|
2021-09-20 07:13:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.4.3"
|
2021-09-20 07:13:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
2021-09-20 07:13:25 +00:00
|
|
|
dependencies = [
|
2021-10-14 17:58:25 +00:00
|
|
|
"getrandom",
|
2023-03-18 03:42:15 +00:00
|
|
|
"redox_syscall 0.2.16",
|
2022-04-07 18:19:47 +00:00
|
|
|
"thiserror",
|
2021-09-20 07:13:25 +00:00
|
|
|
]
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "1.7.1"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
|
2021-07-09 03:35:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
2021-10-20 05:48:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
|
dependencies = [
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.6.28"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
|
2021-07-09 03:35:53 +00:00
|
|
|
|
2021-07-28 03:52:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "renderdoc-sys"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1382d1f0a252c4bf97dc20d979a2fdd05b024acd7c2ed0f7595d7817666a157"
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rodio"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.17.1"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "bdf1d4dea18dff2e9eb6dca123724f8b60ef44ad74a9ad283cdfe025df7e73fa"
|
2021-07-09 03:35:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"claxon",
|
|
|
|
"cpal",
|
|
|
|
"hound",
|
|
|
|
"lewton",
|
2023-03-18 03:42:15 +00:00
|
|
|
"symphonia",
|
2021-07-09 03:35:53 +00:00
|
|
|
]
|
|
|
|
|
2021-07-28 07:01:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rtrb"
|
2022-11-05 04:50:23 +00:00
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "99e704dd104faf2326a320140f70f0b736d607c1caa1b1748a6c568a79819109"
|
2022-11-05 04:50:23 +00:00
|
|
|
dependencies = [
|
2023-03-18 03:42:15 +00:00
|
|
|
"cache-padded",
|
2022-11-05 04:50:23 +00:00
|
|
|
]
|
|
|
|
|
2021-05-04 04:11:39 +00:00
|
|
|
[[package]]
|
2023-03-18 03:42:15 +00:00
|
|
|
name = "rustc-demangle"
|
|
|
|
version = "0.1.21"
|
2021-05-04 04:11:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
|
2021-05-04 04:11:39 +00:00
|
|
|
|
2022-11-05 04:50:23 +00:00
|
|
|
[[package]]
|
2023-03-18 03:42:15 +00:00
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
2022-11-05 04:50:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
2022-11-05 04:50:23 +00:00
|
|
|
|
2021-05-04 04:11:39 +00:00
|
|
|
[[package]]
|
2023-03-18 03:42:15 +00:00
|
|
|
name = "rustix"
|
|
|
|
version = "0.36.9"
|
2021-05-04 04:11:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "fd5c6ff11fecd55b40746d1995a02f2eb375bf8c00d192d521ee09f42bef37bc"
|
2022-09-12 07:23:20 +00:00
|
|
|
dependencies = [
|
2023-03-18 03:42:15 +00:00
|
|
|
"bitflags",
|
|
|
|
"errno",
|
|
|
|
"io-lifetimes",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
|
|
|
"windows-sys",
|
2022-09-12 07:23:20 +00:00
|
|
|
]
|
2021-05-04 04:11:39 +00:00
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
2022-11-05 04:50:23 +00:00
|
|
|
version = "1.0.1"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-05 04:50:23 +00:00
|
|
|
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
2021-05-04 04:11:39 +00:00
|
|
|
[[package]]
|
2022-09-12 07:23:20 +00:00
|
|
|
name = "sctk-adwaita"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.5.3"
|
2021-05-04 04:11:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "cc56402866c717f54e48b122eb93c69f709bc5a6359c403598992fd92f017931"
|
2021-05-04 04:11:39 +00:00
|
|
|
dependencies = [
|
2023-03-18 03:42:15 +00:00
|
|
|
"ab_glyph",
|
2022-09-12 07:23:20 +00:00
|
|
|
"log",
|
2023-03-18 03:42:15 +00:00
|
|
|
"memmap2",
|
2022-09-12 07:23:20 +00:00
|
|
|
"smithay-client-toolkit",
|
|
|
|
"tiny-skia",
|
2021-05-04 04:11:39 +00:00
|
|
|
]
|
|
|
|
|
2021-10-20 05:48:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
2022-04-26 16:45:57 +00:00
|
|
|
version = "1.1.0"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 16:45:57 +00:00
|
|
|
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
|
2021-07-09 03:35:53 +00:00
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
2021-06-01 04:24:20 +00:00
|
|
|
name = "slotmap"
|
2021-09-11 23:47:45 +00:00
|
|
|
version = "1.0.6"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-11 23:47:45 +00:00
|
|
|
checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
|
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
2021-01-19 02:47:09 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-11-05 04:50:23 +00:00
|
|
|
version = "1.10.0"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-05 04:50:23 +00:00
|
|
|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smithay-client-toolkit"
|
2022-09-12 07:23:20 +00:00
|
|
|
version = "0.16.0"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-12 07:23:20 +00:00
|
|
|
checksum = "f307c47d32d2715eb2e0ece5589057820e0e5e70d07c247d1063e844e107f454"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"calloop",
|
2021-12-03 20:34:12 +00:00
|
|
|
"dlib",
|
2021-01-19 02:47:09 +00:00
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"memmap2",
|
2023-03-18 03:42:15 +00:00
|
|
|
"nix 0.24.3",
|
2021-12-03 20:34:12 +00:00
|
|
|
"pkg-config",
|
2021-01-19 02:47:09 +00:00
|
|
|
"wayland-client",
|
|
|
|
"wayland-cursor",
|
|
|
|
"wayland-protocols",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-09-11 23:47:45 +00:00
|
|
|
name = "spirv"
|
|
|
|
version = "0.2.0+1.5.4"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-11 23:47:45 +00:00
|
|
|
checksum = "246bfa38fe3db3f1dfc8ca5a2cdeb7348c78be2112740cc0ec8ef18b6d94f830"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2022-10-21 03:46:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
2023-03-18 03:42:15 +00:00
|
|
|
name = "strict-num"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9df65f20698aeed245efdde3628a6b559ea1239bbb871af1b6e3b58c413b2bd1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "symphonia"
|
|
|
|
version = "0.5.2"
|
2022-11-05 04:50:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "3671dd6f64f4f9d5c87179525054cfc1f60de23ba1f193bd6ceab812737403f1"
|
2022-11-05 04:50:23 +00:00
|
|
|
dependencies = [
|
2023-03-18 03:42:15 +00:00
|
|
|
"lazy_static",
|
|
|
|
"symphonia-bundle-mp3",
|
|
|
|
"symphonia-core",
|
|
|
|
"symphonia-metadata",
|
2022-11-05 04:50:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-18 03:42:15 +00:00
|
|
|
name = "symphonia-bundle-mp3"
|
|
|
|
version = "0.5.2"
|
2022-11-05 04:50:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "55a0846e7a2c9a8081ff799fc83a975170417ad2a143f644a77ec2e3e82a2b73"
|
2022-11-05 04:50:23 +00:00
|
|
|
dependencies = [
|
2023-03-18 03:42:15 +00:00
|
|
|
"bitflags",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"symphonia-core",
|
|
|
|
"symphonia-metadata",
|
2022-11-05 04:50:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-18 03:42:15 +00:00
|
|
|
name = "symphonia-core"
|
|
|
|
version = "0.5.2"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "6b9567e2d8a5f866b2f94f5d366d811e0c6826babcff6d37de9e1a6690d38869"
|
2022-11-05 04:50:23 +00:00
|
|
|
dependencies = [
|
2023-03-18 03:42:15 +00:00
|
|
|
"arrayvec",
|
|
|
|
"bitflags",
|
|
|
|
"bytemuck",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
2022-11-05 04:50:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-18 03:42:15 +00:00
|
|
|
name = "symphonia-metadata"
|
|
|
|
version = "0.5.2"
|
2022-11-05 04:50:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "acd35c263223ef6161000be79b124a75de3e065eea563bf3ef169b3e94c7bb2e"
|
|
|
|
dependencies = [
|
|
|
|
"encoding_rs",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"symphonia-core",
|
|
|
|
]
|
2021-07-09 03:35:53 +00:00
|
|
|
|
2021-12-03 20:34:12 +00:00
|
|
|
[[package]]
|
2023-03-18 03:42:15 +00:00
|
|
|
name = "syn"
|
|
|
|
version = "1.0.109"
|
2021-12-03 20:34:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
2021-12-03 20:34:12 +00:00
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "2.0.0"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "4cff13bb1732bccfe3b246f3fdb09edfd51c01d6f5299b7ccd9457c2e4e37774"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-09-12 07:23:20 +00:00
|
|
|
"unicode-ident",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
2021-07-28 03:52:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "1.2.0"
|
2021-07-28 03:52:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
|
2021-07-28 03:52:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "1.0.40"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "1.0.40"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-18 03:42:15 +00:00
|
|
|
"syn 2.0.0",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
2021-10-20 05:48:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "1.1.7"
|
2021-10-20 05:48:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
|
2021-10-20 05:48:44 +00:00
|
|
|
dependencies = [
|
2023-03-18 03:42:15 +00:00
|
|
|
"cfg-if",
|
2021-10-20 05:48:44 +00:00
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2022-09-12 07:23:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tiny-skia"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.8.3"
|
2022-09-12 07:23:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "bfef3412c6975196fdfac41ef232f910be2bb37b9dd3313a49a1a6bc815a5bdb"
|
2022-09-12 07:23:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
2023-03-18 03:42:15 +00:00
|
|
|
"arrayvec",
|
2022-09-12 07:23:20 +00:00
|
|
|
"bytemuck",
|
|
|
|
"cfg-if",
|
|
|
|
"png",
|
|
|
|
"tiny-skia-path",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tiny-skia-path"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.8.3"
|
2022-09-12 07:23:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "a4b5edac058fc98f51c935daea4d805b695b38e2f151241cad125ade2a2ac20d"
|
2022-09-12 07:23:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"bytemuck",
|
2023-03-18 03:42:15 +00:00
|
|
|
"strict-num",
|
2022-09-12 07:23:20 +00:00
|
|
|
]
|
|
|
|
|
2021-07-09 03:35:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-04-26 16:45:57 +00:00
|
|
|
version = "1.6.0"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 16:45:57 +00:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2021-07-09 03:35:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.1.1"
|
2021-07-09 03:35:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2021-07-09 03:35:53 +00:00
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
2023-03-18 03:42:15 +00:00
|
|
|
name = "toml_datetime"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
|
|
|
version = "0.19.7"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "dc18466501acd8ac6a3f615dd29a3438f8ca6bb3b19537138b3106e575621274"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
2023-03-18 03:42:15 +00:00
|
|
|
"indexmap",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
2021-10-20 05:48:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2022-11-05 04:50:23 +00:00
|
|
|
version = "0.1.37"
|
2021-10-20 05:48:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-05 04:50:23 +00:00
|
|
|
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
2021-10-20 05:48:44 +00:00
|
|
|
dependencies = [
|
2022-09-12 07:23:20 +00:00
|
|
|
"cfg-if",
|
2021-10-20 05:48:44 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2022-11-05 04:50:23 +00:00
|
|
|
version = "0.1.23"
|
2021-10-20 05:48:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-05 04:50:23 +00:00
|
|
|
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
|
2021-10-20 05:48:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-18 03:42:15 +00:00
|
|
|
"syn 1.0.109",
|
2021-10-20 05:48:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2022-11-05 04:50:23 +00:00
|
|
|
version = "0.1.30"
|
2021-10-20 05:48:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-05 04:50:23 +00:00
|
|
|
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
|
2021-10-20 05:48:44 +00:00
|
|
|
dependencies = [
|
2022-09-12 07:23:20 +00:00
|
|
|
"once_cell",
|
2022-04-07 18:19:47 +00:00
|
|
|
"valuable",
|
2021-10-20 05:48:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
2022-04-26 16:45:57 +00:00
|
|
|
version = "0.1.3"
|
2021-10-20 05:48:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 16:45:57 +00:00
|
|
|
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
|
2021-10-20 05:48:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2022-11-05 04:50:23 +00:00
|
|
|
version = "0.3.16"
|
2021-10-20 05:48:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-05 04:50:23 +00:00
|
|
|
checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70"
|
2021-10-20 05:48:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"matchers",
|
2022-11-05 04:50:23 +00:00
|
|
|
"nu-ansi-term",
|
2022-09-12 07:23:20 +00:00
|
|
|
"once_cell",
|
2021-10-20 05:48:44 +00:00
|
|
|
"regex",
|
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ttf-parser"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.18.1"
|
2022-09-12 07:23:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "0609f771ad9c6155384897e1df4d948e692667cc0588548b68eb44d052b27633"
|
2022-09-12 07:23:20 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "1.0.8"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
2021-03-23 02:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2022-11-05 04:50:23 +00:00
|
|
|
version = "0.1.10"
|
2021-03-23 02:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-05 04:50:23 +00:00
|
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
2021-03-23 02:41:22 +00:00
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2022-11-05 04:50:23 +00:00
|
|
|
version = "0.2.4"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-05 04:50:23 +00:00
|
|
|
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
2021-05-04 04:11:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "1.3.0"
|
2021-05-04 04:11:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79"
|
2021-05-04 04:11:39 +00:00
|
|
|
|
2022-04-07 18:19:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
2021-03-23 02:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-04-07 18:19:47 +00:00
|
|
|
version = "0.9.4"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 18:19:47 +00:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "2.3.3"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2022-04-07 18:19:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.2.84"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
2022-09-12 07:23:20 +00:00
|
|
|
"cfg-if",
|
2021-01-19 02:47:09 +00:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.2.84"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
2022-09-12 07:23:20 +00:00
|
|
|
"once_cell",
|
2021-01-19 02:47:09 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-18 03:42:15 +00:00
|
|
|
"syn 1.0.109",
|
2021-01-19 02:47:09 +00:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.4.34"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
2022-09-12 07:23:20 +00:00
|
|
|
"cfg-if",
|
2021-01-19 02:47:09 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.2.84"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.2.84"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-18 03:42:15 +00:00
|
|
|
"syn 1.0.109",
|
2021-01-19 02:47:09 +00:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.2.84"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
|
2021-01-19 02:47:09 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-client"
|
2022-09-12 07:23:20 +00:00
|
|
|
version = "0.29.5"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-12 07:23:20 +00:00
|
|
|
checksum = "3f3b068c05a039c9f755f881dc50f01732214f5685e379829759088967c46715"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"downcast-rs",
|
|
|
|
"libc",
|
2023-03-18 03:42:15 +00:00
|
|
|
"nix 0.24.3",
|
2021-01-19 02:47:09 +00:00
|
|
|
"scoped-tls",
|
|
|
|
"wayland-commons",
|
|
|
|
"wayland-scanner",
|
|
|
|
"wayland-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-commons"
|
2022-09-12 07:23:20 +00:00
|
|
|
version = "0.29.5"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-12 07:23:20 +00:00
|
|
|
checksum = "8691f134d584a33a6606d9d717b95c4fa20065605f798a3f350d78dced02a902"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
2023-03-18 03:42:15 +00:00
|
|
|
"nix 0.24.3",
|
2021-01-19 02:47:09 +00:00
|
|
|
"once_cell",
|
|
|
|
"smallvec",
|
|
|
|
"wayland-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-cursor"
|
2022-09-12 07:23:20 +00:00
|
|
|
version = "0.29.5"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-12 07:23:20 +00:00
|
|
|
checksum = "6865c6b66f13d6257bef1cd40cbfe8ef2f150fb8ebbdb1e8e873455931377661"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
2023-03-18 03:42:15 +00:00
|
|
|
"nix 0.24.3",
|
2021-01-19 02:47:09 +00:00
|
|
|
"wayland-client",
|
|
|
|
"xcursor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-protocols"
|
2022-09-12 07:23:20 +00:00
|
|
|
version = "0.29.5"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-12 07:23:20 +00:00
|
|
|
checksum = "b950621f9354b322ee817a23474e479b34be96c2e909c14f7bc0100e9a970bc6"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"wayland-client",
|
|
|
|
"wayland-commons",
|
|
|
|
"wayland-scanner",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-scanner"
|
2022-09-12 07:23:20 +00:00
|
|
|
version = "0.29.5"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-12 07:23:20 +00:00
|
|
|
checksum = "8f4303d8fa22ab852f789e75a967f0a2cdc430a607751c0499bada3e451cbd53"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"xml-rs",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-sys"
|
2022-09-12 07:23:20 +00:00
|
|
|
version = "0.29.5"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-12 07:23:20 +00:00
|
|
|
checksum = "be12ce1a3c39ec7dba25594b97b42cb3195d54953ddb9d3d95a7c3902bc6e9d4"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
2021-12-03 20:34:12 +00:00
|
|
|
"dlib",
|
2021-01-19 02:47:09 +00:00
|
|
|
"lazy_static",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.3.61"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wgpu"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.15.1"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "d745a1b6d91d85c33defbb29f0eee0450e1d2614d987e14bf6baf26009d132d7"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
2023-03-18 03:42:15 +00:00
|
|
|
"arrayvec",
|
|
|
|
"cfg-if",
|
2021-01-19 02:47:09 +00:00
|
|
|
"js-sys",
|
2021-07-28 03:52:58 +00:00
|
|
|
"log",
|
2022-09-12 07:23:20 +00:00
|
|
|
"naga",
|
2022-10-21 03:46:14 +00:00
|
|
|
"parking_lot",
|
2023-03-18 03:42:15 +00:00
|
|
|
"profiling",
|
|
|
|
"raw-window-handle",
|
2021-01-19 02:47:09 +00:00
|
|
|
"smallvec",
|
2022-10-21 03:46:14 +00:00
|
|
|
"static_assertions",
|
2021-01-19 02:47:09 +00:00
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
"wgpu-core",
|
2021-09-11 23:47:45 +00:00
|
|
|
"wgpu-hal",
|
2021-01-19 02:47:09 +00:00
|
|
|
"wgpu-types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wgpu-core"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.15.1"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "7131408d940e335792645a98f03639573b0480e9e2e7cddbbab74f7c6d9f3fff"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
2023-03-18 03:42:15 +00:00
|
|
|
"arrayvec",
|
2022-09-12 07:23:20 +00:00
|
|
|
"bit-vec",
|
2021-01-19 02:47:09 +00:00
|
|
|
"bitflags",
|
2022-09-12 07:23:20 +00:00
|
|
|
"codespan-reporting",
|
2021-01-19 02:47:09 +00:00
|
|
|
"fxhash",
|
2021-07-28 03:52:58 +00:00
|
|
|
"log",
|
2021-01-19 02:47:09 +00:00
|
|
|
"naga",
|
2022-10-21 03:46:14 +00:00
|
|
|
"parking_lot",
|
2021-07-28 03:52:58 +00:00
|
|
|
"profiling",
|
2023-03-18 03:42:15 +00:00
|
|
|
"raw-window-handle",
|
2021-01-19 02:47:09 +00:00
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
2022-09-12 07:23:20 +00:00
|
|
|
"web-sys",
|
2021-09-11 23:47:45 +00:00
|
|
|
"wgpu-hal",
|
|
|
|
"wgpu-types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wgpu-hal"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.15.3"
|
2021-09-11 23:47:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "7762ae7fcc06943c1b5d4987ab0194e82aaba7767fbfb75d3458844c5b82cc45"
|
2021-09-11 23:47:45 +00:00
|
|
|
dependencies = [
|
2022-09-12 07:23:20 +00:00
|
|
|
"android_system_properties",
|
2023-03-18 03:42:15 +00:00
|
|
|
"arrayvec",
|
2021-09-11 23:47:45 +00:00
|
|
|
"ash",
|
|
|
|
"bit-set",
|
|
|
|
"bitflags",
|
|
|
|
"block",
|
|
|
|
"core-graphics-types",
|
|
|
|
"d3d12",
|
2023-03-18 03:42:15 +00:00
|
|
|
"foreign-types",
|
2021-09-11 23:47:45 +00:00
|
|
|
"fxhash",
|
|
|
|
"glow",
|
|
|
|
"gpu-alloc",
|
2023-03-18 03:42:15 +00:00
|
|
|
"gpu-allocator",
|
2021-09-11 23:47:45 +00:00
|
|
|
"gpu-descriptor",
|
2023-03-18 03:42:15 +00:00
|
|
|
"hassle-rs",
|
2021-10-11 03:06:51 +00:00
|
|
|
"js-sys",
|
2021-09-11 23:47:45 +00:00
|
|
|
"khronos-egl",
|
2023-03-18 03:42:15 +00:00
|
|
|
"libc",
|
2021-12-03 20:34:12 +00:00
|
|
|
"libloading",
|
2021-09-11 23:47:45 +00:00
|
|
|
"log",
|
|
|
|
"metal",
|
|
|
|
"naga",
|
|
|
|
"objc",
|
2022-10-21 03:46:14 +00:00
|
|
|
"parking_lot",
|
2021-10-11 03:06:51 +00:00
|
|
|
"profiling",
|
2021-09-11 23:47:45 +00:00
|
|
|
"range-alloc",
|
2023-03-18 03:42:15 +00:00
|
|
|
"raw-window-handle",
|
2021-09-11 23:47:45 +00:00
|
|
|
"renderdoc-sys",
|
2022-10-21 03:46:14 +00:00
|
|
|
"smallvec",
|
2021-09-11 23:47:45 +00:00
|
|
|
"thiserror",
|
2021-10-11 03:06:51 +00:00
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
2021-01-19 02:47:09 +00:00
|
|
|
"wgpu-types",
|
2021-09-11 23:47:45 +00:00
|
|
|
"winapi",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wgpu-types"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.15.2"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "32444e121b0bd00cb02c0de32fde457a9491bd44e03e7a5db6df9b1da2f6f110"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2023-03-18 03:42:15 +00:00
|
|
|
"js-sys",
|
|
|
|
"web-sys",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
2023-03-18 03:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "widestring"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
2021-07-28 03:52:58 +00:00
|
|
|
"winapi",
|
2021-01-19 02:47:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
2022-10-21 03:46:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.43.0"
|
2022-10-21 03:46:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "04662ed0e3e5630dfa9b26e4cb823b817f1a9addda855d973a9458c236556244"
|
2022-10-21 03:46:14 +00:00
|
|
|
dependencies = [
|
2023-03-18 03:42:15 +00:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
2022-10-21 03:46:14 +00:00
|
|
|
]
|
|
|
|
|
2022-09-12 07:23:20 +00:00
|
|
|
[[package]]
|
2023-03-18 03:42:15 +00:00
|
|
|
name = "windows"
|
|
|
|
version = "0.44.0"
|
2022-09-12 07:23:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "9e745dab35a0c4c77aa3ce42d595e13d2003d6902d6b08c9ef5fc326d08da12b"
|
2022-09-12 07:23:20 +00:00
|
|
|
dependencies = [
|
2023-03-18 03:42:15 +00:00
|
|
|
"windows-targets",
|
2022-09-12 07:23:20 +00:00
|
|
|
]
|
|
|
|
|
2022-11-05 04:50:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.45.0"
|
2022-11-05 04:50:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
2022-11-05 04:50:23 +00:00
|
|
|
dependencies = [
|
2023-03-18 03:42:15 +00:00
|
|
|
"windows-targets",
|
2022-11-05 04:50:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-18 03:42:15 +00:00
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.42.2"
|
2022-09-12 07:23:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
2022-09-12 07:23:20 +00:00
|
|
|
|
2022-10-21 03:46:14 +00:00
|
|
|
[[package]]
|
2023-03-18 03:42:15 +00:00
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.42.2"
|
2022-10-21 03:46:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
2022-10-21 03:46:14 +00:00
|
|
|
|
2022-11-05 04:50:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.42.2"
|
2022-10-21 03:46:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
2022-10-21 03:46:14 +00:00
|
|
|
|
2022-11-05 04:50:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.42.2"
|
2022-10-21 03:46:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
2022-10-21 03:46:14 +00:00
|
|
|
|
2022-11-05 04:50:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.42.2"
|
2022-10-21 03:46:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
2022-10-21 03:46:14 +00:00
|
|
|
|
2022-11-05 04:50:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.42.2"
|
2022-11-05 04:50:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
2022-11-05 04:50:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.42.2"
|
2022-10-21 03:46:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
2022-10-21 03:46:14 +00:00
|
|
|
|
2022-11-05 04:50:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.42.2"
|
2022-11-05 04:50:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
2022-11-05 04:50:23 +00:00
|
|
|
|
2021-12-03 20:34:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winit"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "0.28.3"
|
2021-12-03 20:34:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "4f504e8c117b9015f618774f8d58cd4781f5a479bc41079c064f974cbb253874"
|
2021-12-03 20:34:12 +00:00
|
|
|
dependencies = [
|
2023-03-18 03:42:15 +00:00
|
|
|
"android-activity",
|
2021-12-03 20:34:12 +00:00
|
|
|
"bitflags",
|
2023-03-18 03:42:15 +00:00
|
|
|
"cfg_aliases",
|
2022-09-12 07:23:20 +00:00
|
|
|
"core-foundation",
|
|
|
|
"core-graphics",
|
2021-12-03 20:34:12 +00:00
|
|
|
"dispatch",
|
|
|
|
"instant",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"mio",
|
2023-03-18 03:42:15 +00:00
|
|
|
"ndk",
|
|
|
|
"objc2",
|
2022-09-12 07:23:20 +00:00
|
|
|
"once_cell",
|
2023-03-18 03:42:15 +00:00
|
|
|
"orbclient",
|
2021-12-03 20:34:12 +00:00
|
|
|
"percent-encoding",
|
2023-03-18 03:42:15 +00:00
|
|
|
"raw-window-handle",
|
|
|
|
"redox_syscall 0.3.5",
|
2022-09-12 07:23:20 +00:00
|
|
|
"sctk-adwaita",
|
2021-01-19 02:47:09 +00:00
|
|
|
"smithay-client-toolkit",
|
2021-12-03 20:34:12 +00:00
|
|
|
"wasm-bindgen",
|
2021-01-19 02:47:09 +00:00
|
|
|
"wayland-client",
|
2023-03-18 03:42:15 +00:00
|
|
|
"wayland-commons",
|
2021-12-03 20:34:12 +00:00
|
|
|
"wayland-protocols",
|
2023-03-18 03:42:15 +00:00
|
|
|
"wayland-scanner",
|
2021-12-03 20:34:12 +00:00
|
|
|
"web-sys",
|
2023-03-18 03:42:15 +00:00
|
|
|
"windows-sys",
|
2021-01-19 02:47:09 +00:00
|
|
|
"x11-dl",
|
|
|
|
]
|
|
|
|
|
2022-09-12 07:23:20 +00:00
|
|
|
[[package]]
|
2023-03-18 03:42:15 +00:00
|
|
|
name = "winnow"
|
|
|
|
version = "0.3.6"
|
2022-09-12 07:23:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "23d020b441f92996c80d94ae9166e8501e59c7bb56121189dc9eab3bd8216966"
|
2022-09-12 07:23:20 +00:00
|
|
|
dependencies = [
|
2023-03-18 03:42:15 +00:00
|
|
|
"memchr",
|
2022-09-12 07:23:20 +00:00
|
|
|
]
|
|
|
|
|
2021-01-19 02:47:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "x11-dl"
|
2023-03-18 03:42:15 +00:00
|
|
|
version = "2.21.0"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 03:42:15 +00:00
|
|
|
checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-03-18 03:42:15 +00:00
|
|
|
"once_cell",
|
2021-01-19 02:47:09 +00:00
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xcursor"
|
2021-09-11 23:47:45 +00:00
|
|
|
version = "0.3.4"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-11 23:47:45 +00:00
|
|
|
checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7"
|
2021-01-19 02:47:09 +00:00
|
|
|
dependencies = [
|
2022-04-26 16:45:57 +00:00
|
|
|
"nom",
|
2021-10-11 03:06:51 +00:00
|
|
|
]
|
2021-01-19 02:47:09 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xml-rs"
|
2021-09-11 23:47:45 +00:00
|
|
|
version = "0.8.4"
|
2021-01-19 02:47:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-11 23:47:45 +00:00
|
|
|
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
|