strafe-client/Cargo.lock

2739 lines
68 KiB
Plaintext
Raw Normal View History

2023-07-14 23:49:01 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2023-07-21 07:08:50 +00:00
[[package]]
name = "ab_glyph"
2024-05-04 23:18:56 +00:00
version = "0.2.25"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "6f90148830dac590fac7ccfe78ec4a8ea404c60f75a24e16407a71f0f40de775"
2023-07-21 07:08:50 +00:00
dependencies = [
"ab_glyph_rasterizer",
"owned_ttf_parser",
]
[[package]]
name = "ab_glyph_rasterizer"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046"
2023-07-14 23:49:01 +00:00
[[package]]
name = "ahash"
2024-03-29 09:19:45 +00:00
version = "0.8.11"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 09:19:45 +00:00
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
dependencies = [
"cfg-if",
"getrandom",
"once_cell",
"version_check",
"zerocopy",
]
2023-08-30 01:21:07 +00:00
[[package]]
name = "aho-corasick"
2024-03-29 09:19:45 +00:00
version = "1.1.3"
2023-08-30 01:21:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 09:19:45 +00:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2023-08-30 01:21:07 +00:00
dependencies = [
"memchr",
]
2023-10-27 06:58:27 +00:00
[[package]]
name = "allocator-api2"
2024-05-04 23:18:56 +00:00
version = "0.2.18"
2023-10-27 06:58:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
2023-10-27 06:58:27 +00:00
2023-07-21 07:08:50 +00:00
[[package]]
name = "android-activity"
2024-05-04 23:18:56 +00:00
version = "0.6.0"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "ef6978589202a00cd7e118380c448a08b6ed394c3a8df3a430d0898e3a42d046"
2023-07-21 07:08:50 +00:00
dependencies = [
"android-properties",
2024-03-29 09:19:45 +00:00
"bitflags 2.5.0",
2023-07-21 07:08:50 +00:00
"cc",
"cesu8",
"jni",
2023-07-21 07:08:50 +00:00
"jni-sys",
"libc",
"log",
"ndk",
"ndk-context",
2024-05-04 23:18:56 +00:00
"ndk-sys 0.6.0+11769913",
"num_enum",
"thiserror",
2023-07-21 07:08:50 +00:00
]
[[package]]
name = "android-properties"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04"
[[package]]
2023-08-30 01:10:08 +00:00
name = "android_system_properties"
version = "0.1.5"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 01:10:08 +00:00
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
2023-07-21 07:08:50 +00:00
dependencies = [
2023-08-30 01:10:08 +00:00
"libc",
2023-07-21 07:08:50 +00:00
]
2024-02-14 05:56:57 +00:00
[[package]]
name = "approx"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f2a05fd1bd10b2527e20a2cd32d8873d115b8b39fe219ee25f42a8aca6ba278"
dependencies = [
"num-traits",
]
[[package]]
name = "array-init"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d62b7694a562cdf5a74227903507c56ab2cc8bdd1f781ed5cb4cf9c9f810bfc"
2023-07-21 07:08:50 +00:00
[[package]]
name = "arrayref"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
[[package]]
name = "arrayvec"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
[[package]]
name = "as-raw-xcb-connection"
2023-12-24 21:10:12 +00:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-24 21:10:12 +00:00
checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
2023-07-14 23:49:01 +00:00
[[package]]
name = "ash"
version = "0.37.3+1.3.251"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39e9c3835d686b0a6084ab4234fcd1b07dbf6e4767dce60874b12356a25ecd4a"
dependencies = [
2023-08-30 01:10:08 +00:00
"libloading 0.7.4",
2023-07-14 23:49:01 +00:00
]
2023-08-30 01:21:07 +00:00
[[package]]
name = "atomic-waker"
version = "1.1.2"
2023-08-30 01:21:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
2023-08-30 01:21:07 +00:00
2023-07-14 23:49:01 +00:00
[[package]]
name = "autocfg"
2024-05-04 23:18:56 +00:00
version = "1.3.0"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
2023-07-14 23:49:01 +00:00
2023-09-06 00:45:19 +00:00
[[package]]
name = "base64"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2024-02-14 05:56:57 +00:00
[[package]]
name = "binrw"
version = "0.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "173901312e9850391d4d7c1318c4e099fdc037d61870fca427429830efdb4e5f"
dependencies = [
"array-init",
"binrw_derive",
"bytemuck",
]
[[package]]
name = "binrw_derive"
version = "0.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb515fdd6f8d3a357c8e19b8ec59ef53880807864329b1cb1cba5c53bf76557e"
dependencies = [
"either",
"owo-colors",
"proc-macro2",
"quote",
"syn 1.0.109",
]
2023-08-30 01:10:08 +00:00
[[package]]
name = "bit-set"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
dependencies = [
"bit-vec",
]
[[package]]
name = "bit-vec"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
2023-07-14 23:49:01 +00:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2023-08-30 01:10:08 +00:00
[[package]]
name = "bitflags"
2024-03-29 09:19:45 +00:00
version = "2.5.0"
2023-08-30 01:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 09:19:45 +00:00
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
2023-08-30 01:10:08 +00:00
2023-09-06 00:45:19 +00:00
[[package]]
name = "blake3"
2024-03-29 09:19:45 +00:00
version = "1.5.1"
2023-09-06 00:45:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 09:19:45 +00:00
checksum = "30cca6d3674597c30ddf2c587bf8d9d65c9a84d2326d941cc79c9842dfe0ef52"
2023-09-06 00:45:19 +00:00
dependencies = [
"arrayref",
"arrayvec",
"cc",
"cfg-if",
"constant_time_eq",
]
2023-08-30 01:10:08 +00:00
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2023-07-21 07:08:50 +00:00
[[package]]
name = "block2"
2024-05-04 23:18:56 +00:00
version = "0.5.0"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "43ff7d91d3c1d568065b06c899777d1e48dcf76103a672a0adbc238a7f247f1e"
2023-07-21 07:08:50 +00:00
dependencies = [
"objc2",
2023-07-21 07:08:50 +00:00
]
[[package]]
name = "bumpalo"
2024-05-04 23:18:56 +00:00
version = "3.16.0"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2023-07-21 07:08:50 +00:00
2024-02-14 05:56:57 +00:00
[[package]]
name = "bv"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8834bb1d8ee5dc048ee3124f2c7c1afcc6bc9aed03f11e9dfd8c69470a5db340"
dependencies = [
"feature-probe",
]
2023-07-14 23:49:01 +00:00
[[package]]
name = "bytemuck"
2024-03-29 09:19:45 +00:00
version = "1.15.0"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 09:19:45 +00:00
checksum = "5d6d68c57235a3a081186990eca2867354726650f42f7516ca50c28d6281fd15"
2023-08-30 01:21:07 +00:00
dependencies = [
"bytemuck_derive",
]
[[package]]
name = "bytemuck_derive"
2024-03-29 09:19:45 +00:00
version = "1.6.0"
2023-08-30 01:21:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 09:19:45 +00:00
checksum = "4da9a32f3fed317401fa3c862968128267c3106685286e15d5aaa3d7389c2f60"
2023-08-30 01:21:07 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-05-04 23:18:56 +00:00
"syn 2.0.60",
2023-08-30 01:21:07 +00:00
]
2024-02-14 05:56:57 +00:00
[[package]]
name = "byteorder"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fc10e8cc6b2580fda3f36eb6dc5316657f812a3df879a44a66fc9f0fdbc4855"
2023-08-30 01:21:07 +00:00
[[package]]
name = "byteorder"
2023-10-27 06:58:27 +00:00
version = "1.5.0"
2023-08-30 01:21:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-27 06:58:27 +00:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2023-07-14 23:49:01 +00:00
[[package]]
name = "bytes"
2024-03-29 09:19:45 +00:00
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 09:19:45 +00:00
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
2023-07-21 07:08:50 +00:00
[[package]]
name = "calloop"
version = "0.12.4"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fba7adb4dd5aa98e5553510223000e7148f621165ec5f9acd7113f6ca4995298"
2023-07-21 07:08:50 +00:00
dependencies = [
2024-03-29 09:19:45 +00:00
"bitflags 2.5.0",
2023-07-21 07:08:50 +00:00
"log",
"polling",
"rustix",
"slab",
2023-07-21 07:08:50 +00:00
"thiserror",
]
[[package]]
name = "calloop-wayland-source"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f0ea9b9476c7fad82841a8dbb380e2eae480c21910feba80725b46931ed8f02"
dependencies = [
"calloop",
"rustix",
"wayland-backend",
"wayland-client",
2023-07-21 07:08:50 +00:00
]
[[package]]
name = "cc"
2024-05-04 23:18:56 +00:00
version = "1.0.96"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "065a29261d53ba54260972629f9ca6bffa69bac13cd1fed61420f7fa68b9f8bd"
2023-07-21 07:08:50 +00:00
dependencies = [
2024-03-29 09:19:45 +00:00
"jobserver",
2023-08-30 01:10:08 +00:00
"libc",
2024-05-04 23:18:56 +00:00
"once_cell",
2023-07-21 07:08:50 +00:00
]
[[package]]
name = "cesu8"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2023-07-14 23:49:01 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2023-07-21 07:08:50 +00:00
[[package]]
name = "cfg_aliases"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2024-05-04 23:18:56 +00:00
[[package]]
name = "cfg_aliases"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77e53693616d3075149f4ead59bdeecd204ac6b8192d8969757601b74bddf00f"
2024-02-14 05:56:57 +00:00
[[package]]
name = "cgmath"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a98d30140e3296250832bbaaff83b27dcd6fa3cc70fb6f1f3e5c9c0023b5317"
dependencies = [
"approx",
"num-traits",
]
2023-07-21 07:08:50 +00:00
[[package]]
2023-08-30 01:10:08 +00:00
name = "codespan-reporting"
version = "0.11.1"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 01:10:08 +00:00
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2023-07-21 07:08:50 +00:00
dependencies = [
2023-08-30 01:10:08 +00:00
"termcolor",
"unicode-width",
2023-07-21 07:08:50 +00:00
]
[[package]]
name = "com"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e17887fd17353b65b1b2ef1c526c83e26cd72e74f598a8dc1bee13a48f3d9f6"
dependencies = [
"com_macros",
]
[[package]]
name = "com_macros"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d375883580a668c7481ea6631fc1a8863e33cc335bf56bfad8d7e6d4b04b13a5"
dependencies = [
"com_macros_support",
"proc-macro2",
"syn 1.0.109",
]
[[package]]
name = "com_macros_support"
version = "0.6.0"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad899a1087a9296d5644792d7cb72b8e34c1bec8e7d4fbc002230169a6e8710c"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
2023-07-21 07:08:50 +00:00
[[package]]
name = "combine"
2024-05-04 23:18:56 +00:00
version = "4.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
dependencies = [
"bytes",
"memchr",
]
2023-08-30 01:21:07 +00:00
[[package]]
name = "concurrent-queue"
2024-05-04 23:18:56 +00:00
version = "2.5.0"
2023-08-30 01:21:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
2023-08-30 01:21:07 +00:00
dependencies = [
"crossbeam-utils",
]
2023-10-09 23:31:28 +00:00
[[package]]
name = "configparser"
2023-10-10 04:11:42 +00:00
version = "3.0.4"
2023-10-09 23:31:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-10 04:11:42 +00:00
checksum = "4ec6d3da8e550377a85339063af6e3735f4b1d9392108da4e083a1b3b9820288"
2023-10-09 23:31:28 +00:00
2023-09-06 00:45:19 +00:00
[[package]]
name = "constant_time_eq"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2"
2023-07-14 23:49:01 +00:00
[[package]]
name = "core-foundation"
2023-12-24 21:10:12 +00:00
version = "0.9.4"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-24 21:10:12 +00:00
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
2023-07-14 23:49:01 +00:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
2023-12-24 21:10:12 +00:00
version = "0.8.6"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-24 21:10:12 +00:00
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
2023-07-14 23:49:01 +00:00
2023-07-21 07:08:50 +00:00
[[package]]
name = "core-graphics"
2024-05-04 23:18:56 +00:00
version = "0.23.2"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
2023-07-21 07:08:50 +00:00
dependencies = [
2023-08-30 01:10:08 +00:00
"bitflags 1.3.2",
2023-07-21 07:08:50 +00:00
"core-foundation",
"core-graphics-types",
"foreign-types",
2023-07-21 07:08:50 +00:00
"libc",
]
2023-07-14 23:49:01 +00:00
[[package]]
name = "core-graphics-types"
2023-12-24 21:10:12 +00:00
version = "0.1.3"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-24 21:10:12 +00:00
checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
2023-07-14 23:49:01 +00:00
dependencies = [
2023-08-30 01:10:08 +00:00
"bitflags 1.3.2",
2023-07-14 23:49:01 +00:00
"core-foundation",
"libc",
]
2024-02-14 05:56:57 +00:00
[[package]]
name = "crc"
2024-05-04 23:18:56 +00:00
version = "3.2.1"
2024-02-14 05:56:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
2024-02-14 05:56:57 +00:00
dependencies = [
"crc-catalog",
]
[[package]]
name = "crc-catalog"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
[[package]]
name = "crc32fast"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
dependencies = [
"cfg-if",
]
2023-10-10 04:11:42 +00:00
[[package]]
name = "crossbeam-utils"
version = "0.8.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
[[package]]
name = "cursor-icon"
2023-11-30 09:45:54 +00:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-30 09:45:54 +00:00
checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
2023-07-14 23:49:01 +00:00
[[package]]
2023-08-30 01:10:08 +00:00
name = "d3d12"
2024-05-04 23:18:56 +00:00
version = "0.20.0"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "b28bfe653d79bd16c77f659305b195b82bb5ce0c0eb2a4846b82ddbd77586813"
2023-07-14 23:49:01 +00:00
dependencies = [
2024-03-29 09:19:45 +00:00
"bitflags 2.5.0",
"libloading 0.8.3",
2023-08-30 01:10:08 +00:00
"winapi",
2023-07-14 23:49:01 +00:00
]
2023-08-30 01:21:07 +00:00
[[package]]
name = "ddsfile"
2023-10-29 02:05:07 +00:00
version = "0.5.2"
2023-08-30 01:21:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-29 02:05:07 +00:00
checksum = "479dfe1e6737aa9e96c6ac7b69689dc4c32da8383f2c12744739d76afa8b66c4"
2023-08-30 01:21:07 +00:00
dependencies = [
2024-03-29 09:19:45 +00:00
"bitflags 2.5.0",
2024-02-14 05:56:57 +00:00
"byteorder 1.5.0",
2023-10-29 02:05:07 +00:00
"enum-primitive-derive",
"num-traits",
2023-08-30 01:21:07 +00:00
]
2023-07-21 07:08:50 +00:00
[[package]]
name = "dispatch"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
[[package]]
name = "dlib"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
dependencies = [
2024-03-29 09:19:45 +00:00
"libloading 0.8.3",
2023-07-21 07:08:50 +00:00
]
2024-05-04 23:18:56 +00:00
[[package]]
name = "document-features"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef5282ad69563b5fc40319526ba27e0e7363d552a896f0297d54f767717f9b95"
dependencies = [
"litrs",
]
2023-07-21 07:08:50 +00:00
[[package]]
name = "downcast-rs"
2024-05-04 23:18:56 +00:00
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
[[package]]
name = "dpi"
version = "0.1.1"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "f25c0e292a7ca6d6498557ff1df68f32c99850012b6ea401cf8daf771f22ff53"
2023-07-21 07:08:50 +00:00
2024-02-14 05:56:57 +00:00
[[package]]
name = "either"
2024-05-04 23:18:56 +00:00
version = "1.11.0"
2024-02-14 05:56:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2"
2024-02-14 05:56:57 +00:00
2023-08-30 01:21:07 +00:00
[[package]]
2023-10-29 02:05:07 +00:00
name = "enum-primitive-derive"
version = "0.2.2"
2023-08-30 01:21:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-29 02:05:07 +00:00
checksum = "c375b9c5eadb68d0a6efee2999fef292f45854c3444c86f09d8ab086ba942b0e"
2023-08-30 01:21:07 +00:00
dependencies = [
2023-10-29 02:05:07 +00:00
"num-traits",
"quote",
"syn 1.0.109",
2023-08-30 01:21:07 +00:00
]
2023-07-14 23:49:01 +00:00
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2023-08-30 01:21:07 +00:00
[[package]]
name = "errno"
2023-11-30 09:45:54 +00:00
version = "0.3.8"
2023-08-30 01:21:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-30 09:45:54 +00:00
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
2023-08-30 01:21:07 +00:00
dependencies = [
"libc",
2023-11-30 09:45:54 +00:00
"windows-sys 0.52.0",
2023-08-30 01:21:07 +00:00
]
2024-02-14 05:56:57 +00:00
[[package]]
name = "feature-probe"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "835a3dc7d1ec9e75e2b5fb4ba75396837112d2060b03f7d43bc1897c7f7211da"
2023-08-30 01:10:08 +00:00
[[package]]
name = "foreign-types"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
dependencies = [
"foreign-types-macros",
"foreign-types-shared",
2023-08-30 01:10:08 +00:00
]
[[package]]
name = "foreign-types-macros"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
dependencies = [
"proc-macro2",
"quote",
2024-05-04 23:18:56 +00:00
"syn 2.0.60",
2023-07-21 07:08:50 +00:00
]
2023-08-30 01:10:08 +00:00
[[package]]
name = "foreign-types-shared"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
[[package]]
name = "gethostname"
2023-12-24 21:10:12 +00:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-24 21:10:12 +00:00
checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
dependencies = [
"libc",
2023-12-24 21:10:12 +00:00
"windows-targets 0.48.5",
]
2023-07-14 23:49:01 +00:00
[[package]]
name = "getrandom"
2024-05-04 23:18:56 +00:00
version = "0.2.14"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c"
2023-07-14 23:49:01 +00:00
dependencies = [
"cfg-if",
"libc",
"wasi",
]
2023-10-27 06:58:27 +00:00
[[package]]
name = "gl_generator"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
dependencies = [
"khronos_api",
"log",
"xml-rs",
]
2023-08-30 01:21:07 +00:00
[[package]]
name = "glam"
2024-01-26 01:56:40 +00:00
version = "0.25.0"
2023-08-30 01:21:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-26 01:56:40 +00:00
checksum = "151665d9be52f9bb40fc7966565d39666f2d1e69233571b71b87791c7e0528b3"
2023-08-30 01:21:07 +00:00
2023-08-30 01:10:08 +00:00
[[package]]
name = "glow"
version = "0.13.1"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd348e04c43b32574f2de31c8bb397d96c9fcfa1371bd4ca6d8bdc464ab121b1"
2023-07-14 23:49:01 +00:00
dependencies = [
2023-08-30 01:10:08 +00:00
"js-sys",
"slotmap",
"wasm-bindgen",
"web-sys",
]
2023-10-27 06:58:27 +00:00
[[package]]
name = "glutin_wgl_sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c8098adac955faa2d31079b65dc48841251f69efd3ac25477903fc424362ead"
dependencies = [
"gl_generator",
]
2023-08-30 01:10:08 +00:00
[[package]]
name = "gpu-alloc"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
dependencies = [
2024-03-29 09:19:45 +00:00
"bitflags 2.5.0",
2023-08-30 01:10:08 +00:00
"gpu-alloc-types",
]
[[package]]
name = "gpu-alloc-types"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
dependencies = [
2024-03-29 09:19:45 +00:00
"bitflags 2.5.0",
2023-08-30 01:10:08 +00:00
]
[[package]]
name = "gpu-allocator"
version = "0.25.0"
2023-08-30 01:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f56f6318968d03c18e1bcf4857ff88c61157e9da8e47c5f29055d60e1228884"
2023-08-30 01:10:08 +00:00
dependencies = [
"log",
2023-10-27 06:58:27 +00:00
"presser",
2023-08-30 01:10:08 +00:00
"thiserror",
"winapi",
"windows",
]
[[package]]
name = "gpu-descriptor"
2024-05-04 23:18:56 +00:00
version = "0.3.0"
2023-08-30 01:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "9c08c1f623a8d0b722b8b99f821eb0ba672a1618f0d3b16ddbee1cedd2dd8557"
2023-08-30 01:10:08 +00:00
dependencies = [
2024-03-29 09:19:45 +00:00
"bitflags 2.5.0",
2023-08-30 01:10:08 +00:00
"gpu-descriptor-types",
2023-10-27 06:58:27 +00:00
"hashbrown",
2023-08-30 01:10:08 +00:00
]
[[package]]
name = "gpu-descriptor-types"
2024-05-04 23:18:56 +00:00
version = "0.2.0"
2023-08-30 01:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
2023-08-30 01:10:08 +00:00
dependencies = [
2024-03-29 09:19:45 +00:00
"bitflags 2.5.0",
2023-07-14 23:49:01 +00:00
]
[[package]]
name = "hashbrown"
2024-05-04 23:18:56 +00:00
version = "0.14.5"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2023-08-30 01:10:08 +00:00
dependencies = [
2023-10-27 06:58:27 +00:00
"ahash",
"allocator-api2",
2023-08-30 01:10:08 +00:00
]
2023-07-14 23:49:01 +00:00
[[package]]
2023-08-30 01:10:08 +00:00
name = "hassle-rs"
version = "0.11.0"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af2a7e73e1f34c48da31fb668a907f250794837e08faa144fd24f0b8b741e890"
2023-08-30 01:10:08 +00:00
dependencies = [
2024-03-29 09:19:45 +00:00
"bitflags 2.5.0",
"com",
2023-08-30 01:10:08 +00:00
"libc",
2024-03-29 09:19:45 +00:00
"libloading 0.8.3",
2023-08-30 01:10:08 +00:00
"thiserror",
"widestring",
"winapi",
]
2024-03-29 09:19:45 +00:00
[[package]]
name = "hermit-abi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
2023-08-30 01:10:08 +00:00
[[package]]
name = "hexf-parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
2023-07-14 23:49:01 +00:00
[[package]]
name = "id"
version = "0.1.0"
2024-03-29 09:19:45 +00:00
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
checksum = "2337e7a6c273082b672e377e159d7a168fb51438461b7c4033c79a515dd7a25a"
dependencies = [
"proc-macro2",
"quote",
2024-05-04 23:18:56 +00:00
"syn 2.0.60",
]
2023-07-14 23:49:01 +00:00
[[package]]
name = "indexmap"
2024-03-29 09:19:45 +00:00
version = "2.2.6"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 09:19:45 +00:00
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
2023-07-14 23:49:01 +00:00
dependencies = [
"equivalent",
2023-10-27 06:58:27 +00:00
"hashbrown",
2023-07-14 23:49:01 +00:00
]
2024-02-14 05:56:57 +00:00
[[package]]
name = "itertools"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
dependencies = [
"either",
]
2023-07-21 07:08:50 +00:00
[[package]]
name = "jni"
version = "0.21.1"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
2023-07-21 07:08:50 +00:00
dependencies = [
"cesu8",
2023-07-21 07:08:50 +00:00
"cfg-if",
"combine",
"jni-sys",
"log",
"thiserror",
"walkdir",
"windows-sys 0.45.0",
2023-08-30 01:21:07 +00:00
]
2023-07-21 07:08:50 +00:00
[[package]]
name = "jni-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
2024-03-29 09:19:45 +00:00
[[package]]
name = "jobserver"
2024-05-04 23:18:56 +00:00
version = "0.1.31"
2024-03-29 09:19:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e"
2024-03-29 09:19:45 +00:00
dependencies = [
"libc",
]
2023-07-21 07:08:50 +00:00
[[package]]
name = "js-sys"
2024-03-29 09:19:45 +00:00
version = "0.3.69"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 09:19:45 +00:00
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
2023-07-21 07:08:50 +00:00
dependencies = [
"wasm-bindgen",
]
2023-08-30 01:10:08 +00:00
[[package]]
name = "khronos-egl"
2023-10-27 06:58:27 +00:00
version = "6.0.0"
2023-08-30 01:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-27 06:58:27 +00:00
checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
2023-08-30 01:10:08 +00:00
dependencies = [
"libc",
2024-03-29 09:19:45 +00:00
"libloading 0.8.3",
2023-08-30 01:10:08 +00:00
"pkg-config",
]
2023-10-27 06:58:27 +00:00
[[package]]
name = "khronos_api"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
2023-10-03 23:28:35 +00:00
[[package]]
name = "lazy-regex"
2023-11-30 09:45:54 +00:00
version = "3.1.0"
2023-10-03 23:28:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-30 09:45:54 +00:00
checksum = "5d12be4595afdf58bd19e4a9f4e24187da2a66700786ff660a418e9059937a4c"
2023-10-03 23:28:35 +00:00
dependencies = [
"lazy-regex-proc_macros",
"once_cell",
"regex",
]
[[package]]
name = "lazy-regex-proc_macros"
2023-11-30 09:45:54 +00:00
version = "3.1.0"
2023-10-03 23:28:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-30 09:45:54 +00:00
checksum = "44bcd58e6c97a7fcbaffcdc95728b393b8d98933bfadad49ed4097845b57ef0b"
2023-10-03 23:28:35 +00:00
dependencies = [
"proc-macro2",
"quote",
"regex",
2024-05-04 23:18:56 +00:00
"syn 2.0.60",
2023-10-03 23:28:35 +00:00
]
2023-07-21 07:08:50 +00:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2023-07-14 23:49:01 +00:00
[[package]]
name = "libc"
2024-05-04 23:18:56 +00:00
version = "0.2.154"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346"
2023-07-14 23:49:01 +00:00
[[package]]
name = "libloading"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
dependencies = [
"cfg-if",
"winapi",
]
2023-08-30 01:10:08 +00:00
[[package]]
name = "libloading"
2024-03-29 09:19:45 +00:00
version = "0.8.3"
2023-08-30 01:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 09:19:45 +00:00
checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
2023-08-30 01:10:08 +00:00
dependencies = [
"cfg-if",
2024-05-04 23:18:56 +00:00
"windows-targets 0.52.5",
2023-08-30 01:10:08 +00:00
]
2023-11-30 09:45:54 +00:00
[[package]]
name = "libredox"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3af92c55d7d839293953fcd0fda5ecfe93297cfde6ffbdec13b41d99c0ba6607"
dependencies = [
2024-03-29 09:19:45 +00:00
"bitflags 2.5.0",
2023-11-30 09:45:54 +00:00
"libc",
"redox_syscall 0.4.1",
]
2023-08-30 01:21:07 +00:00
[[package]]
name = "linux-raw-sys"
version = "0.4.13"
2023-08-30 01:21:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
2023-08-30 01:21:07 +00:00
2024-05-04 23:18:56 +00:00
[[package]]
name = "litrs"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5"
2023-07-14 23:49:01 +00:00
[[package]]
name = "lock_api"
2024-05-04 23:18:56 +00:00
version = "0.4.12"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2023-07-14 23:49:01 +00:00
dependencies = [
"autocfg",
"scopeguard",
]
2023-07-21 07:08:50 +00:00
[[package]]
name = "log"
2024-03-02 21:16:46 +00:00
version = "0.4.21"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-02 21:16:46 +00:00
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
2023-07-21 07:08:50 +00:00
2023-09-06 00:45:19 +00:00
[[package]]
name = "lz4"
version = "1.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1"
dependencies = [
"libc",
"lz4-sys",
]
[[package]]
name = "lz4-sys"
version = "1.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"
dependencies = [
"cc",
"libc",
]
2024-02-14 05:56:57 +00:00
[[package]]
name = "lzma"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "782ba3f542e8bc1349386c15e9dc3119ae6da96479f96b3863cc7a88bbdfd4e4"
dependencies = [
"byteorder 0.5.3",
]
[[package]]
name = "lzma-rs"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "297e814c836ae64db86b36cf2a557ba54368d03f6afcd7d947c266692f71115e"
dependencies = [
"byteorder 1.5.0",
"crc",
]
2023-07-14 23:49:01 +00:00
[[package]]
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
dependencies = [
"libc",
]
[[package]]
name = "memchr"
2024-03-29 09:19:45 +00:00
version = "2.7.2"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 09:19:45 +00:00
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
2023-07-14 23:49:01 +00:00
2023-07-21 07:08:50 +00:00
[[package]]
name = "memmap2"
2024-01-26 01:56:40 +00:00
version = "0.9.4"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-26 01:56:40 +00:00
checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
2023-07-21 07:08:50 +00:00
dependencies = [
"libc",
]
2023-08-30 01:10:08 +00:00
[[package]]
name = "metal"
2024-05-04 23:18:56 +00:00
version = "0.28.0"
2023-08-30 01:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "5637e166ea14be6063a3f8ba5ccb9a4159df7d8f6d61c02fc3d480b1f90dcfcb"
2023-08-30 01:10:08 +00:00
dependencies = [
2024-03-29 09:19:45 +00:00
"bitflags 2.5.0",
2023-08-30 01:10:08 +00:00
"block",
"core-graphics-types",
"foreign-types",
2023-08-30 01:10:08 +00:00
"log",
"objc",
"paste",
]
[[package]]
name = "naga"
2024-05-04 23:18:56 +00:00
version = "0.20.0"
2023-08-30 01:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "e536ae46fcab0876853bd4a632ede5df4b1c2527a58f6c5a4150fe86be858231"
2023-08-30 01:10:08 +00:00
dependencies = [
2024-05-04 23:18:56 +00:00
"arrayvec",
2023-08-30 01:10:08 +00:00
"bit-set",
2024-03-29 09:19:45 +00:00
"bitflags 2.5.0",
2023-08-30 01:10:08 +00:00
"codespan-reporting",
"hexf-parse",
2023-10-27 06:58:27 +00:00
"indexmap",
2023-08-30 01:10:08 +00:00
"log",
2023-10-29 02:05:07 +00:00
"num-traits",
2023-08-30 01:10:08 +00:00
"rustc-hash",
"spirv",
"termcolor",
"thiserror",
"unicode-xid",
]
2023-07-21 07:08:50 +00:00
[[package]]
name = "ndk"
2024-05-04 23:18:56 +00:00
version = "0.9.0"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
2023-07-21 07:08:50 +00:00
dependencies = [
2024-03-29 09:19:45 +00:00
"bitflags 2.5.0",
2023-07-21 07:08:50 +00:00
"jni-sys",
"log",
2024-05-04 23:18:56 +00:00
"ndk-sys 0.6.0+11769913",
"num_enum",
"raw-window-handle",
2023-07-21 07:08:50 +00:00
"thiserror",
]
[[package]]
name = "ndk-context"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
[[package]]
name = "ndk-sys"
version = "0.5.0+25.2.9519653"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
2023-07-21 07:08:50 +00:00
dependencies = [
"jni-sys",
]
2024-05-04 23:18:56 +00:00
[[package]]
name = "ndk-sys"
version = "0.6.0+11769913"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
dependencies = [
"jni-sys",
]
2023-07-21 07:08:50 +00:00
[[package]]
name = "num-traits"
2024-05-04 23:18:56 +00:00
version = "0.2.19"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2023-07-21 07:08:50 +00:00
dependencies = [
"autocfg",
]
[[package]]
name = "num_enum"
2023-10-10 04:11:42 +00:00
version = "0.7.2"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-10 04:11:42 +00:00
checksum = "02339744ee7253741199f897151b38e72257d13802d4ee837285cc2990a90845"
2023-07-21 07:08:50 +00:00
dependencies = [
"num_enum_derive",
2023-07-21 07:08:50 +00:00
]
[[package]]
name = "num_enum_derive"
2023-10-10 04:11:42 +00:00
version = "0.7.2"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-10 04:11:42 +00:00
checksum = "681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b"
2023-07-21 07:08:50 +00:00
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
2024-05-04 23:18:56 +00:00
"syn 2.0.60",
2023-07-21 07:08:50 +00:00
]
2023-07-14 23:49:01 +00:00
[[package]]
name = "objc"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
dependencies = [
"malloc_buf",
]
2023-07-21 07:08:50 +00:00
[[package]]
name = "objc-sys"
2024-05-04 23:18:56 +00:00
version = "0.3.3"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "da284c198fb9b7b0603f8635185e85fbd5b64ee154b1ed406d489077de2d6d60"
2023-07-21 07:08:50 +00:00
[[package]]
name = "objc2"
2024-05-04 23:18:56 +00:00
version = "0.5.1"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "b4b25e1034d0e636cd84707ccdaa9f81243d399196b8a773946dcffec0401659"
2023-07-21 07:08:50 +00:00
dependencies = [
"objc-sys",
"objc2-encode",
]
2024-05-04 23:18:56 +00:00
[[package]]
name = "objc2-app-kit"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb79768a710a9a1798848179edb186d1af7e8a8679f369e4b8d201dd2a034047"
dependencies = [
"block2",
"objc2",
"objc2-core-data",
"objc2-foundation",
]
[[package]]
name = "objc2-core-data"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e092bc42eaf30a08844e6a076938c60751225ec81431ab89f5d1ccd9f958d6c"
dependencies = [
"block2",
"objc2",
"objc2-foundation",
]
2023-07-21 07:08:50 +00:00
[[package]]
name = "objc2-encode"
2024-05-04 23:18:56 +00:00
version = "4.0.1"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "88658da63e4cc2c8adb1262902cd6af51094df0488b760d6fd27194269c0950a"
2023-07-21 07:08:50 +00:00
2023-08-30 01:10:08 +00:00
[[package]]
2024-05-04 23:18:56 +00:00
name = "objc2-foundation"
version = "0.2.0"
2023-08-30 01:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "cfaefe14254871ea16c7d88968c0ff14ba554712a20d76421eec52f0a7fb8904"
2023-08-30 01:10:08 +00:00
dependencies = [
2024-05-04 23:18:56 +00:00
"block2",
"dispatch",
"objc2",
2023-08-30 01:10:08 +00:00
]
2023-07-14 23:49:01 +00:00
[[package]]
name = "once_cell"
2023-12-24 21:10:12 +00:00
version = "1.19.0"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-24 21:10:12 +00:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2023-07-14 23:49:01 +00:00
2023-07-21 07:08:50 +00:00
[[package]]
name = "orbclient"
2023-11-30 09:45:54 +00:00
version = "0.3.47"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-30 09:45:54 +00:00
checksum = "52f0d54bde9774d3a51dcf281a5def240c71996bc6ca05d2c847ec8b2b216166"
2023-07-21 07:08:50 +00:00
dependencies = [
2023-11-30 09:45:54 +00:00
"libredox",
2023-07-21 07:08:50 +00:00
]
[[package]]
name = "owned_ttf_parser"
2023-11-30 09:45:54 +00:00
version = "0.20.0"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-30 09:45:54 +00:00
checksum = "d4586edfe4c648c71797a74c84bacb32b52b212eff5dfe2bb9f2c599844023e7"
2023-07-21 07:08:50 +00:00
dependencies = [
"ttf-parser",
]
2024-02-14 05:56:57 +00:00
[[package]]
name = "owo-colors"
version = "3.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
2023-07-14 23:49:01 +00:00
[[package]]
name = "parking_lot"
2024-05-04 23:18:56 +00:00
version = "0.12.2"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb"
2023-07-14 23:49:01 +00:00
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
2023-07-21 07:08:50 +00:00
name = "parking_lot_core"
2024-05-04 23:18:56 +00:00
version = "0.9.10"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2023-07-21 07:08:50 +00:00
dependencies = [
"cfg-if",
"libc",
2024-05-04 23:18:56 +00:00
"redox_syscall 0.5.1",
2023-07-21 07:08:50 +00:00
"smallvec",
2024-05-04 23:18:56 +00:00
"windows-targets 0.52.5",
2023-07-21 07:08:50 +00:00
]
2023-08-30 01:10:08 +00:00
[[package]]
name = "paste"
version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
2023-07-21 07:08:50 +00:00
[[package]]
name = "percent-encoding"
2023-11-30 09:45:54 +00:00
version = "2.3.1"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-30 09:45:54 +00:00
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2023-07-21 07:08:50 +00:00
2024-05-04 23:18:56 +00:00
[[package]]
name = "pin-project"
version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.60",
]
2023-08-30 01:21:07 +00:00
[[package]]
name = "pin-project-lite"
2024-05-04 23:18:56 +00:00
version = "0.2.14"
2023-08-30 01:21:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
2023-08-30 01:21:07 +00:00
2023-07-21 07:08:50 +00:00
[[package]]
name = "pkg-config"
2024-03-02 21:16:46 +00:00
version = "0.3.30"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-02 21:16:46 +00:00
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
2023-07-21 07:08:50 +00:00
[[package]]
name = "polling"
2024-05-04 23:18:56 +00:00
version = "3.7.0"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "645493cf344456ef24219d02a768cf1fb92ddf8c92161679ae3d91b91a637be3"
2023-07-14 23:49:01 +00:00
dependencies = [
"cfg-if",
"concurrent-queue",
2024-03-29 09:19:45 +00:00
"hermit-abi",
"pin-project-lite",
"rustix",
"tracing",
2023-11-30 09:45:54 +00:00
"windows-sys 0.52.0",
2023-07-14 23:49:01 +00:00
]
2023-08-30 01:21:07 +00:00
[[package]]
name = "pollster"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2"
2023-09-06 00:45:19 +00:00
[[package]]
name = "ppv-lite86"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2023-10-27 06:58:27 +00:00
[[package]]
name = "presser"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
2023-07-14 23:49:01 +00:00
[[package]]
name = "proc-macro-crate"
version = "3.1.0"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
2023-07-14 23:49:01 +00:00
dependencies = [
"toml_edit",
]
[[package]]
name = "proc-macro2"
2024-05-04 23:18:56 +00:00
version = "1.0.81"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba"
2023-07-14 23:49:01 +00:00
dependencies = [
"unicode-ident",
]
2023-08-30 01:10:08 +00:00
[[package]]
name = "profiling"
2024-03-02 21:16:46 +00:00
version = "1.0.15"
2023-08-30 01:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-02 21:16:46 +00:00
checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58"
2023-09-06 00:45:19 +00:00
dependencies = [
"profiling-procmacros",
]
[[package]]
name = "profiling-procmacros"
2024-03-02 21:16:46 +00:00
version = "1.0.15"
2023-09-06 00:45:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-02 21:16:46 +00:00
checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd"
2023-09-06 00:45:19 +00:00
dependencies = [
"quote",
2024-05-04 23:18:56 +00:00
"syn 2.0.60",
]
[[package]]
name = "quick-xml"
2024-01-26 01:56:40 +00:00
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-26 01:56:40 +00:00
checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
dependencies = [
"memchr",
2023-09-06 00:45:19 +00:00
]
2023-08-30 01:10:08 +00:00
2023-07-14 23:49:01 +00:00
[[package]]
name = "quote"
2024-05-04 23:18:56 +00:00
version = "1.0.36"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
2023-07-14 23:49:01 +00:00
dependencies = [
"proc-macro2",
]
2023-09-06 00:45:19 +00:00
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
]
2023-08-30 01:10:08 +00:00
[[package]]
name = "range-alloc"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8a99fddc9f0ba0a85884b8d14e3592853e787d581ca1816c91349b10e4eeab"
[[package]]
name = "raw-window-handle"
2024-05-04 23:18:56 +00:00
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "8cc3bcbdb1ddfc11e700e62968e6b4cc9c75bb466464ad28fb61c5b2c964418b"
2023-09-06 00:45:19 +00:00
[[package]]
name = "rbx_binary"
version = "0.7.4"
2024-03-29 09:19:45 +00:00
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
checksum = "18b401155b93f7151217bf51e36bdfa7bddcaf5f0d26b563c9ac3b08a3701c27"
2023-09-06 00:45:19 +00:00
dependencies = [
"log",
"lz4",
"profiling",
"rbx_dom_weak",
"rbx_reflection",
"rbx_reflection_database",
"thiserror",
]
[[package]]
name = "rbx_dom_weak"
version = "2.7.0"
2024-03-29 09:19:45 +00:00
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
checksum = "850d0a6c8d22592b125c9a82f8654857a7aba10f061b930cc2b86438e54157f1"
2023-09-06 00:45:19 +00:00
dependencies = [
"rbx_types",
"serde",
]
2024-03-13 05:02:44 +00:00
[[package]]
name = "rbx_mesh"
2024-03-29 09:19:45 +00:00
version = "0.1.1"
2024-03-13 20:57:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 09:19:45 +00:00
checksum = "b9f5cad033f5b4e15d13176f1f15aa1c6b9f025ce6b7ae64a5ce00f97367f2d0"
2024-03-13 05:02:44 +00:00
dependencies = [
"binrw",
"lazy-regex",
]
2023-09-06 00:45:19 +00:00
[[package]]
name = "rbx_reflection"
version = "4.5.0"
2024-03-29 09:19:45 +00:00
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
checksum = "80d31f6675c27c9f60b2322feb5565f4a4389ccbb75de4e737915e9208f0831f"
2023-09-06 00:45:19 +00:00
dependencies = [
"rbx_types",
"serde",
"thiserror",
]
[[package]]
name = "rbx_reflection_database"
version = "0.2.10+roblox-607"
2024-03-29 09:19:45 +00:00
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
checksum = "f4da9f73ca317c158b922b757fe02317f7d3bc31d3f9fdb4a748d48b3951b8b8"
2023-09-06 00:45:19 +00:00
dependencies = [
"lazy_static",
"rbx_reflection",
"rmp-serde",
"serde",
]
[[package]]
name = "rbx_types"
version = "1.8.0"
2024-03-29 09:19:45 +00:00
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
checksum = "6d0d394018a8df53fcd91e990301fe6e47b94e15067edfcb019e6238ae60e8bb"
2023-09-06 00:45:19 +00:00
dependencies = [
"base64",
"bitflags 1.3.2",
"blake3",
"lazy_static",
"rand",
"serde",
"thiserror",
]
2023-09-26 21:26:05 +00:00
[[package]]
name = "rbx_xml"
version = "0.13.3"
2024-03-29 09:19:45 +00:00
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
checksum = "d6d1a15f58a1e4b4f578abe6eb5e1461cb16eea82fb4a147d5995c9b79f08d1f"
2023-09-26 21:26:05 +00:00
dependencies = [
"base64",
"log",
"rbx_dom_weak",
"rbx_reflection",
"rbx_reflection_database",
"xml-rs",
]
2023-07-14 23:49:01 +00:00
[[package]]
name = "redox_syscall"
2024-05-04 23:18:56 +00:00
version = "0.4.1"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
2023-07-14 23:49:01 +00:00
dependencies = [
2023-08-30 01:10:08 +00:00
"bitflags 1.3.2",
2023-07-14 23:49:01 +00:00
]
2023-10-27 06:58:27 +00:00
[[package]]
name = "redox_syscall"
2024-05-04 23:18:56 +00:00
version = "0.5.1"
2023-10-27 06:58:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e"
2023-10-27 06:58:27 +00:00
dependencies = [
2024-05-04 23:18:56 +00:00
"bitflags 2.5.0",
2023-10-27 06:58:27 +00:00
]
2023-08-30 01:21:07 +00:00
[[package]]
name = "regex"
2024-03-29 09:19:45 +00:00
version = "1.10.4"
2023-08-30 01:21:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 09:19:45 +00:00
checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
2023-08-30 01:21:07 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
2024-03-29 09:19:45 +00:00
version = "0.4.6"
2023-08-30 01:21:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 09:19:45 +00:00
checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
2023-08-30 01:21:07 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2024-03-29 09:19:45 +00:00
version = "0.8.3"
2023-08-30 01:21:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 09:19:45 +00:00
checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
2023-08-30 01:21:07 +00:00
2023-07-14 23:49:01 +00:00
[[package]]
2023-08-30 01:10:08 +00:00
name = "renderdoc-sys"
2024-03-02 21:16:46 +00:00
version = "1.1.0"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-02 21:16:46 +00:00
checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
2023-07-14 23:49:01 +00:00
2023-09-06 00:45:19 +00:00
[[package]]
name = "rmp"
2024-05-04 23:18:56 +00:00
version = "0.8.14"
2023-09-06 00:45:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
2023-09-06 00:45:19 +00:00
dependencies = [
2024-02-14 05:56:57 +00:00
"byteorder 1.5.0",
2023-10-29 02:05:07 +00:00
"num-traits",
2023-09-06 00:45:19 +00:00
"paste",
]
[[package]]
name = "rmp-serde"
2024-05-04 23:18:56 +00:00
version = "1.3.0"
2023-09-06 00:45:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "52e599a477cf9840e92f2cde9a7189e67b42c57532749bf90aea6ec10facd4db"
2023-09-06 00:45:19 +00:00
dependencies = [
2024-02-14 05:56:57 +00:00
"byteorder 1.5.0",
2023-09-06 00:45:19 +00:00
"rmp",
"serde",
]
2023-07-14 23:49:01 +00:00
[[package]]
2023-08-30 01:10:08 +00:00
name = "rustc-hash"
version = "1.1.0"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 01:10:08 +00:00
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2023-07-14 23:49:01 +00:00
2023-08-30 01:21:07 +00:00
[[package]]
name = "rustix"
2024-05-04 23:18:56 +00:00
version = "0.38.34"
2023-08-30 01:21:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
2023-08-30 01:21:07 +00:00
dependencies = [
2024-03-29 09:19:45 +00:00
"bitflags 2.5.0",
2023-08-30 01:21:07 +00:00
"errno",
"libc",
"linux-raw-sys",
2023-12-24 21:10:12 +00:00
"windows-sys 0.52.0",
2023-08-30 01:21:07 +00:00
]
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
2023-07-21 07:08:50 +00:00
[[package]]
name = "scoped-tls"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2023-07-14 23:49:01 +00:00
[[package]]
name = "scopeguard"
2023-08-30 01:10:08 +00:00
version = "1.2.0"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 01:10:08 +00:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2023-07-14 23:49:01 +00:00
2023-07-21 07:08:50 +00:00
[[package]]
name = "sctk-adwaita"
2024-05-04 23:18:56 +00:00
version = "0.9.0"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "7de61fa7334ee8ee1f5c3c58dcc414fb9361e7e8f5bff9d45f4d69eeb89a7169"
2023-07-21 07:08:50 +00:00
dependencies = [
"ab_glyph",
"log",
"memmap2",
"smithay-client-toolkit",
"tiny-skia",
]
2023-09-06 00:45:19 +00:00
[[package]]
name = "serde"
2024-05-04 23:18:56 +00:00
version = "1.0.200"
2023-09-06 00:45:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "ddc6f9cc94d67c0e21aaf7eda3a010fd3af78ebf6e096aa6e2e13c79749cce4f"
2023-09-06 00:45:19 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2024-05-04 23:18:56 +00:00
version = "1.0.200"
2023-09-06 00:45:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "856f046b9400cee3c8c94ed572ecdb752444c24528c035cd35882aad6f492bcb"
2023-09-06 00:45:19 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-05-04 23:18:56 +00:00
"syn 2.0.60",
2023-09-06 00:45:19 +00:00
]
2023-08-30 01:21:07 +00:00
[[package]]
name = "slab"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
dependencies = [
"autocfg",
]
2023-07-21 07:08:50 +00:00
[[package]]
name = "slotmap"
2023-12-24 21:10:12 +00:00
version = "1.0.7"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-24 21:10:12 +00:00
checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
2023-07-21 07:08:50 +00:00
dependencies = [
"version_check",
]
2023-07-14 23:49:01 +00:00
[[package]]
name = "smallvec"
2024-03-29 09:19:45 +00:00
version = "1.13.2"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 09:19:45 +00:00
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2023-07-14 23:49:01 +00:00
2023-07-21 07:08:50 +00:00
[[package]]
name = "smithay-client-toolkit"
2024-03-02 21:16:46 +00:00
version = "0.18.1"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-02 21:16:46 +00:00
checksum = "922fd3eeab3bd820d76537ce8f582b1cf951eceb5475c28500c7457d9d17f53a"
2023-07-21 07:08:50 +00:00
dependencies = [
2024-03-29 09:19:45 +00:00
"bitflags 2.5.0",
2023-07-21 07:08:50 +00:00
"calloop",
"calloop-wayland-source",
"cursor-icon",
"libc",
2023-07-21 07:08:50 +00:00
"log",
"memmap2",
"rustix",
"thiserror",
"wayland-backend",
2023-07-21 07:08:50 +00:00
"wayland-client",
"wayland-csd-frame",
2023-07-21 07:08:50 +00:00
"wayland-cursor",
"wayland-protocols",
"wayland-protocols-wlr",
"wayland-scanner",
"xkeysym",
]
[[package]]
name = "smol_str"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6845563ada680337a52d43bb0b29f396f2d911616f6573012645b9e3d048a49"
dependencies = [
"serde",
2023-07-21 07:08:50 +00:00
]
2023-08-30 01:10:08 +00:00
[[package]]
name = "spirv"
version = "0.3.0+sdk-1.3.268.0"
2023-08-30 01:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
2023-08-30 01:10:08 +00:00
dependencies = [
2024-03-29 09:19:45 +00:00
"bitflags 2.5.0",
2023-08-30 01:10:08 +00:00
]
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2023-07-14 23:49:01 +00:00
[[package]]
name = "strafe-client"
2024-02-17 04:03:15 +00:00
version = "0.9.5"
2023-07-14 23:49:01 +00:00
dependencies = [
2023-08-30 01:21:07 +00:00
"bytemuck",
2023-10-09 23:31:28 +00:00
"configparser",
2023-08-30 01:21:07 +00:00
"ddsfile",
"glam",
"id",
2023-10-04 09:04:01 +00:00
"parking_lot",
2023-08-30 01:21:07 +00:00
"pollster",
2024-02-14 05:56:57 +00:00
"strafesnet_bsp_loader",
2024-01-30 00:19:41 +00:00
"strafesnet_common",
2024-02-14 05:56:11 +00:00
"strafesnet_deferred_loader",
"strafesnet_rbx_loader",
2023-08-30 01:10:08 +00:00
"wgpu",
2023-07-21 07:08:50 +00:00
"winit",
2023-07-14 23:49:01 +00:00
]
2024-02-14 05:56:57 +00:00
[[package]]
name = "strafesnet_bsp_loader"
2024-03-29 09:19:45 +00:00
version = "0.1.1"
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
checksum = "fa4f0e59adc42910a08bdfeabbe8c8fdfd9295f999d642226214a3784eacf654"
2024-02-14 05:56:57 +00:00
dependencies = [
"glam",
"strafesnet_common",
"vbsp",
"vmdl",
]
2024-01-30 00:19:41 +00:00
[[package]]
name = "strafesnet_common"
2024-03-29 09:19:45 +00:00
version = "0.1.2"
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
checksum = "0704e795010e6ca97f3d3dd6c24e76bf2d23f91186e1807ad4c7cb84ba6b8239"
2024-01-30 00:19:41 +00:00
dependencies = [
2024-03-29 09:19:45 +00:00
"bitflags 2.5.0",
2024-01-30 00:19:41 +00:00
"glam",
"id",
]
[[package]]
2024-02-14 05:56:11 +00:00
name = "strafesnet_deferred_loader"
2024-02-15 07:19:15 +00:00
version = "0.3.0"
2024-03-29 09:19:45 +00:00
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
checksum = "737954ffff299d244b0267b8101092034935d98fff7694628dbe438151579c3a"
dependencies = [
"lazy-regex",
"strafesnet_common",
2024-02-15 07:19:15 +00:00
"vbsp",
]
[[package]]
2024-02-14 05:56:11 +00:00
name = "strafesnet_rbx_loader"
2024-03-13 20:57:21 +00:00
version = "0.3.0"
2024-03-29 09:19:45 +00:00
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
checksum = "d093481d64ce60837f8d2fbb512b935e5730932ed2aae90e94b3ba6112350176"
dependencies = [
2024-03-13 05:02:44 +00:00
"bytemuck",
2024-02-14 05:56:11 +00:00
"glam",
"lazy-regex",
2024-02-14 05:56:11 +00:00
"rbx_binary",
"rbx_dom_weak",
2024-03-13 05:02:44 +00:00
"rbx_mesh",
2024-02-14 05:56:11 +00:00
"rbx_reflection_database",
"rbx_xml",
"strafesnet_common",
2024-01-30 00:19:41 +00:00
]
2023-07-21 07:08:50 +00:00
[[package]]
name = "strict-num"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
2023-10-29 02:05:07 +00:00
[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2023-07-14 23:49:01 +00:00
[[package]]
name = "syn"
2024-05-04 23:18:56 +00:00
version = "2.0.60"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "909518bc7b1c9b779f1bbf07f2929d35af9f0f37e47c6e9ef7f9dddc1e1821f3"
2023-07-14 23:49:01 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2024-02-14 05:56:57 +00:00
[[package]]
name = "syn_util"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6754c4559b79657554e9d8a0d56e65e490c76d382b9c23108364ec4125dea23c"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
2023-07-21 07:08:50 +00:00
[[package]]
2023-08-30 01:10:08 +00:00
name = "termcolor"
version = "1.4.1"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
2023-07-21 07:08:50 +00:00
dependencies = [
2023-08-30 01:10:08 +00:00
"winapi-util",
2023-07-21 07:08:50 +00:00
]
[[package]]
2023-08-30 01:10:08 +00:00
name = "thiserror"
2024-05-04 23:18:56 +00:00
version = "1.0.59"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "f0126ad08bff79f29fc3ae6a55cc72352056dfff61e3ff8bb7129476d44b23aa"
2023-07-21 07:08:50 +00:00
dependencies = [
2023-08-30 01:10:08 +00:00
"thiserror-impl",
2023-07-21 07:08:50 +00:00
]
2023-07-14 23:49:01 +00:00
[[package]]
2023-08-30 01:10:08 +00:00
name = "thiserror-impl"
2024-05-04 23:18:56 +00:00
version = "1.0.59"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "d1cd413b5d558b4c5bf3680e324a6fa5014e7b7c067a51e69dbdf47eb7148b66"
2023-07-14 23:49:01 +00:00
dependencies = [
2023-08-30 01:10:08 +00:00
"proc-macro2",
"quote",
2024-05-04 23:18:56 +00:00
"syn 2.0.60",
2023-07-14 23:49:01 +00:00
]
2023-07-21 07:08:50 +00:00
[[package]]
name = "tiny-skia"
2024-03-02 21:16:46 +00:00
version = "0.11.4"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-02 21:16:46 +00:00
checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
2023-07-21 07:08:50 +00:00
dependencies = [
"arrayref",
"arrayvec",
"bytemuck",
"cfg-if",
"log",
2023-07-21 07:08:50 +00:00
"tiny-skia-path",
]
[[package]]
name = "tiny-skia-path"
2024-03-02 21:16:46 +00:00
version = "0.11.4"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-02 21:16:46 +00:00
checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
2023-07-21 07:08:50 +00:00
dependencies = [
"arrayref",
"bytemuck",
"strict-num",
]
2023-07-14 23:49:01 +00:00
[[package]]
name = "toml_datetime"
2023-10-10 04:11:42 +00:00
version = "0.6.5"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-10 04:11:42 +00:00
checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
2023-07-14 23:49:01 +00:00
[[package]]
name = "toml_edit"
2024-03-02 21:16:46 +00:00
version = "0.21.1"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-02 21:16:46 +00:00
checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
2023-07-14 23:49:01 +00:00
dependencies = [
2023-10-27 06:58:27 +00:00
"indexmap",
2023-07-14 23:49:01 +00:00
"toml_datetime",
"winnow",
]
[[package]]
name = "tracing"
version = "0.1.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
dependencies = [
"pin-project-lite",
2024-02-14 05:56:57 +00:00
"tracing-attributes",
"tracing-core",
]
2024-02-14 05:56:57 +00:00
[[package]]
name = "tracing-attributes"
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
dependencies = [
"proc-macro2",
"quote",
2024-05-04 23:18:56 +00:00
"syn 2.0.60",
2024-02-14 05:56:57 +00:00
]
[[package]]
name = "tracing-core"
version = "0.1.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2024-02-14 05:56:57 +00:00
dependencies = [
"once_cell",
]
2023-07-21 07:08:50 +00:00
[[package]]
name = "ttf-parser"
2023-11-30 09:45:54 +00:00
version = "0.20.0"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-30 09:45:54 +00:00
checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
2023-09-06 00:45:19 +00:00
2023-07-14 23:49:01 +00:00
[[package]]
name = "unicode-ident"
2023-10-27 06:58:27 +00:00
version = "1.0.12"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-27 06:58:27 +00:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2023-07-14 23:49:01 +00:00
[[package]]
name = "unicode-segmentation"
2024-03-02 21:16:46 +00:00
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-02 21:16:46 +00:00
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
2023-07-14 23:49:01 +00:00
[[package]]
2023-08-30 01:10:08 +00:00
name = "unicode-width"
2024-05-04 23:18:56 +00:00
version = "0.1.12"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6"
2023-07-14 23:49:01 +00:00
[[package]]
2023-08-30 01:10:08 +00:00
name = "unicode-xid"
version = "0.2.4"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 01:10:08 +00:00
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2023-07-14 23:49:01 +00:00
2024-02-14 05:56:57 +00:00
[[package]]
name = "vbsp"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9267540dab0c93bb5201c40ba3b2d027e2717bf355a8f9bf25377b06a5b32f6"
dependencies = [
"ahash",
"arrayvec",
"binrw",
2024-03-29 09:19:45 +00:00
"bitflags 2.5.0",
2024-02-14 05:56:57 +00:00
"bv",
"cgmath",
"itertools",
"lzma-rs",
"num_enum",
"static_assertions",
"thiserror",
"vbsp-derive",
"zip-lzma",
]
[[package]]
name = "vbsp-derive"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ade687fadf34b1b7502387fc9eb7b4032ddc9b93022d31356e9984c957abaad"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
"syn_util",
]
2023-07-21 07:08:50 +00:00
[[package]]
2023-08-30 01:10:08 +00:00
name = "version_check"
version = "0.9.4"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 01:10:08 +00:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2023-07-21 07:08:50 +00:00
2024-02-14 05:56:57 +00:00
[[package]]
name = "vmdl"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "892922743c4c107372331efd8f67c57282590f8c18c26b4465c4b0e1e6678664"
dependencies = [
"arrayvec",
2024-03-29 09:19:45 +00:00
"bitflags 2.5.0",
2024-02-14 05:56:57 +00:00
"bytemuck",
"cgmath",
"itertools",
"static_assertions",
"thiserror",
"tracing",
]
2023-08-30 01:21:07 +00:00
[[package]]
name = "walkdir"
2024-03-02 21:16:46 +00:00
version = "2.5.0"
2023-08-30 01:21:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-02 21:16:46 +00:00
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
dependencies = [
"same-file",
"winapi-util",
]
2023-08-30 01:21:07 +00:00
2023-07-14 23:49:01 +00:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2023-07-21 07:08:50 +00:00
[[package]]
name = "wasm-bindgen"
2024-03-29 09:19:45 +00:00
version = "0.2.92"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 09:19:45 +00:00
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
2023-07-21 07:08:50 +00:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2024-03-29 09:19:45 +00:00
version = "0.2.92"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 09:19:45 +00:00
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
2023-07-21 07:08:50 +00:00
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
2024-05-04 23:18:56 +00:00
"syn 2.0.60",
2023-07-21 07:08:50 +00:00
"wasm-bindgen-shared",
]
2023-08-30 01:10:08 +00:00
[[package]]
name = "wasm-bindgen-futures"
2024-03-29 09:19:45 +00:00
version = "0.4.42"
2023-08-30 01:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 09:19:45 +00:00
checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
2023-08-30 01:10:08 +00:00
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
2023-07-21 07:08:50 +00:00
[[package]]
name = "wasm-bindgen-macro"
2024-03-29 09:19:45 +00:00
version = "0.2.92"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 09:19:45 +00:00
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
2023-07-21 07:08:50 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2024-03-29 09:19:45 +00:00
version = "0.2.92"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 09:19:45 +00:00
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
2023-07-21 07:08:50 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-05-04 23:18:56 +00:00
"syn 2.0.60",
2023-07-21 07:08:50 +00:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2024-03-29 09:19:45 +00:00
version = "0.2.92"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 09:19:45 +00:00
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
2023-07-21 07:08:50 +00:00
[[package]]
name = "wayland-backend"
2024-01-26 01:56:40 +00:00
version = "0.3.3"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-26 01:56:40 +00:00
checksum = "9d50fa61ce90d76474c87f5fc002828d81b32677340112b4ef08079a9d459a40"
2023-07-21 07:08:50 +00:00
dependencies = [
"cc",
2023-07-21 07:08:50 +00:00
"downcast-rs",
2024-01-26 01:56:40 +00:00
"rustix",
2023-07-21 07:08:50 +00:00
"scoped-tls",
"smallvec",
2023-07-21 07:08:50 +00:00
"wayland-sys",
]
[[package]]
name = "wayland-client"
2024-01-26 01:56:40 +00:00
version = "0.31.2"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-26 01:56:40 +00:00
checksum = "82fb96ee935c2cea6668ccb470fb7771f6215d1691746c2d896b447a00ad3f1f"
2023-07-21 07:08:50 +00:00
dependencies = [
2024-03-29 09:19:45 +00:00
"bitflags 2.5.0",
2024-01-26 01:56:40 +00:00
"rustix",
"wayland-backend",
"wayland-scanner",
]
[[package]]
name = "wayland-csd-frame"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e"
dependencies = [
2024-03-29 09:19:45 +00:00
"bitflags 2.5.0",
"cursor-icon",
"wayland-backend",
2023-07-21 07:08:50 +00:00
]
[[package]]
name = "wayland-cursor"
2024-01-26 01:56:40 +00:00
version = "0.31.1"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-26 01:56:40 +00:00
checksum = "71ce5fa868dd13d11a0d04c5e2e65726d0897be8de247c0c5a65886e283231ba"
2023-07-21 07:08:50 +00:00
dependencies = [
2024-01-26 01:56:40 +00:00
"rustix",
2023-07-21 07:08:50 +00:00
"wayland-client",
"xcursor",
]
[[package]]
name = "wayland-protocols"
2024-01-26 01:56:40 +00:00
version = "0.31.2"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-26 01:56:40 +00:00
checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
2023-07-21 07:08:50 +00:00
dependencies = [
2024-03-29 09:19:45 +00:00
"bitflags 2.5.0",
"wayland-backend",
"wayland-client",
"wayland-scanner",
]
[[package]]
name = "wayland-protocols-plasma"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
dependencies = [
2024-03-29 09:19:45 +00:00
"bitflags 2.5.0",
"wayland-backend",
"wayland-client",
"wayland-protocols",
"wayland-scanner",
]
[[package]]
name = "wayland-protocols-wlr"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad1f61b76b6c2d8742e10f9ba5c3737f6530b4c243132c2a2ccc8aa96fe25cd6"
dependencies = [
2024-03-29 09:19:45 +00:00
"bitflags 2.5.0",
"wayland-backend",
2023-07-21 07:08:50 +00:00
"wayland-client",
"wayland-protocols",
2023-07-21 07:08:50 +00:00
"wayland-scanner",
]
[[package]]
name = "wayland-scanner"
2024-01-26 01:56:40 +00:00
version = "0.31.1"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-26 01:56:40 +00:00
checksum = "63b3a62929287001986fb58c789dce9b67604a397c15c611ad9f747300b6c283"
2023-07-21 07:08:50 +00:00
dependencies = [
"proc-macro2",
"quick-xml",
2023-07-21 07:08:50 +00:00
"quote",
]
[[package]]
name = "wayland-sys"
version = "0.31.1"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af"
2023-07-21 07:08:50 +00:00
dependencies = [
"dlib",
"log",
"once_cell",
2023-07-21 07:08:50 +00:00
"pkg-config",
]
[[package]]
name = "web-sys"
2024-03-29 09:19:45 +00:00
version = "0.3.69"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 09:19:45 +00:00
checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
2023-07-21 07:08:50 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "web-time"
2024-05-04 23:18:56 +00:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
dependencies = [
"js-sys",
"wasm-bindgen",
]
2023-08-30 01:10:08 +00:00
[[package]]
name = "wgpu"
2024-05-04 23:18:56 +00:00
version = "0.20.0"
2023-08-30 01:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "32ff1bfee408e1028e2e3acbf6d32d98b08a5a059ccbf5f33305534453ba5d3e"
2023-08-30 01:10:08 +00:00
dependencies = [
"arrayvec",
"cfg-if",
2024-05-04 23:18:56 +00:00
"cfg_aliases 0.1.1",
"document-features",
2023-08-30 01:10:08 +00:00
"js-sys",
"log",
"naga",
"parking_lot",
"profiling",
"raw-window-handle",
2023-08-30 01:10:08 +00:00
"smallvec",
"static_assertions",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"wgpu-core",
"wgpu-hal",
"wgpu-types",
]
[[package]]
name = "wgpu-core"
2024-05-04 23:18:56 +00:00
version = "0.20.0"
2023-08-30 01:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "ac6a86eaa5e763e59c73cf9e97d55fffd4dfda69fd8bda19589fcf851ddfef1f"
2023-08-30 01:10:08 +00:00
dependencies = [
"arrayvec",
"bit-vec",
2024-03-29 09:19:45 +00:00
"bitflags 2.5.0",
2024-05-04 23:18:56 +00:00
"cfg_aliases 0.1.1",
2023-08-30 01:10:08 +00:00
"codespan-reporting",
2024-05-04 23:18:56 +00:00
"document-features",
"indexmap",
2023-08-30 01:10:08 +00:00
"log",
"naga",
"once_cell",
2023-08-30 01:10:08 +00:00
"parking_lot",
"profiling",
"raw-window-handle",
2023-08-30 01:10:08 +00:00
"rustc-hash",
"smallvec",
"thiserror",
"web-sys",
"wgpu-hal",
"wgpu-types",
]
[[package]]
name = "wgpu-hal"
2024-05-04 23:18:56 +00:00
version = "0.20.0"
2023-08-30 01:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "4d71c8ae05170583049b65ee562fd839fdc0b3e9ddb84f4e40c9d5f8ea0d4c8c"
2023-08-30 01:10:08 +00:00
dependencies = [
"android_system_properties",
"arrayvec",
"ash",
"bit-set",
2024-03-29 09:19:45 +00:00
"bitflags 2.5.0",
2023-08-30 01:10:08 +00:00
"block",
2024-05-04 23:18:56 +00:00
"cfg_aliases 0.1.1",
2023-08-30 01:10:08 +00:00
"core-graphics-types",
"d3d12",
"glow",
2023-10-27 06:58:27 +00:00
"glutin_wgl_sys",
2023-08-30 01:10:08 +00:00
"gpu-alloc",
"gpu-allocator",
"gpu-descriptor",
"hassle-rs",
"js-sys",
"khronos-egl",
"libc",
2024-03-29 09:19:45 +00:00
"libloading 0.8.3",
2023-08-30 01:10:08 +00:00
"log",
"metal",
"naga",
2024-05-04 23:18:56 +00:00
"ndk-sys 0.5.0+25.2.9519653",
2023-08-30 01:10:08 +00:00
"objc",
2023-10-27 06:58:27 +00:00
"once_cell",
2023-08-30 01:10:08 +00:00
"parking_lot",
"profiling",
"range-alloc",
"raw-window-handle",
2023-08-30 01:10:08 +00:00
"renderdoc-sys",
"rustc-hash",
"smallvec",
"thiserror",
"wasm-bindgen",
"web-sys",
"wgpu-types",
"winapi",
]
[[package]]
name = "wgpu-types"
2024-05-04 23:18:56 +00:00
version = "0.20.0"
2023-08-30 01:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "1353d9a46bff7f955a680577f34c69122628cc2076e1d6f3a9be6ef00ae793ef"
2023-08-30 01:10:08 +00:00
dependencies = [
2024-03-29 09:19:45 +00:00
"bitflags 2.5.0",
2023-08-30 01:10:08 +00:00
"js-sys",
"web-sys",
]
[[package]]
name = "widestring"
2024-05-04 23:18:56 +00:00
version = "1.1.0"
2023-08-30 01:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311"
2023-08-30 01:10:08 +00:00
2023-07-14 23:49:01 +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"
2023-08-30 01:10:08 +00:00
[[package]]
name = "winapi-util"
2024-05-04 23:18:56 +00:00
version = "0.1.8"
2023-08-30 01:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
2023-08-30 01:10:08 +00:00
dependencies = [
2024-05-04 23:18:56 +00:00
"windows-sys 0.52.0",
2023-08-30 01:10:08 +00:00
]
2023-07-14 23:49:01 +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"
2023-08-30 01:10:08 +00:00
[[package]]
name = "windows"
version = "0.52.0"
2023-08-30 01:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
2023-08-30 01:10:08 +00:00
dependencies = [
2023-10-27 06:58:27 +00:00
"windows-core",
2024-05-04 23:18:56 +00:00
"windows-targets 0.52.5",
2023-10-27 06:58:27 +00:00
]
[[package]]
name = "windows-core"
version = "0.52.0"
2023-10-27 06:58:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
2023-10-27 06:58:27 +00:00
dependencies = [
2024-05-04 23:18:56 +00:00
"windows-targets 0.52.5",
2023-08-30 01:10:08 +00:00
]
2023-07-21 07:08:50 +00:00
[[package]]
name = "windows-sys"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
"windows-targets 0.42.2",
]
2023-11-30 09:45:54 +00:00
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
2024-05-04 23:18:56 +00:00
"windows-targets 0.52.5",
2023-11-30 09:45:54 +00:00
]
2023-07-21 07:08:50 +00:00
[[package]]
name = "windows-targets"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
dependencies = [
"windows_aarch64_gnullvm 0.42.2",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
"windows_x86_64_msvc 0.42.2",
]
2023-07-14 23:49:01 +00:00
[[package]]
name = "windows-targets"
2023-08-30 01:10:08 +00:00
version = "0.48.5"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 01:10:08 +00:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2023-07-14 23:49:01 +00:00
dependencies = [
2023-08-30 01:10:08 +00:00
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
2023-07-14 23:49:01 +00:00
]
2023-11-30 09:45:54 +00:00
[[package]]
name = "windows-targets"
2024-05-04 23:18:56 +00:00
version = "0.52.5"
2023-11-30 09:45:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
2023-11-30 09:45:54 +00:00
dependencies = [
2024-05-04 23:18:56 +00:00
"windows_aarch64_gnullvm 0.52.5",
"windows_aarch64_msvc 0.52.5",
"windows_i686_gnu 0.52.5",
"windows_i686_gnullvm",
"windows_i686_msvc 0.52.5",
"windows_x86_64_gnu 0.52.5",
"windows_x86_64_gnullvm 0.52.5",
"windows_x86_64_msvc 0.52.5",
2023-11-30 09:45:54 +00:00
]
2023-07-21 07:08:50 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2023-07-14 23:49:01 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
2023-08-30 01:10:08 +00:00
version = "0.48.5"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 01:10:08 +00:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2023-07-14 23:49:01 +00:00
2023-11-30 09:45:54 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
2024-05-04 23:18:56 +00:00
version = "0.52.5"
2023-11-30 09:45:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
2023-11-30 09:45:54 +00:00
2023-07-21 07:08:50 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2023-07-14 23:49:01 +00:00
[[package]]
name = "windows_aarch64_msvc"
2023-08-30 01:10:08 +00:00
version = "0.48.5"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 01:10:08 +00:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2023-07-14 23:49:01 +00:00
2023-11-30 09:45:54 +00:00
[[package]]
name = "windows_aarch64_msvc"
2024-05-04 23:18:56 +00:00
version = "0.52.5"
2023-11-30 09:45:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
2023-11-30 09:45:54 +00:00
2023-07-21 07:08:50 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2023-07-14 23:49:01 +00:00
[[package]]
name = "windows_i686_gnu"
2023-08-30 01:10:08 +00:00
version = "0.48.5"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 01:10:08 +00:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2023-07-14 23:49:01 +00:00
2023-11-30 09:45:54 +00:00
[[package]]
name = "windows_i686_gnu"
2024-05-04 23:18:56 +00:00
version = "0.52.5"
2023-11-30 09:45:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
2023-11-30 09:45:54 +00:00
2023-07-21 07:08:50 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2023-07-14 23:49:01 +00:00
[[package]]
name = "windows_i686_msvc"
2023-08-30 01:10:08 +00:00
version = "0.48.5"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 01:10:08 +00:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2023-07-14 23:49:01 +00:00
2023-11-30 09:45:54 +00:00
[[package]]
name = "windows_i686_msvc"
2024-05-04 23:18:56 +00:00
version = "0.52.5"
2023-11-30 09:45:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
2023-11-30 09:45:54 +00:00
2023-07-21 07:08:50 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2023-07-14 23:49:01 +00:00
[[package]]
name = "windows_x86_64_gnu"
2023-08-30 01:10:08 +00:00
version = "0.48.5"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 01:10:08 +00:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2023-07-14 23:49:01 +00:00
2023-11-30 09:45:54 +00:00
[[package]]
name = "windows_x86_64_gnu"
2024-05-04 23:18:56 +00:00
version = "0.52.5"
2023-11-30 09:45:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
2023-11-30 09:45:54 +00:00
2023-07-21 07:08:50 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2023-07-14 23:49:01 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-08-30 01:10:08 +00:00
version = "0.48.5"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 01:10:08 +00:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2023-07-14 23:49:01 +00:00
2023-11-30 09:45:54 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
2024-05-04 23:18:56 +00:00
version = "0.52.5"
2023-11-30 09:45:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
2023-11-30 09:45:54 +00:00
2023-07-21 07:08:50 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2023-07-14 23:49:01 +00:00
[[package]]
name = "windows_x86_64_msvc"
2023-08-30 01:10:08 +00:00
version = "0.48.5"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 01:10:08 +00:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2023-07-14 23:49:01 +00:00
2023-11-30 09:45:54 +00:00
[[package]]
name = "windows_x86_64_msvc"
2024-05-04 23:18:56 +00:00
version = "0.52.5"
2023-11-30 09:45:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
2023-11-30 09:45:54 +00:00
2023-07-21 07:08:50 +00:00
[[package]]
name = "winit"
2024-05-04 23:18:56 +00:00
version = "0.30.0"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "ea9e6d5d66cbf702e0dd820302144f51b69a95acdc495dd98ca280ff206562b1"
2023-07-21 07:08:50 +00:00
dependencies = [
2023-10-27 06:58:27 +00:00
"ahash",
2023-07-21 07:08:50 +00:00
"android-activity",
"atomic-waker",
2024-03-29 09:19:45 +00:00
"bitflags 2.5.0",
"bytemuck",
"calloop",
2024-05-04 23:18:56 +00:00
"cfg_aliases 0.2.0",
"concurrent-queue",
2023-07-21 07:08:50 +00:00
"core-foundation",
"core-graphics",
"cursor-icon",
2024-05-04 23:18:56 +00:00
"dpi",
"js-sys",
2023-07-21 07:08:50 +00:00
"libc",
"memmap2",
2023-07-21 07:08:50 +00:00
"ndk",
"objc2",
2024-05-04 23:18:56 +00:00
"objc2-app-kit",
"objc2-foundation",
2023-07-21 07:08:50 +00:00
"orbclient",
"percent-encoding",
2024-05-04 23:18:56 +00:00
"pin-project",
"raw-window-handle",
2024-05-04 23:18:56 +00:00
"redox_syscall 0.4.1",
"rustix",
2023-07-21 07:08:50 +00:00
"sctk-adwaita",
"smithay-client-toolkit",
"smol_str",
2024-05-04 23:18:56 +00:00
"tracing",
"unicode-segmentation",
2023-07-21 07:08:50 +00:00
"wasm-bindgen",
"wasm-bindgen-futures",
"wayland-backend",
2023-07-21 07:08:50 +00:00
"wayland-client",
"wayland-protocols",
"wayland-protocols-plasma",
2023-07-21 07:08:50 +00:00
"web-sys",
"web-time",
2024-05-04 23:18:56 +00:00
"windows-sys 0.52.0",
2023-07-21 07:08:50 +00:00
"x11-dl",
"x11rb",
"xkbcommon-dl",
2023-07-21 07:08:50 +00:00
]
2023-07-14 23:49:01 +00:00
[[package]]
name = "winnow"
2024-03-02 21:16:46 +00:00
version = "0.5.40"
2023-07-14 23:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-02 21:16:46 +00:00
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
2023-07-14 23:49:01 +00:00
dependencies = [
"memchr",
]
2023-07-21 07:08:50 +00:00
[[package]]
name = "x11-dl"
version = "2.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
dependencies = [
"libc",
"once_cell",
"pkg-config",
]
[[package]]
name = "x11rb"
2024-05-04 23:18:56 +00:00
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
dependencies = [
"as-raw-xcb-connection",
"gethostname",
"libc",
2024-03-29 09:19:45 +00:00
"libloading 0.8.3",
"once_cell",
2023-12-24 21:10:12 +00:00
"rustix",
"x11rb-protocol",
]
[[package]]
name = "x11rb-protocol"
2024-05-04 23:18:56 +00:00
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
2023-07-21 07:08:50 +00:00
[[package]]
name = "xcursor"
2023-12-24 21:10:12 +00:00
version = "0.3.5"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-24 21:10:12 +00:00
checksum = "6a0ccd7b4a5345edfcd0c3535718a4e9ff7798ffc536bb5b5a0e26ff84732911"
2023-07-21 07:08:50 +00:00
[[package]]
name = "xkbcommon-dl"
2024-03-02 21:16:46 +00:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-02 21:16:46 +00:00
checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5"
dependencies = [
2024-03-29 09:19:45 +00:00
"bitflags 2.5.0",
"dlib",
"log",
"once_cell",
"xkeysym",
]
[[package]]
name = "xkeysym"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "054a8e68b76250b253f671d1268cb7f1ae089ec35e195b2efb2a4e9a836d0621"
2023-07-14 23:49:01 +00:00
[[package]]
name = "xml-rs"
2024-05-04 23:18:56 +00:00
version = "0.8.20"
2023-07-21 07:08:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "791978798f0597cfc70478424c2b4fdc2b7a8024aaff78497ef00f24ef674193"
[[package]]
name = "zerocopy"
2024-05-04 23:18:56 +00:00
version = "0.7.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "087eca3c1eaf8c47b94d02790dd086cd594b912d2043d4de4bfdd466b3befb7c"
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
2024-05-04 23:18:56 +00:00
version = "0.7.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 23:18:56 +00:00
checksum = "6f4b6c273f496d8fd4eaf18853e6b448760225dc030ff2c485a786859aea6393"
dependencies = [
"proc-macro2",
"quote",
2024-05-04 23:18:56 +00:00
"syn 2.0.60",
2023-10-10 04:11:42 +00:00
]
2024-02-14 05:56:57 +00:00
[[package]]
name = "zip-lzma"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b480cb31fccfb2786565c0e0712865fd6f1ea0ea850c50316f643c3948196e63"
dependencies = [
"byteorder 1.5.0",
"crc32fast",
"crossbeam-utils",
"lzma",
]