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"
|
2023-11-30 09:45:54 +00:00
|
|
|
version = "0.2.23"
|
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 = "80179d7dd5d7e8c285d67c4a1e652972a92de7475beddfb92028c76463b13225"
|
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"
|
2023-10-10 04:11:42 +00:00
|
|
|
version = "0.8.7"
|
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 = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01"
|
2023-10-19 00:17:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"getrandom",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
"zerocopy",
|
|
|
|
]
|
|
|
|
|
2023-10-27 06:58:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "allocator-api2"
|
|
|
|
version = "0.2.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
|
|
|
|
|
2023-07-21 07:08:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "android-activity"
|
2023-12-24 21:10:12 +00:00
|
|
|
version = "0.5.1"
|
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 = "39b801912a977c3fd52d80511fe1c0c8480c6f957f21ae2ce1b92ffe970cf4b9"
|
2023-07-21 07:08:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"android-properties",
|
2024-01-18 22:26:08 +00:00
|
|
|
"bitflags 2.4.2",
|
2023-07-21 07:08:50 +00:00
|
|
|
"cc",
|
2023-10-19 00:17:21 +00:00
|
|
|
"cesu8",
|
|
|
|
"jni",
|
2023-07-21 07:08:50 +00:00
|
|
|
"jni-sys",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"ndk",
|
|
|
|
"ndk-context",
|
|
|
|
"ndk-sys",
|
2023-10-19 00:17:21 +00:00
|
|
|
"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
|
|
|
]
|
|
|
|
|
2023-10-10 04:11:42 +00:00
|
|
|
[[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"
|
|
|
|
|
2023-10-19 00:17:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "as-raw-xcb-connection"
|
2023-12-24 21:10:12 +00:00
|
|
|
version = "1.0.1"
|
2023-10-19 00:17:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 21:10:12 +00:00
|
|
|
checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
|
2023-10-19 00:17:21 +00:00
|
|
|
|
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]]
|
2023-10-19 00:17:21 +00:00
|
|
|
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"
|
2023-10-19 00:17:21 +00:00
|
|
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
2023-08-30 01:21:07 +00:00
|
|
|
|
2023-07-14 23:49:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
2023-10-10 04:11:42 +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-01-18 22:26:08 +00:00
|
|
|
version = "2.4.2"
|
2023-08-30 01:10:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 22:26:08 +00:00
|
|
|
checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
|
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 = "block-sys"
|
2023-10-10 04:11:42 +00:00
|
|
|
version = "0.2.1"
|
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 = "ae85a0696e7ea3b835a453750bf002770776609115e6d25c6d2ff28a8200f7e7"
|
2023-07-21 07:08:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"objc-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block2"
|
2023-10-19 00:17:21 +00:00
|
|
|
version = "0.3.0"
|
2023-07-21 07:08:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 00:17:21 +00:00
|
|
|
checksum = "15b55663a85f33501257357e6421bb33e769d5c9ffb5ba0921c975a123e35e68"
|
2023-07-21 07:08:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"block-sys",
|
2023-10-19 00:17:21 +00:00
|
|
|
"objc2",
|
2023-07-21 07:08:50 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-10-27 06:58:27 +00:00
|
|
|
version = "3.14.0"
|
2023-07-21 07:08:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-27 06:58:27 +00:00
|
|
|
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
|
2023-07-21 07:08:50 +00:00
|
|
|
|
2023-07-14 23:49:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2024-01-26 01:56:40 +00:00
|
|
|
version = "1.14.1"
|
2023-07-14 23:49:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 01:56:40 +00:00
|
|
|
checksum = "ed2490600f404f2b94c167e31d3ed1d5f3c225a0f3b80230053b3e0b7b962bd9"
|
2023-08-30 01:21:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytemuck_derive"
|
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 = "965ab7eb5f8f97d2a083c799f3a1b994fc397b2fe2da5d1da1626ce15a39f2b1"
|
2023-08-30 01:21:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-10 04:11:42 +00:00
|
|
|
"syn 2.0.48",
|
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
|
|
|
|
2023-10-19 00:17:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
|
|
|
|
|
2023-07-21 07:08:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "calloop"
|
2024-01-18 22:26:08 +00:00
|
|
|
version = "0.12.4"
|
2023-07-21 07:08:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 22:26:08 +00:00
|
|
|
checksum = "fba7adb4dd5aa98e5553510223000e7148f621165ec5f9acd7113f6ca4995298"
|
2023-07-21 07:08:50 +00:00
|
|
|
dependencies = [
|
2024-01-18 22:26:08 +00:00
|
|
|
"bitflags 2.4.2",
|
2023-07-21 07:08:50 +00:00
|
|
|
"log",
|
2023-10-19 00:17:21 +00:00
|
|
|
"polling",
|
|
|
|
"rustix",
|
|
|
|
"slab",
|
2023-07-21 07:08:50 +00:00
|
|
|
"thiserror",
|
2023-10-19 00:17:21 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "calloop-wayland-source"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0f0ea9b9476c7fad82841a8dbb380e2eae480c21910feba80725b46931ed8f02"
|
|
|
|
dependencies = [
|
|
|
|
"calloop",
|
|
|
|
"rustix",
|
|
|
|
"wayland-backend",
|
|
|
|
"wayland-client",
|
2023-07-21 07:08:50 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-08-30 01:10:08 +00:00
|
|
|
version = "1.0.83"
|
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 = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
2023-07-21 07:08:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
2023-08-30 01:10:08 +00:00
|
|
|
"libc",
|
2023-07-21 07:08:50 +00:00
|
|
|
]
|
|
|
|
|
2023-10-19 00:17:21 +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"
|
|
|
|
|
|
|
|
[[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]]
|
2024-01-18 22:26:08 +00:00
|
|
|
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"
|
2024-01-18 22:26:08 +00:00
|
|
|
checksum = "ad899a1087a9296d5644792d7cb72b8e34c1bec8e7d4fbc002230169a6e8710c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
2023-07-21 07:08:50 +00:00
|
|
|
|
2023-10-19 00:17:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "combine"
|
|
|
|
version = "4.6.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-08-30 01:21:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
2023-12-24 21:10:12 +00:00
|
|
|
version = "2.4.0"
|
2023-08-30 01:21:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 21:10:12 +00:00
|
|
|
checksum = "d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363"
|
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-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"
|
2023-10-19 00:17:21 +00:00
|
|
|
version = "0.23.1"
|
2023-07-21 07:08:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 00:17:21 +00:00
|
|
|
checksum = "970a29baf4110c26fedbc7f82107d42c23f7e88e404c4577ed73fe99ff85a212"
|
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",
|
2023-10-19 00:17:21 +00:00
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2023-10-19 00:17:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cursor-icon"
|
2023-11-30 09:45:54 +00:00
|
|
|
version = "1.1.0"
|
2023-10-19 00:17:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 09:45:54 +00:00
|
|
|
checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
|
2023-10-19 00:17:21 +00:00
|
|
|
|
2023-07-14 23:49:01 +00:00
|
|
|
[[package]]
|
2023-08-30 01:10:08 +00:00
|
|
|
name = "d3d12"
|
2024-01-18 22:26:08 +00:00
|
|
|
version = "0.19.0"
|
2023-07-14 23:49:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 22:26:08 +00:00
|
|
|
checksum = "3e3d747f100290a1ca24b752186f61f6637e1deffe3bf6320de6fcb29510a307"
|
2023-07-14 23:49:01 +00:00
|
|
|
dependencies = [
|
2024-01-18 22:26:08 +00:00
|
|
|
"bitflags 2.4.2",
|
2023-10-27 06:58:27 +00:00
|
|
|
"libloading 0.8.1",
|
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-01-18 22:26:08 +00:00
|
|
|
"bitflags 2.4.2",
|
2024-01-31 01:43:48 +00:00
|
|
|
"byteorder",
|
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 = [
|
2023-10-27 06:58:27 +00:00
|
|
|
"libloading 0.8.1",
|
2023-07-21 07:08:50 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "downcast-rs"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
|
|
|
|
|
2023-10-10 04:11:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
|
|
|
version = "1.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
|
|
|
|
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
|
|
|
]
|
|
|
|
|
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",
|
2023-10-19 00:17:21 +00:00
|
|
|
"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",
|
2023-10-10 04:11:42 +00:00
|
|
|
"syn 2.0.48",
|
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"
|
|
|
|
|
2023-10-19 00:17:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gethostname"
|
2023-12-24 21:10:12 +00:00
|
|
|
version = "0.4.3"
|
2023-10-19 00:17:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 21:10:12 +00:00
|
|
|
checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
|
2023-10-19 00:17:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-12-24 21:10:12 +00:00
|
|
|
"windows-targets 0.48.5",
|
2023-10-19 00:17:21 +00:00
|
|
|
]
|
|
|
|
|
2023-07-14 23:49:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2023-10-10 04:11:42 +00:00
|
|
|
version = "0.2.12"
|
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 = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
|
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"
|
2024-01-18 22:26:08 +00:00
|
|
|
version = "0.13.1"
|
2023-07-14 23:49:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 22:26:08 +00:00
|
|
|
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-01-18 22:26:08 +00:00
|
|
|
"bitflags 2.4.2",
|
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-01-18 22:26:08 +00:00
|
|
|
"bitflags 2.4.2",
|
2023-08-30 01:10:08 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gpu-allocator"
|
2024-01-18 22:26:08 +00:00
|
|
|
version = "0.25.0"
|
2023-08-30 01:10:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 22:26:08 +00:00
|
|
|
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"
|
2023-10-27 06:58:27 +00:00
|
|
|
version = "0.2.4"
|
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 = "cc11df1ace8e7e564511f53af41f3e42ddc95b56fd07b3f4445d2a6048bc682c"
|
2023-08-30 01:10:08 +00:00
|
|
|
dependencies = [
|
2024-01-18 22:26:08 +00:00
|
|
|
"bitflags 2.4.2",
|
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"
|
2023-10-27 06:58:27 +00:00
|
|
|
version = "0.1.2"
|
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 = "6bf0b36e6f090b7e1d8a4b49c0cb81c1f8376f72198c65dd3ad9ff3556b8b78c"
|
2023-08-30 01:10:08 +00:00
|
|
|
dependencies = [
|
2024-01-18 22:26:08 +00:00
|
|
|
"bitflags 2.4.2",
|
2023-07-14 23:49:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2023-11-30 09:45:54 +00:00
|
|
|
version = "0.14.3"
|
2023-07-14 23:49:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 09:45:54 +00:00
|
|
|
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
|
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"
|
2024-01-18 22:26:08 +00:00
|
|
|
version = "0.11.0"
|
2023-07-14 23:49:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 22:26:08 +00:00
|
|
|
checksum = "af2a7e73e1f34c48da31fb668a907f250794837e08faa144fd24f0b8b741e890"
|
2023-08-30 01:10:08 +00:00
|
|
|
dependencies = [
|
2024-01-18 22:26:08 +00:00
|
|
|
"bitflags 2.4.2",
|
|
|
|
"com",
|
2023-08-30 01:10:08 +00:00
|
|
|
"libc",
|
2024-01-18 22:26:08 +00:00
|
|
|
"libloading 0.8.1",
|
2023-08-30 01:10:08 +00:00
|
|
|
"thiserror",
|
|
|
|
"widestring",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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
|
|
|
|
2023-08-30 01:21:07 +00:00
|
|
|
[[package]]
|
2023-10-19 00:17:21 +00:00
|
|
|
name = "icrate"
|
|
|
|
version = "0.0.4"
|
2023-08-30 01:21:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 00:17:21 +00:00
|
|
|
checksum = "99d3aaff8a54577104bafdf686ff18565c3b6903ca5782a2026ef06e2c7aa319"
|
|
|
|
dependencies = [
|
|
|
|
"block2",
|
|
|
|
"dispatch",
|
|
|
|
"objc2",
|
|
|
|
]
|
2023-08-30 01:21:07 +00:00
|
|
|
|
2024-02-07 04:28:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "id"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "git+https://git.itzana.me/Quaternions/id?rev=faca9fb6a8eb0c7f0e2796fbfad9eac16875cbd6#faca9fb6a8eb0c7f0e2796fbfad9eac16875cbd6"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.48",
|
|
|
|
]
|
|
|
|
|
2023-07-14 23:49:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2024-01-26 01:56:40 +00:00
|
|
|
version = "2.2.1"
|
2023-07-14 23:49:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 01:56:40 +00:00
|
|
|
checksum = "433de089bd45971eecf4668ee0ee8f4cec17db4f8bd8f7bc3197a6ce37aa7d9b"
|
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
|
|
|
]
|
|
|
|
|
2023-07-21 07:08:50 +00:00
|
|
|
[[package]]
|
2023-10-19 00:17:21 +00:00
|
|
|
name = "jni"
|
|
|
|
version = "0.21.1"
|
2023-07-21 07:08:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 00:17:21 +00:00
|
|
|
checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
|
2023-07-21 07:08:50 +00:00
|
|
|
dependencies = [
|
2023-10-19 00:17:21 +00:00
|
|
|
"cesu8",
|
2023-07-21 07:08:50 +00:00
|
|
|
"cfg-if",
|
2023-10-19 00:17:21 +00:00
|
|
|
"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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2023-10-27 06:58:27 +00:00
|
|
|
version = "0.1.27"
|
2023-07-21 07:08:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-27 06:58:27 +00:00
|
|
|
checksum = "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d"
|
2023-07-21 07:08:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2024-01-18 22:26:08 +00:00
|
|
|
version = "0.3.67"
|
2023-07-21 07:08:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 22:26:08 +00:00
|
|
|
checksum = "9a1d36f1235bc969acba30b7f5990b864423a6068a10f7c90ae8f0112e3a59d1"
|
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",
|
2023-10-27 06:58:27 +00:00
|
|
|
"libloading 0.8.1",
|
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-07-14 23:49:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-10-10 04:11:42 +00:00
|
|
|
version = "0.2.152"
|
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 = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
|
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"
|
2023-10-27 06:58:27 +00:00
|
|
|
version = "0.8.1"
|
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 = "c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161"
|
2023-08-30 01:10:08 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
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-01-18 22:26:08 +00:00
|
|
|
"bitflags 2.4.2",
|
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"
|
2024-01-18 22:26:08 +00:00
|
|
|
version = "0.4.13"
|
2023-08-30 01:21:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 22:26:08 +00:00
|
|
|
checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
|
2023-08-30 01:21:07 +00:00
|
|
|
|
2023-07-14 23:49:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2023-10-27 06:58:27 +00:00
|
|
|
version = "0.4.11"
|
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 = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
|
2023-07-14 23:49:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2023-07-21 07:08:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-08-30 01:10:08 +00:00
|
|
|
version = "0.4.20"
|
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 = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
2023-07-21 07:08:50 +00:00
|
|
|
|
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"
|
2023-10-10 04:11:42 +00:00
|
|
|
version = "2.7.1"
|
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 = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
|
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"
|
2023-10-27 06:58:27 +00:00
|
|
|
version = "0.27.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 = "c43f73953f8cbe511f021b58f18c3ce1c3d1ae13fe953293e13345bf83217f25"
|
2023-08-30 01:10:08 +00:00
|
|
|
dependencies = [
|
2024-01-18 22:26:08 +00:00
|
|
|
"bitflags 2.4.2",
|
2023-08-30 01:10:08 +00:00
|
|
|
"block",
|
|
|
|
"core-graphics-types",
|
2023-10-19 00:17:21 +00:00
|
|
|
"foreign-types",
|
2023-08-30 01:10:08 +00:00
|
|
|
"log",
|
|
|
|
"objc",
|
|
|
|
"paste",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "naga"
|
2024-01-18 22:26:08 +00:00
|
|
|
version = "0.19.0"
|
2023-08-30 01:10:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 22:26:08 +00:00
|
|
|
checksum = "8878eb410fc90853da3908aebfe61d73d26d4437ef850b70050461f939509899"
|
2023-08-30 01:10:08 +00:00
|
|
|
dependencies = [
|
|
|
|
"bit-set",
|
2024-01-18 22:26:08 +00:00
|
|
|
"bitflags 2.4.2",
|
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"
|
2023-10-19 00:17:21 +00:00
|
|
|
version = "0.8.0"
|
2023-07-21 07:08:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 00:17:21 +00:00
|
|
|
checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
|
2023-07-21 07:08:50 +00:00
|
|
|
dependencies = [
|
2024-01-18 22:26:08 +00:00
|
|
|
"bitflags 2.4.2",
|
2023-07-21 07:08:50 +00:00
|
|
|
"jni-sys",
|
2023-10-19 00:17:21 +00:00
|
|
|
"log",
|
2023-07-21 07:08:50 +00:00
|
|
|
"ndk-sys",
|
2023-10-19 00:17:21 +00:00
|
|
|
"num_enum",
|
2024-01-18 22:26:08 +00:00
|
|
|
"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"
|
2023-10-19 00:17:21 +00:00
|
|
|
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"
|
2023-10-19 00:17:21 +00:00
|
|
|
checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
|
2023-07-21 07:08:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"jni-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2023-10-27 06:58:27 +00:00
|
|
|
version = "0.2.17"
|
2023-07-21 07:08:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-27 06:58:27 +00:00
|
|
|
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
|
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 = [
|
2023-10-19 00:17:21 +00:00
|
|
|
"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",
|
2023-10-10 04:11:42 +00:00
|
|
|
"syn 2.0.48",
|
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-08-30 01:10:08 +00:00
|
|
|
"objc_exception",
|
2023-07-14 23:49:01 +00:00
|
|
|
]
|
|
|
|
|
2023-07-21 07:08:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "objc-sys"
|
2023-12-24 21:10:12 +00:00
|
|
|
version = "0.3.2"
|
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 = "c7c71324e4180d0899963fc83d9d241ac39e699609fc1025a850aadac8257459"
|
2023-07-21 07:08:50 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc2"
|
2023-10-19 00:17:21 +00:00
|
|
|
version = "0.4.1"
|
2023-07-21 07:08:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 00:17:21 +00:00
|
|
|
checksum = "559c5a40fdd30eb5e344fbceacf7595a81e242529fb4e21cf5f43fb4f11ff98d"
|
2023-07-21 07:08:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"objc-sys",
|
|
|
|
"objc2-encode",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc2-encode"
|
2023-10-19 00:17:21 +00:00
|
|
|
version = "3.0.0"
|
2023-07-21 07:08:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 00:17:21 +00:00
|
|
|
checksum = "d079845b37af429bfe5dfa76e6d087d788031045b25cfc6fd898486fd9847666"
|
2023-07-21 07:08:50 +00:00
|
|
|
|
2023-08-30 01:10:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "objc_exception"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2023-10-10 04:11:42 +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"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-07-21 07:08:50 +00:00
|
|
|
name = "parking_lot_core"
|
2023-10-27 06:58:27 +00:00
|
|
|
version = "0.9.9"
|
2023-07-21 07:08:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-27 06:58:27 +00:00
|
|
|
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
|
2023-07-21 07:08:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2023-10-27 06:58:27 +00:00
|
|
|
"redox_syscall 0.4.1",
|
2023-07-21 07:08:50 +00:00
|
|
|
"smallvec",
|
2023-08-30 01:10:08 +00:00
|
|
|
"windows-targets 0.48.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
|
|
|
|
2023-08-30 01:21:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
|
|
|
version = "0.2.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
|
|
|
|
|
2023-07-21 07:08:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2024-01-18 22:26:08 +00:00
|
|
|
version = "0.3.29"
|
2023-07-21 07:08:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 22:26:08 +00:00
|
|
|
checksum = "2900ede94e305130c13ddd391e0ab7cbaeb783945ae07a279c268cb05109c6cb"
|
2023-07-21 07:08:50 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-10-19 00:17:21 +00:00
|
|
|
name = "polling"
|
2024-01-18 22:26:08 +00:00
|
|
|
version = "3.3.2"
|
2023-07-14 23:49:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 22:26:08 +00:00
|
|
|
checksum = "545c980a3880efd47b2e262f6a4bb6daad6555cf3367aa9c4e52895f69537a41"
|
2023-07-14 23:49:01 +00:00
|
|
|
dependencies = [
|
2023-10-19 00:17:21 +00:00
|
|
|
"cfg-if",
|
|
|
|
"concurrent-queue",
|
|
|
|
"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-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"
|
2024-01-18 22:26:08 +00:00
|
|
|
version = "3.1.0"
|
2023-07-14 23:49:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 22:26:08 +00:00
|
|
|
checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
|
2023-07-14 23:49:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"toml_edit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-01-26 01:56:40 +00:00
|
|
|
version = "1.0.78"
|
2023-07-14 23:49:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 01:56:40 +00:00
|
|
|
checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
|
2023-07-14 23:49:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2023-08-30 01:10:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "profiling"
|
2023-12-24 21:10:12 +00:00
|
|
|
version = "1.0.13"
|
2023-08-30 01:10:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 21:10:12 +00:00
|
|
|
checksum = "d135ede8821cf6376eb7a64148901e1690b788c11ae94dc297ae917dbc91dc0e"
|
2023-10-19 00:17:21 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quick-xml"
|
2024-01-26 01:56:40 +00:00
|
|
|
version = "0.31.0"
|
2023-10-19 00:17:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 01:56:40 +00:00
|
|
|
checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
|
2023-10-19 00:17:21 +00:00
|
|
|
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"
|
2023-10-10 04:11:42 +00:00
|
|
|
version = "1.0.35"
|
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 = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
2023-07-14 23:49:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2023-10-19 00:17:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "raw-window-handle"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "42a9830a0e1b9fb145ebb365b8bc4ccd75f290f98c0247deafbbe2c75cefb544"
|
|
|
|
|
2023-07-14 23:49:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
|
|
|
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"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
]
|
|
|
|
|
2023-07-14 23:49:01 +00:00
|
|
|
[[package]]
|
2023-08-30 01:10:08 +00:00
|
|
|
name = "renderdoc-sys"
|
|
|
|
version = "1.0.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 = "216080ab382b992234dda86873c18d4c48358f5cfcb70fd693d7f6f2131b628b"
|
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-01-18 22:26:08 +00:00
|
|
|
version = "0.38.30"
|
2023-08-30 01:21:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 22:26:08 +00:00
|
|
|
checksum = "322394588aaf33c24007e8bb3238ee3e4c5c09c084ab32bc73890b99ff326bca"
|
2023-08-30 01:21:07 +00:00
|
|
|
dependencies = [
|
2024-01-18 22:26:08 +00:00
|
|
|
"bitflags 2.4.2",
|
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
|
|
|
]
|
|
|
|
|
2023-10-19 00:17:21 +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"
|
2023-12-24 21:10:12 +00:00
|
|
|
version = "0.8.1"
|
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 = "82b2eaf3a5b264a521b988b2e73042e742df700c4f962cde845d1541adb46550"
|
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-01-26 01:56:40 +00:00
|
|
|
version = "1.0.196"
|
2023-09-06 00:45:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 01:56:40 +00:00
|
|
|
checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32"
|
2023-09-06 00:45:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-01-26 01:56:40 +00:00
|
|
|
version = "1.0.196"
|
2023-09-06 00:45:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 01:56:40 +00:00
|
|
|
checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67"
|
2023-09-06 00:45:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-10 04:11:42 +00:00
|
|
|
"syn 2.0.48",
|
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-01-26 01:56:40 +00:00
|
|
|
version = "1.13.1"
|
2023-07-14 23:49:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 01:56:40 +00:00
|
|
|
checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
|
2023-07-14 23:49:01 +00:00
|
|
|
|
2023-07-21 07:08:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smithay-client-toolkit"
|
2023-10-19 00:17:21 +00:00
|
|
|
version = "0.18.0"
|
2023-07-21 07:08:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 00:17:21 +00:00
|
|
|
checksum = "60e3d9941fa3bacf7c2bf4b065304faa14164151254cd16ce1b1bc8fc381600f"
|
2023-07-21 07:08:50 +00:00
|
|
|
dependencies = [
|
2024-01-18 22:26:08 +00:00
|
|
|
"bitflags 2.4.2",
|
2023-07-21 07:08:50 +00:00
|
|
|
"calloop",
|
2023-10-19 00:17:21 +00:00
|
|
|
"calloop-wayland-source",
|
|
|
|
"cursor-icon",
|
|
|
|
"libc",
|
2023-07-21 07:08:50 +00:00
|
|
|
"log",
|
|
|
|
"memmap2",
|
2023-10-19 00:17:21 +00:00
|
|
|
"rustix",
|
|
|
|
"thiserror",
|
|
|
|
"wayland-backend",
|
2023-07-21 07:08:50 +00:00
|
|
|
"wayland-client",
|
2023-10-19 00:17:21 +00:00
|
|
|
"wayland-csd-frame",
|
2023-07-21 07:08:50 +00:00
|
|
|
"wayland-cursor",
|
|
|
|
"wayland-protocols",
|
2023-10-19 00:17:21 +00:00
|
|
|
"wayland-protocols-wlr",
|
|
|
|
"wayland-scanner",
|
|
|
|
"xkeysym",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smol_str"
|
2024-01-18 22:26:08 +00:00
|
|
|
version = "0.2.1"
|
2023-10-19 00:17:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 22:26:08 +00:00
|
|
|
checksum = "e6845563ada680337a52d43bb0b29f396f2d911616f6573012645b9e3d048a49"
|
2023-10-19 00:17:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
2023-07-21 07:08:50 +00:00
|
|
|
]
|
|
|
|
|
2023-08-30 01:10:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spirv"
|
2024-01-18 22:26:08 +00:00
|
|
|
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"
|
2024-01-18 22:26:08 +00:00
|
|
|
checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
|
2023-08-30 01:10:08 +00:00
|
|
|
dependencies = [
|
2024-01-18 22:26:08 +00:00
|
|
|
"bitflags 2.4.2",
|
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"
|
2023-11-30 05:21:36 +00:00
|
|
|
version = "0.9.0"
|
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",
|
2024-02-07 04:28:59 +00:00
|
|
|
"id",
|
2023-10-04 09:04:01 +00:00
|
|
|
"parking_lot",
|
2023-08-30 01:21:07 +00:00
|
|
|
"pollster",
|
2024-01-30 00:19:41 +00:00
|
|
|
"strafesnet_common",
|
2024-01-31 01:43:48 +00:00
|
|
|
"strafesnet_snf",
|
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-01-30 00:19:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strafesnet_common"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "git+https://git.itzana.me/StrafesNET/common?rev=434ca29aef7e3015c9ca1ed45de8fef42e33fdfb#434ca29aef7e3015c9ca1ed45de8fef42e33fdfb"
|
|
|
|
dependencies = [
|
|
|
|
"glam",
|
|
|
|
]
|
|
|
|
|
2024-01-31 01:43:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strafesnet_snf"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "git+https://git.itzana.me/StrafesNET/snf?rev=dea408daeef576cff8ffa61356c89a9d03d95f6b#dea408daeef576cff8ffa61356c89a9d03d95f6b"
|
|
|
|
dependencies = [
|
|
|
|
"binrw",
|
|
|
|
]
|
|
|
|
|
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"
|
2023-10-10 04:11:42 +00:00
|
|
|
version = "2.0.48"
|
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 = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
|
2023-07-14 23:49:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2023-07-21 07:08:50 +00:00
|
|
|
[[package]]
|
2023-08-30 01:10:08 +00:00
|
|
|
name = "termcolor"
|
2024-01-18 22:26:08 +00:00
|
|
|
version = "1.4.1"
|
2023-07-21 07:08:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 22:26:08 +00:00
|
|
|
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"
|
2023-10-10 04:11:42 +00:00
|
|
|
version = "1.0.56"
|
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 = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad"
|
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"
|
2023-10-10 04:11:42 +00:00
|
|
|
version = "1.0.56"
|
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 = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471"
|
2023-07-14 23:49:01 +00:00
|
|
|
dependencies = [
|
2023-08-30 01:10:08 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-10 04:11:42 +00:00
|
|
|
"syn 2.0.48",
|
2023-07-14 23:49:01 +00:00
|
|
|
]
|
|
|
|
|
2023-07-21 07:08:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tiny-skia"
|
2023-12-24 21:10:12 +00:00
|
|
|
version = "0.11.3"
|
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 = "b6a067b809476893fce6a254cf285850ff69c847e6cfbade6a20b655b6c7e80d"
|
2023-07-21 07:08:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"arrayvec",
|
|
|
|
"bytemuck",
|
|
|
|
"cfg-if",
|
2023-10-19 00:17:21 +00:00
|
|
|
"log",
|
2023-07-21 07:08:50 +00:00
|
|
|
"tiny-skia-path",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tiny-skia-path"
|
2023-12-24 21:10:12 +00:00
|
|
|
version = "0.11.3"
|
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 = "5de35e8a90052baaaf61f171680ac2f8e925a1e43ea9d2e3a00514772250e541"
|
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"
|
2023-10-10 04:11:42 +00:00
|
|
|
version = "0.21.0"
|
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 = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03"
|
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",
|
|
|
|
]
|
|
|
|
|
2023-10-19 00:17:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
|
|
|
version = "0.1.40"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
|
|
|
dependencies = [
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
|
|
|
version = "0.1.32"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
|
|
|
|
2023-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
|
|
|
|
2023-10-19 00:17:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
|
|
|
version = "1.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
|
|
|
|
|
2023-07-14 23:49:01 +00:00
|
|
|
[[package]]
|
2023-08-30 01:10:08 +00:00
|
|
|
name = "unicode-width"
|
2023-10-27 06:58:27 +00:00
|
|
|
version = "0.1.11"
|
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 = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
|
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
|
|
|
|
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
|
|
|
|
2023-08-30 01:21:07 +00:00
|
|
|
[[package]]
|
2023-10-19 00:17:21 +00:00
|
|
|
name = "walkdir"
|
|
|
|
version = "2.4.0"
|
2023-08-30 01:21:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 00:17:21 +00:00
|
|
|
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
|
|
|
|
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-01-18 22:26:08 +00:00
|
|
|
version = "0.2.90"
|
2023-07-21 07:08:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 22:26:08 +00:00
|
|
|
checksum = "b1223296a201415c7fad14792dbefaace9bd52b62d33453ade1c5b5f07555406"
|
2023-07-21 07:08:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2024-01-18 22:26:08 +00:00
|
|
|
version = "0.2.90"
|
2023-07-21 07:08:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 22:26:08 +00:00
|
|
|
checksum = "fcdc935b63408d58a32f8cc9738a0bffd8f05cc7c002086c6ef20b7312ad9dcd"
|
2023-07-21 07:08:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-10 04:11:42 +00:00
|
|
|
"syn 2.0.48",
|
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-01-18 22:26:08 +00:00
|
|
|
version = "0.4.40"
|
2023-08-30 01:10:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 22:26:08 +00:00
|
|
|
checksum = "bde2032aeb86bdfaecc8b261eef3cba735cc426c1f3a3416d1e0791be95fc461"
|
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-01-18 22:26:08 +00:00
|
|
|
version = "0.2.90"
|
2023-07-21 07:08:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 22:26:08 +00:00
|
|
|
checksum = "3e4c238561b2d428924c49815533a8b9121c664599558a5d9ec51f8a1740a999"
|
2023-07-21 07:08:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2024-01-18 22:26:08 +00:00
|
|
|
version = "0.2.90"
|
2023-07-21 07:08:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 22:26:08 +00:00
|
|
|
checksum = "bae1abb6806dc1ad9e560ed242107c0f6c84335f1749dd4e8ddb012ebd5e25a7"
|
2023-07-21 07:08:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-10 04:11:42 +00:00
|
|
|
"syn 2.0.48",
|
2023-07-21 07:08:50 +00:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2024-01-18 22:26:08 +00:00
|
|
|
version = "0.2.90"
|
2023-07-21 07:08:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 22:26:08 +00:00
|
|
|
checksum = "4d91413b1c31d7539ba5ef2451af3f0b833a005eb27a631cec32bc0635a8602b"
|
2023-07-21 07:08:50 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-10-19 00:17:21 +00:00
|
|
|
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 = [
|
2023-10-19 00:17:21 +00:00
|
|
|
"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",
|
2023-10-19 00:17:21 +00:00
|
|
|
"smallvec",
|
2023-07-21 07:08:50 +00:00
|
|
|
"wayland-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-19 00:17:21 +00:00
|
|
|
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-01-18 22:26:08 +00:00
|
|
|
"bitflags 2.4.2",
|
2024-01-26 01:56:40 +00:00
|
|
|
"rustix",
|
2023-10-19 00:17:21 +00:00
|
|
|
"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-01-18 22:26:08 +00:00
|
|
|
"bitflags 2.4.2",
|
2023-10-19 00:17:21 +00:00
|
|
|
"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-01-18 22:26:08 +00:00
|
|
|
"bitflags 2.4.2",
|
2023-10-19 00:17:21 +00:00
|
|
|
"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-01-18 22:26:08 +00:00
|
|
|
"bitflags 2.4.2",
|
2023-10-19 00:17:21 +00:00
|
|
|
"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-01-18 22:26:08 +00:00
|
|
|
"bitflags 2.4.2",
|
2023-10-19 00:17:21 +00:00
|
|
|
"wayland-backend",
|
2023-07-21 07:08:50 +00:00
|
|
|
"wayland-client",
|
2023-10-19 00:17:21 +00:00
|
|
|
"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",
|
2023-10-19 00:17:21 +00:00
|
|
|
"quick-xml",
|
2023-07-21 07:08:50 +00:00
|
|
|
"quote",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-sys"
|
2023-10-19 00:17:21 +00:00
|
|
|
version = "0.31.1"
|
2023-07-21 07:08:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 00:17:21 +00:00
|
|
|
checksum = "15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af"
|
2023-07-21 07:08:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"dlib",
|
2023-10-19 00:17:21 +00:00
|
|
|
"log",
|
|
|
|
"once_cell",
|
2023-07-21 07:08:50 +00:00
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2024-01-18 22:26:08 +00:00
|
|
|
version = "0.3.67"
|
2023-07-21 07:08:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 22:26:08 +00:00
|
|
|
checksum = "58cd2333b6e0be7a39605f0e255892fd7418a682d8da8fe042fe25128794d2ed"
|
2023-07-21 07:08:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2023-10-19 00:17:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "web-time"
|
2023-12-24 21:10:12 +00:00
|
|
|
version = "0.2.4"
|
2023-10-19 00:17:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 21:10:12 +00:00
|
|
|
checksum = "aa30049b1c872b72c89866d458eae9f20380ab280ffd1b1e18df2d3e2d98cfe0"
|
2023-10-19 00:17:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2023-08-30 01:10:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wgpu"
|
2024-01-26 01:56:40 +00:00
|
|
|
version = "0.19.1"
|
2023-08-30 01:10:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 01:56:40 +00:00
|
|
|
checksum = "0bfe9a310dcf2e6b85f00c46059aaeaf4184caa8e29a1ecd4b7a704c3482332d"
|
2023-08-30 01:10:08 +00:00
|
|
|
dependencies = [
|
|
|
|
"arrayvec",
|
|
|
|
"cfg-if",
|
2024-01-18 22:26:08 +00:00
|
|
|
"cfg_aliases",
|
2023-08-30 01:10:08 +00:00
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"naga",
|
|
|
|
"parking_lot",
|
|
|
|
"profiling",
|
2024-01-18 22:26:08 +00:00
|
|
|
"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-01-18 22:26:08 +00:00
|
|
|
version = "0.19.0"
|
2023-08-30 01:10:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 22:26:08 +00:00
|
|
|
checksum = "6b15e451d4060ada0d99a64df44e4d590213496da7c4f245572d51071e8e30ed"
|
2023-08-30 01:10:08 +00:00
|
|
|
dependencies = [
|
|
|
|
"arrayvec",
|
|
|
|
"bit-vec",
|
2024-01-18 22:26:08 +00:00
|
|
|
"bitflags 2.4.2",
|
|
|
|
"cfg_aliases",
|
2023-08-30 01:10:08 +00:00
|
|
|
"codespan-reporting",
|
2024-01-18 22:26:08 +00:00
|
|
|
"indexmap",
|
2023-08-30 01:10:08 +00:00
|
|
|
"log",
|
|
|
|
"naga",
|
2024-01-18 22:26:08 +00:00
|
|
|
"once_cell",
|
2023-08-30 01:10:08 +00:00
|
|
|
"parking_lot",
|
|
|
|
"profiling",
|
2024-01-18 22:26:08 +00:00
|
|
|
"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-01-26 01:56:40 +00:00
|
|
|
version = "0.19.1"
|
2023-08-30 01:10:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 01:56:40 +00:00
|
|
|
checksum = "e3bb47856236bfafc0bc591a925eb036ac19cd987624a447ff353e7a7e7e6f72"
|
2023-08-30 01:10:08 +00:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"arrayvec",
|
|
|
|
"ash",
|
|
|
|
"bit-set",
|
2024-01-18 22:26:08 +00:00
|
|
|
"bitflags 2.4.2",
|
2023-08-30 01:10:08 +00:00
|
|
|
"block",
|
2024-01-18 22:26:08 +00:00
|
|
|
"cfg_aliases",
|
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",
|
2023-10-27 06:58:27 +00:00
|
|
|
"libloading 0.8.1",
|
2023-08-30 01:10:08 +00:00
|
|
|
"log",
|
|
|
|
"metal",
|
|
|
|
"naga",
|
|
|
|
"objc",
|
2023-10-27 06:58:27 +00:00
|
|
|
"once_cell",
|
2023-08-30 01:10:08 +00:00
|
|
|
"parking_lot",
|
|
|
|
"profiling",
|
|
|
|
"range-alloc",
|
2024-01-18 22:26:08 +00:00
|
|
|
"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-01-18 22:26:08 +00:00
|
|
|
version = "0.19.0"
|
2023-08-30 01:10:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 22:26:08 +00:00
|
|
|
checksum = "895fcbeb772bfb049eb80b2d6e47f6c9af235284e9703c96fc0218a42ffd5af2"
|
2023-08-30 01:10:08 +00:00
|
|
|
dependencies = [
|
2024-01-18 22:26:08 +00:00
|
|
|
"bitflags 2.4.2",
|
2023-08-30 01:10:08 +00:00
|
|
|
"js-sys",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "widestring"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8"
|
|
|
|
|
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"
|
2023-10-27 06:58:27 +00:00
|
|
|
version = "0.1.6"
|
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 = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
|
2023-08-30 01:10:08 +00:00
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
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"
|
2024-01-18 22:26:08 +00:00
|
|
|
version = "0.52.0"
|
2023-08-30 01:10:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 22:26:08 +00:00
|
|
|
checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
|
2023-08-30 01:10:08 +00:00
|
|
|
dependencies = [
|
2023-10-27 06:58:27 +00:00
|
|
|
"windows-core",
|
2024-01-18 22:26:08 +00:00
|
|
|
"windows-targets 0.52.0",
|
2023-10-27 06:58:27 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-core"
|
2024-01-18 22:26:08 +00:00
|
|
|
version = "0.52.0"
|
2023-10-27 06:58:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 22:26:08 +00:00
|
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
2023-10-27 06:58:27 +00:00
|
|
|
dependencies = [
|
2024-01-18 22:26:08 +00:00
|
|
|
"windows-targets 0.52.0",
|
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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
2023-08-30 01:10:08 +00:00
|
|
|
"windows-targets 0.48.5",
|
2023-07-21 07:08:50 +00:00
|
|
|
]
|
|
|
|
|
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 = [
|
|
|
|
"windows-targets 0.52.0",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm 0.52.0",
|
|
|
|
"windows_aarch64_msvc 0.52.0",
|
|
|
|
"windows_i686_gnu 0.52.0",
|
|
|
|
"windows_i686_msvc 0.52.0",
|
|
|
|
"windows_x86_64_gnu 0.52.0",
|
|
|
|
"windows_x86_64_gnullvm 0.52.0",
|
|
|
|
"windows_x86_64_msvc 0.52.0",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
|
|
|
|
|
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"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
|
|
|
|
|
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"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
|
|
|
|
|
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"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
|
|
|
|
|
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"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
|
|
|
|
|
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"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
|
|
|
|
|
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"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
|
|
|
|
|
2023-07-21 07:08:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winit"
|
2024-01-18 22:26:08 +00:00
|
|
|
version = "0.29.10"
|
2023-07-21 07:08:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 22:26:08 +00:00
|
|
|
checksum = "4c824f11941eeae66ec71111cc2674373c772f482b58939bb4066b642aa2ffcf"
|
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",
|
2023-10-19 00:17:21 +00:00
|
|
|
"atomic-waker",
|
2024-01-18 22:26:08 +00:00
|
|
|
"bitflags 2.4.2",
|
2023-10-19 00:17:21 +00:00
|
|
|
"bytemuck",
|
|
|
|
"calloop",
|
2023-07-21 07:08:50 +00:00
|
|
|
"cfg_aliases",
|
|
|
|
"core-foundation",
|
|
|
|
"core-graphics",
|
2023-10-19 00:17:21 +00:00
|
|
|
"cursor-icon",
|
|
|
|
"icrate",
|
|
|
|
"js-sys",
|
2023-07-21 07:08:50 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
2023-10-19 00:17:21 +00:00
|
|
|
"memmap2",
|
2023-07-21 07:08:50 +00:00
|
|
|
"ndk",
|
2023-10-19 00:17:21 +00:00
|
|
|
"ndk-sys",
|
2023-07-21 07:08:50 +00:00
|
|
|
"objc2",
|
|
|
|
"once_cell",
|
|
|
|
"orbclient",
|
|
|
|
"percent-encoding",
|
2024-01-18 22:26:08 +00:00
|
|
|
"raw-window-handle",
|
2023-10-27 06:58:27 +00:00
|
|
|
"redox_syscall 0.3.5",
|
2023-10-19 00:17:21 +00:00
|
|
|
"rustix",
|
2023-07-21 07:08:50 +00:00
|
|
|
"sctk-adwaita",
|
|
|
|
"smithay-client-toolkit",
|
2023-10-19 00:17:21 +00:00
|
|
|
"smol_str",
|
|
|
|
"unicode-segmentation",
|
2023-07-21 07:08:50 +00:00
|
|
|
"wasm-bindgen",
|
2023-10-19 00:17:21 +00:00
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"wayland-backend",
|
2023-07-21 07:08:50 +00:00
|
|
|
"wayland-client",
|
|
|
|
"wayland-protocols",
|
2023-10-19 00:17:21 +00:00
|
|
|
"wayland-protocols-plasma",
|
2023-07-21 07:08:50 +00:00
|
|
|
"web-sys",
|
2023-10-19 00:17:21 +00:00
|
|
|
"web-time",
|
|
|
|
"windows-sys 0.48.0",
|
2023-07-21 07:08:50 +00:00
|
|
|
"x11-dl",
|
2023-10-19 00:17:21 +00:00
|
|
|
"x11rb",
|
|
|
|
"xkbcommon-dl",
|
2023-07-21 07:08:50 +00:00
|
|
|
]
|
|
|
|
|
2023-07-14 23:49:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2024-01-26 01:56:40 +00:00
|
|
|
version = "0.5.35"
|
2023-07-14 23:49:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 01:56:40 +00:00
|
|
|
checksum = "1931d78a9c73861da0134f453bb1f790ce49b2e30eba8410b4b79bac72b46a2d"
|
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",
|
|
|
|
]
|
|
|
|
|
2023-10-19 00:17:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "x11rb"
|
2023-12-24 21:10:12 +00:00
|
|
|
version = "0.13.0"
|
2023-10-19 00:17:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 21:10:12 +00:00
|
|
|
checksum = "f8f25ead8c7e4cba123243a6367da5d3990e0d3affa708ea19dce96356bd9f1a"
|
2023-10-19 00:17:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"as-raw-xcb-connection",
|
|
|
|
"gethostname",
|
|
|
|
"libc",
|
2023-12-24 21:10:12 +00:00
|
|
|
"libloading 0.8.1",
|
2023-10-19 00:17:21 +00:00
|
|
|
"once_cell",
|
2023-12-24 21:10:12 +00:00
|
|
|
"rustix",
|
2023-10-19 00:17:21 +00:00
|
|
|
"x11rb-protocol",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "x11rb-protocol"
|
2023-12-24 21:10:12 +00:00
|
|
|
version = "0.13.0"
|
2023-10-19 00:17:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 21:10:12 +00:00
|
|
|
checksum = "e63e71c4b8bd9ffec2c963173a4dc4cbde9ee96961d4fcb4429db9929b606c34"
|
2023-10-19 00:17:21 +00:00
|
|
|
|
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
|
|
|
|
2023-10-19 00:17:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xkbcommon-dl"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6924668544c48c0133152e7eec86d644a056ca3d09275eb8d5cdb9855f9d8699"
|
|
|
|
dependencies = [
|
2024-01-18 22:26:08 +00:00
|
|
|
"bitflags 2.4.2",
|
2023-10-19 00:17:21 +00:00
|
|
|
"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"
|
2023-10-27 06:58:27 +00:00
|
|
|
version = "0.8.19"
|
2023-07-21 07:08:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-27 06:58:27 +00:00
|
|
|
checksum = "0fcb9cbac069e033553e8bb871be2fbdffcab578eb25bd0f7c508cedc6dcd75a"
|
2023-10-19 00:17:21 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
2023-12-24 21:10:12 +00:00
|
|
|
version = "0.7.32"
|
2023-10-19 00:17:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 21:10:12 +00:00
|
|
|
checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
|
2023-10-19 00:17:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
2023-12-24 21:10:12 +00:00
|
|
|
version = "0.7.32"
|
2023-10-19 00:17:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 21:10:12 +00:00
|
|
|
checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
|
2023-10-19 00:17:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-10 04:11:42 +00:00
|
|
|
"syn 2.0.48",
|
|
|
|
]
|