2021-12-15 17:25:15 +01:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
|
version = 3
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "Inflector"
|
|
|
|
|
version = "0.11.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
|
|
|
|
|
|
2022-01-11 17:22:23 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "ab_glyph"
|
2023-02-24 17:41:52 +01:00
|
|
|
version = "0.2.20"
|
2022-01-11 17:22:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 17:41:52 +01:00
|
|
|
checksum = "fe21446ad43aa56417a767f3e2f3d7c4ca522904de1dd640529a76e9c5c3b33c"
|
2022-01-11 17:22:23 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"ab_glyph_rasterizer",
|
|
|
|
|
"owned_ttf_parser",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ab_glyph_rasterizer"
|
2023-01-16 15:12:25 +01:00
|
|
|
version = "0.1.8"
|
2022-01-11 17:22:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 15:12:25 +01:00
|
|
|
checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046"
|
2022-01-11 17:22:23 +01:00
|
|
|
|
2021-12-22 21:27:56 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "addr2line"
|
2023-01-09 13:55:24 +01:00
|
|
|
version = "0.19.0"
|
2021-12-22 21:27:56 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-09 13:55:24 +01:00
|
|
|
checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
|
2021-12-22 21:27:56 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"gimli",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "adler"
|
|
|
|
|
version = "1.0.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "ahash"
|
|
|
|
|
version = "0.7.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"getrandom",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"version_check",
|
|
|
|
|
]
|
|
|
|
|
|
2022-01-11 17:22:23 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "ahash"
|
2023-01-26 21:08:50 +01:00
|
|
|
version = "0.8.3"
|
2022-01-11 17:22:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 21:08:50 +01:00
|
|
|
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
|
2022-01-11 17:22:23 +01:00
|
|
|
dependencies = [
|
2022-11-17 20:32:54 +01:00
|
|
|
"cfg-if",
|
2022-01-11 17:22:23 +01:00
|
|
|
"once_cell",
|
|
|
|
|
"version_check",
|
|
|
|
|
]
|
|
|
|
|
|
2022-07-07 19:45:04 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "aho-corasick"
|
2022-11-23 13:04:09 -07:00
|
|
|
version = "0.7.20"
|
2022-07-07 19:45:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-23 13:04:09 -07:00
|
|
|
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
|
2022-07-07 19:45:04 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "aliasable"
|
|
|
|
|
version = "0.1.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "android_system_properties"
|
|
|
|
|
version = "0.1.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 18:00:28 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "anyhow"
|
2023-02-24 17:41:52 +01:00
|
|
|
version = "1.0.69"
|
2021-12-15 18:00:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 17:41:52 +01:00
|
|
|
checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
|
2021-12-22 21:27:56 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"backtrace",
|
|
|
|
|
]
|
2021-12-15 18:00:28 +01:00
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "appendlist"
|
|
|
|
|
version = "1.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e149dc73cd30538307e7ffa2acd3d2221148eaeed4871f246657b1c3eaa1cbd2"
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "apply"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f47b57fc4521e3cae26a4d45b5227f8fadee4c345be0fefd8d5d1711afb8aeb9"
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "approx"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3f2a05fd1bd10b2527e20a2cd32d8873d115b8b39fe219ee25f42a8aca6ba278"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"num-traits",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "approx"
|
|
|
|
|
version = "0.5.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"num-traits",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-21 10:10:50 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "arrayref"
|
|
|
|
|
version = "0.3.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "arrayvec"
|
|
|
|
|
version = "0.5.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "arrayvec"
|
|
|
|
|
version = "0.7.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "ash"
|
2023-01-16 15:12:25 +01:00
|
|
|
version = "0.37.2+1.3.238"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 15:12:25 +01:00
|
|
|
checksum = "28bf19c1f0a470be5fbf7522a308a05df06610252c5bcf5143e1b23f629a9a03"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"libloading",
|
|
|
|
|
]
|
|
|
|
|
|
2022-01-11 17:22:23 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "atomic_refcell"
|
2023-01-16 15:12:25 +01:00
|
|
|
version = "0.1.9"
|
2022-01-11 17:22:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 15:12:25 +01:00
|
|
|
checksum = "857253367827bd9d0fd973f0ef15506a96e79e41b0ad7aa691203a4e3214f6c8"
|
2022-01-11 17:22:23 +01:00
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "autocfg"
|
2022-03-16 20:05:24 +01:00
|
|
|
version = "1.1.0"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-16 20:05:24 +01:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2021-12-15 17:25:15 +01:00
|
|
|
|
2021-12-22 21:27:56 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "backtrace"
|
2023-01-09 13:55:24 +01:00
|
|
|
version = "0.3.67"
|
2021-12-22 21:27:56 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-09 13:55:24 +01:00
|
|
|
checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
|
2021-12-22 21:27:56 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"addr2line",
|
|
|
|
|
"cc",
|
2022-08-15 11:39:55 +02:00
|
|
|
"cfg-if",
|
2021-12-22 21:27:56 +01:00
|
|
|
"libc",
|
2023-01-09 13:55:24 +01:00
|
|
|
"miniz_oxide",
|
2021-12-22 21:27:56 +01:00
|
|
|
"object",
|
|
|
|
|
"rustc-demangle",
|
|
|
|
|
]
|
|
|
|
|
|
2022-03-28 23:45:30 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "base64"
|
2022-11-04 14:14:35 +01:00
|
|
|
version = "0.13.1"
|
2022-03-28 23:45:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-04 14:14:35 +01:00
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
2022-03-28 23:45:30 +02:00
|
|
|
|
2023-03-06 18:50:11 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "bincode"
|
|
|
|
|
version = "1.3.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "bit-set"
|
|
|
|
|
version = "0.5.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bit-vec",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bit-vec"
|
|
|
|
|
version = "0.6.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bit_field"
|
|
|
|
|
version = "0.10.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "dcb6dd1c2376d2e096796e234a70e17e94cc2d5d54ff8ce42b28cef1d0d359a4"
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "bitflags"
|
2021-12-28 16:23:12 +01:00
|
|
|
version = "1.3.2"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-28 16:23:12 +01:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2021-12-15 17:25:15 +01:00
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "block"
|
|
|
|
|
version = "0.1.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
|
|
|
|
|
2022-04-27 21:33:46 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "block-buffer"
|
2022-09-28 15:18:04 +02:00
|
|
|
version = "0.10.3"
|
2022-04-27 21:33:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-28 15:18:04 +02:00
|
|
|
checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
|
2022-04-27 21:33:46 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"generic-array",
|
|
|
|
|
]
|
|
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "bumpalo"
|
2023-01-24 17:40:33 +01:00
|
|
|
version = "3.12.0"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 17:40:33 +01:00
|
|
|
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
|
2022-01-18 19:42:04 +01:00
|
|
|
|
2022-07-20 17:25:36 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "bytemuck"
|
2023-01-24 17:40:33 +01:00
|
|
|
version = "1.13.0"
|
2022-07-20 17:25:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 17:40:33 +01:00
|
|
|
checksum = "c041d3eab048880cb0b86b256447da3f18859a163c3b8d8893f4e6368abe6393"
|
2022-08-15 11:39:55 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"bytemuck_derive",
|
|
|
|
|
]
|
2022-07-20 17:25:36 +02:00
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
2022-08-15 11:39:55 +02:00
|
|
|
name = "bytemuck_derive"
|
2023-01-24 17:40:33 +01:00
|
|
|
version = "1.4.0"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 17:40:33 +01:00
|
|
|
checksum = "1aca418a974d83d40a0c1f0c5cba6ff4bc28d8df099109ca459a2118d40b6322"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
2022-08-15 11:39:55 +02:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
2021-12-15 17:25:15 +01:00
|
|
|
]
|
|
|
|
|
|
2022-11-21 10:10:50 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "byteorder"
|
|
|
|
|
version = "1.4.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
|
|
2022-05-12 14:04:21 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "calloop"
|
2023-01-09 13:55:24 +01:00
|
|
|
version = "0.10.5"
|
2022-05-12 14:04:21 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-09 13:55:24 +01:00
|
|
|
checksum = "1a59225be45a478d772ce015d9743e49e92798ece9e34eda9a6aa2a6a7f40192"
|
2022-05-12 14:04:21 +02:00
|
|
|
dependencies = [
|
2023-01-09 13:55:24 +01:00
|
|
|
"futures-util",
|
2022-05-12 14:04:21 +02:00
|
|
|
"log",
|
2023-01-09 13:55:24 +01:00
|
|
|
"nix 0.25.1",
|
2022-05-12 14:04:21 +02:00
|
|
|
"slotmap",
|
|
|
|
|
"thiserror",
|
|
|
|
|
"vec_map",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "cc"
|
2023-02-24 17:41:52 +01:00
|
|
|
version = "1.0.79"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 17:41:52 +01:00
|
|
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
2023-03-06 18:50:11 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"jobserver",
|
|
|
|
|
]
|
2021-12-15 17:25:15 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cfg-if"
|
|
|
|
|
version = "1.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "cfg_aliases"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "cgmath"
|
|
|
|
|
version = "0.18.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1a98d30140e3296250832bbaaff83b27dcd6fa3cc70fb6f1f3e5c9c0023b5317"
|
|
|
|
|
dependencies = [
|
2023-01-09 13:55:24 +01:00
|
|
|
"approx 0.4.0",
|
2021-12-15 17:25:15 +01:00
|
|
|
"num-traits",
|
|
|
|
|
]
|
|
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "cocoa"
|
2022-11-04 14:14:35 +01:00
|
|
|
version = "0.24.1"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-04 14:14:35 +01:00
|
|
|
checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"block",
|
|
|
|
|
"cocoa-foundation",
|
2022-08-15 11:39:55 +02:00
|
|
|
"core-foundation",
|
|
|
|
|
"core-graphics",
|
2022-01-18 19:42:04 +01:00
|
|
|
"foreign-types",
|
|
|
|
|
"libc",
|
|
|
|
|
"objc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cocoa-foundation"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"block",
|
2022-08-15 11:39:55 +02:00
|
|
|
"core-foundation",
|
2022-01-18 19:42:04 +01:00
|
|
|
"core-graphics-types",
|
|
|
|
|
"foreign-types",
|
|
|
|
|
"libc",
|
|
|
|
|
"objc",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "codespan-reporting"
|
|
|
|
|
version = "0.11.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"termcolor",
|
|
|
|
|
"unicode-width",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-21 10:10:50 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "color_quant"
|
|
|
|
|
version = "1.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "const_panic"
|
|
|
|
|
version = "0.2.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "58baae561b85ca19b3122a9ddd35c8ec40c3bcd14fe89921824eae73f7baffbf"
|
|
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "core-foundation"
|
2022-03-16 20:05:24 +01:00
|
|
|
version = "0.9.3"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-16 20:05:24 +01:00
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
2022-08-15 11:39:55 +02:00
|
|
|
"core-foundation-sys",
|
2022-01-18 19:42:04 +01:00
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
|
version = "0.8.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "core-graphics"
|
|
|
|
|
version = "0.22.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
2022-08-15 11:39:55 +02:00
|
|
|
"core-foundation",
|
2022-01-18 19:42:04 +01:00
|
|
|
"core-graphics-types",
|
|
|
|
|
"foreign-types",
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "core-graphics-types"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
2022-08-15 11:39:55 +02:00
|
|
|
"core-foundation",
|
2022-01-18 19:42:04 +01:00
|
|
|
"foreign-types",
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "cosmic-comp"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
2021-12-15 18:00:28 +01:00
|
|
|
"anyhow",
|
2021-12-28 16:23:12 +01:00
|
|
|
"bitflags",
|
2023-01-09 13:55:24 +01:00
|
|
|
"bytemuck",
|
|
|
|
|
"calloop",
|
2022-07-04 15:24:50 +02:00
|
|
|
"cosmic-protocols",
|
2022-01-20 19:51:46 +01:00
|
|
|
"edid-rs",
|
2022-07-04 16:00:03 +02:00
|
|
|
"egui",
|
2023-02-24 17:41:52 +01:00
|
|
|
"glow",
|
2023-01-16 15:12:25 +01:00
|
|
|
"iced_softbuffer",
|
2022-03-24 20:32:31 +01:00
|
|
|
"id_tree",
|
|
|
|
|
"indexmap",
|
2022-07-04 15:24:50 +02:00
|
|
|
"lazy_static",
|
2023-01-09 13:55:24 +01:00
|
|
|
"libcosmic",
|
2023-02-24 17:41:52 +01:00
|
|
|
"libsystemd",
|
2023-01-16 15:12:25 +01:00
|
|
|
"log-panics",
|
|
|
|
|
"ordered-float",
|
2022-08-15 20:23:27 +02:00
|
|
|
"png",
|
2023-03-06 18:50:11 +01:00
|
|
|
"puffin",
|
|
|
|
|
"puffin_egui",
|
2022-07-07 19:45:04 +02:00
|
|
|
"regex",
|
2022-11-28 17:48:50 +01:00
|
|
|
"renderdoc",
|
2023-01-09 13:55:24 +01:00
|
|
|
"ron 0.7.1",
|
2022-07-07 19:45:04 +02:00
|
|
|
"sendfd",
|
2022-02-05 00:40:17 +01:00
|
|
|
"serde",
|
|
|
|
|
"serde_json",
|
2021-12-15 17:25:15 +01:00
|
|
|
"smithay",
|
2022-01-11 17:22:23 +01:00
|
|
|
"smithay-egui",
|
2022-02-01 13:59:39 +01:00
|
|
|
"thiserror",
|
2023-02-24 17:41:52 +01:00
|
|
|
"tracing",
|
|
|
|
|
"tracing-journald",
|
|
|
|
|
"tracing-subscriber",
|
2022-07-04 15:24:50 +02:00
|
|
|
"wayland-backend",
|
2023-01-03 19:17:51 +01:00
|
|
|
"wayland-scanner 0.30.0",
|
2022-02-01 13:59:39 +01:00
|
|
|
"xcursor",
|
2022-03-28 23:45:30 +02:00
|
|
|
"xdg",
|
2022-09-09 20:00:00 -07:00
|
|
|
"xkbcommon 0.4.1",
|
2021-12-15 17:25:15 +01:00
|
|
|
]
|
|
|
|
|
|
2022-07-04 15:24:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "cosmic-protocols"
|
|
|
|
|
version = "0.1.0"
|
2023-02-24 17:41:52 +01:00
|
|
|
source = "git+https://github.com/pop-os/cosmic-protocols?branch=main#7eac0d9e15b9dc4269ceb1ab7dd027b8589c601d"
|
2022-07-04 15:24:50 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"wayland-backend",
|
2023-01-03 19:17:51 +01:00
|
|
|
"wayland-protocols 0.30.0",
|
|
|
|
|
"wayland-scanner 0.30.0",
|
2022-07-04 15:24:50 +02:00
|
|
|
"wayland-server",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "cosmic-text"
|
|
|
|
|
version = "0.6.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ab5d29bcf58238b07dc456ba16b012513ad1f21eb25dd738fcf833bc4f6a1442"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"fontdb 0.10.0",
|
|
|
|
|
"libm",
|
|
|
|
|
"log",
|
2023-02-25 00:17:54 +01:00
|
|
|
"ouroboros 0.15.6",
|
2023-01-09 13:55:24 +01:00
|
|
|
"rangemap",
|
|
|
|
|
"rustybuzz 0.6.0",
|
|
|
|
|
"swash",
|
|
|
|
|
"sys-locale",
|
|
|
|
|
"unicode-bidi",
|
|
|
|
|
"unicode-linebreak",
|
|
|
|
|
"unicode-script",
|
|
|
|
|
"unicode-segmentation",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cosmic-theme"
|
|
|
|
|
version = "0.1.0"
|
2023-01-16 15:12:25 +01:00
|
|
|
source = "git+https://github.com/pop-os/cosmic-theme.git#5c84b81c67a69e3752bc2fdc451f9d49857ceabf"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"anyhow",
|
|
|
|
|
"csscolorparser",
|
|
|
|
|
"directories",
|
|
|
|
|
"lazy_static",
|
|
|
|
|
"palette",
|
|
|
|
|
"ron 0.8.0",
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
2022-04-27 21:33:46 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "cpufeatures"
|
2022-09-28 15:18:04 +02:00
|
|
|
version = "0.2.5"
|
2022-04-27 21:33:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-28 15:18:04 +02:00
|
|
|
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
|
2022-04-27 21:33:46 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2022-08-15 20:23:27 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "crc32fast"
|
|
|
|
|
version = "1.3.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 18:00:28 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "crossbeam-channel"
|
2022-08-04 12:49:19 +02:00
|
|
|
version = "0.5.6"
|
2021-12-15 18:00:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 12:49:19 +02:00
|
|
|
checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
|
2021-12-15 18:00:28 +01:00
|
|
|
dependencies = [
|
2022-08-15 11:39:55 +02:00
|
|
|
"cfg-if",
|
2021-12-15 18:00:28 +01:00
|
|
|
"crossbeam-utils",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "crossbeam-deque"
|
|
|
|
|
version = "0.8.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"crossbeam-epoch",
|
|
|
|
|
"crossbeam-utils",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "crossbeam-epoch"
|
|
|
|
|
version = "0.9.13"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"crossbeam-utils",
|
|
|
|
|
"memoffset 0.7.1",
|
|
|
|
|
"scopeguard",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 18:00:28 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "crossbeam-utils"
|
2022-11-23 13:04:09 -07:00
|
|
|
version = "0.8.14"
|
2021-12-15 18:00:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-23 13:04:09 -07:00
|
|
|
checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
|
2021-12-15 18:00:28 +01:00
|
|
|
dependencies = [
|
2022-08-15 11:39:55 +02:00
|
|
|
"cfg-if",
|
2021-12-15 18:00:28 +01:00
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "crunchy"
|
|
|
|
|
version = "0.2.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
|
|
|
|
|
2022-04-27 21:33:46 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "crypto-common"
|
2022-07-18 17:43:37 +02:00
|
|
|
version = "0.1.6"
|
2022-04-27 21:33:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 17:43:37 +02:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2022-04-27 21:33:46 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"generic-array",
|
|
|
|
|
"typenum",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-16 15:12:25 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "csscolorparser"
|
|
|
|
|
version = "0.6.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "eb2a7d3066da2de787b7f032c736763eb7ae5d355f81a68bab2675a96008b0bf"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"phf",
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "cty"
|
|
|
|
|
version = "0.2.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "d3d12"
|
|
|
|
|
version = "0.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "827914e1f53b1e0e025ecd3d967a7836b7bcb54520f90e21ef8df7b4d88a2759"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"libloading",
|
|
|
|
|
"winapi",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "darling"
|
|
|
|
|
version = "0.10.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"darling_core 0.10.2",
|
|
|
|
|
"darling_macro 0.10.2",
|
|
|
|
|
]
|
|
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "darling"
|
2022-04-13 22:59:14 +02:00
|
|
|
version = "0.13.4"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-13 22:59:14 +02:00
|
|
|
checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
2023-01-09 13:55:24 +01:00
|
|
|
"darling_core 0.13.4",
|
|
|
|
|
"darling_macro 0.13.4",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "darling_core"
|
|
|
|
|
version = "0.10.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"fnv",
|
|
|
|
|
"ident_case",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"strsim 0.9.3",
|
|
|
|
|
"syn",
|
2022-01-18 19:42:04 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "darling_core"
|
2022-04-13 22:59:14 +02:00
|
|
|
version = "0.13.4"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-13 22:59:14 +02:00
|
|
|
checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"fnv",
|
|
|
|
|
"ident_case",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2023-01-09 13:55:24 +01:00
|
|
|
"strsim 0.10.0",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "darling_macro"
|
|
|
|
|
version = "0.10.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"darling_core 0.10.2",
|
|
|
|
|
"quote",
|
2022-01-18 19:42:04 +01:00
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "darling_macro"
|
2022-04-13 22:59:14 +02:00
|
|
|
version = "0.13.4"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-13 22:59:14 +02:00
|
|
|
checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
2023-01-09 13:55:24 +01:00
|
|
|
"darling_core 0.13.4",
|
2022-01-18 19:42:04 +01:00
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-21 10:10:50 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "data-url"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3a30bfce702bcfa94e906ef82421f2c0e61c076ad76030c16ee5d2e9a32fe193"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"matches",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "derive_setters"
|
|
|
|
|
version = "0.1.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f1cf41b4580a37cca5ef2ada2cc43cf5d6be3983f4522e83010d67ab6925e84b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"darling 0.10.2",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
2022-04-27 21:33:46 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "digest"
|
2022-11-21 10:10:50 +01:00
|
|
|
version = "0.10.6"
|
2022-04-27 21:33:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-21 10:10:50 +01:00
|
|
|
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
|
2022-04-27 21:33:46 +02:00
|
|
|
dependencies = [
|
2023-02-24 17:41:52 +01:00
|
|
|
"block-buffer",
|
2022-04-27 21:33:46 +02:00
|
|
|
"crypto-common",
|
|
|
|
|
"subtle",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "directories"
|
|
|
|
|
version = "4.0.1"
|
2023-01-16 15:12:25 +01:00
|
|
|
source = "git+https://github.com/edfloreshz/directories-rs#6a6d83d853a35ee3273034215c4defaf61286fe5"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"anyhow",
|
|
|
|
|
"dirs-sys",
|
|
|
|
|
]
|
|
|
|
|
|
2022-03-28 23:45:30 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "dirs"
|
|
|
|
|
version = "4.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"dirs-sys",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "dirs-sys"
|
|
|
|
|
version = "0.3.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"redox_users",
|
|
|
|
|
"winapi",
|
|
|
|
|
]
|
|
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "dispatch"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
|
|
|
|
|
|
2021-12-15 23:23:49 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "dlib"
|
|
|
|
|
version = "0.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libloading",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "dlv-list"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257"
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "downcast-rs"
|
|
|
|
|
version = "1.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "drm"
|
2023-01-24 17:40:33 +01:00
|
|
|
version = "0.8.0"
|
2022-08-31 13:01:23 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 17:40:33 +01:00
|
|
|
checksum = "98d190a8cb219483212f462d9e34abebe24a13cdb7f0c9a64c5b59175ccd62d2"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
2022-01-28 18:38:56 +01:00
|
|
|
"bitflags",
|
2022-08-15 11:39:55 +02:00
|
|
|
"bytemuck",
|
2022-08-16 22:11:22 -04:00
|
|
|
"drm-ffi",
|
2021-12-15 17:25:15 +01:00
|
|
|
"drm-fourcc",
|
2023-01-24 17:40:33 +01:00
|
|
|
"nix 0.26.2",
|
2021-12-15 17:25:15 +01:00
|
|
|
]
|
|
|
|
|
|
2022-08-15 11:39:55 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "drm-ffi"
|
2023-01-24 17:40:33 +01:00
|
|
|
version = "0.4.0"
|
2022-08-31 13:01:23 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 17:40:33 +01:00
|
|
|
checksum = "48310b65d262ac1140f63e2bbc605c73a417c7e46452ea8c20a3cad698af96d0"
|
2022-08-15 11:39:55 +02:00
|
|
|
dependencies = [
|
2022-08-16 22:11:22 -04:00
|
|
|
"drm-sys",
|
2023-01-24 17:40:33 +01:00
|
|
|
"nix 0.26.2",
|
2021-12-15 17:25:15 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "drm-fourcc"
|
|
|
|
|
version = "2.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0aafbcdb8afc29c1a7ee5fbe53b5d62f4565b35a042a662ca9fecd0b54dae6f4"
|
|
|
|
|
|
2022-08-15 11:39:55 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "drm-sys"
|
2023-01-24 17:40:33 +01:00
|
|
|
version = "0.3.0"
|
2022-08-31 13:01:23 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 17:40:33 +01:00
|
|
|
checksum = "52ecd1ca96a64fd7444a58a2ce3aa8be79cea3c1c7f7f69a4b89624018b46377"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-31 12:57:58 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "ecolor"
|
|
|
|
|
version = "0.20.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b601108bca3af7650440ace4ca55b2daf52c36f2635be3587d77b16efd8d0691"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bytemuck",
|
|
|
|
|
]
|
|
|
|
|
|
2022-01-20 19:51:46 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "edid-rs"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2ab5fa33485cd85ac354df485819a63360fefa312fe04cffe65e6f175be1522c"
|
|
|
|
|
|
2022-06-20 15:50:52 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "egui"
|
2023-01-31 12:57:58 +01:00
|
|
|
version = "0.20.1"
|
2022-06-20 15:50:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 12:57:58 +01:00
|
|
|
checksum = "65a5e883a316e53866977450eecfbcac9c48109c2ab3394af29feb83fcde4ea9"
|
2022-06-20 15:50:52 +02:00
|
|
|
dependencies = [
|
2023-01-26 21:08:50 +01:00
|
|
|
"ahash 0.8.3",
|
2022-07-04 16:00:03 +02:00
|
|
|
"epaint",
|
2022-01-11 17:22:23 +01:00
|
|
|
"nohash-hasher",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-21 10:10:50 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "egui_extras"
|
2023-01-31 12:57:58 +01:00
|
|
|
version = "0.20.0"
|
2022-11-21 10:10:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 12:57:58 +01:00
|
|
|
checksum = "1975cd88ff7430f93b29e6b9868b648a8ff6a43b08b9ff8474ee0a648bd8f9a6"
|
2022-11-21 10:10:50 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"egui",
|
2023-01-09 13:55:24 +01:00
|
|
|
"resvg 0.23.0",
|
2023-01-31 12:57:58 +01:00
|
|
|
"serde",
|
2022-11-21 10:10:50 +01:00
|
|
|
"tiny-skia",
|
2023-01-09 13:55:24 +01:00
|
|
|
"usvg 0.23.0",
|
2022-11-21 10:10:50 +01:00
|
|
|
]
|
|
|
|
|
|
2022-11-17 20:32:54 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "egui_glow"
|
2023-01-31 12:57:58 +01:00
|
|
|
version = "0.20.1"
|
2022-11-17 20:32:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 12:57:58 +01:00
|
|
|
checksum = "6d4b5960cb1bae1c403a6c9027a745210a41913433b10c73b6e7d76a1017f8b4"
|
2022-11-17 20:32:54 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bytemuck",
|
|
|
|
|
"egui",
|
|
|
|
|
"glow",
|
2022-12-27 18:27:29 +01:00
|
|
|
"memoffset 0.6.5",
|
2022-11-17 20:32:54 +01:00
|
|
|
"tracing",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
"web-sys",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "either"
|
2023-01-26 21:08:50 +01:00
|
|
|
version = "1.8.1"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 21:08:50 +01:00
|
|
|
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
|
2023-01-09 13:55:24 +01:00
|
|
|
|
2022-06-20 15:50:52 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "emath"
|
2023-01-31 12:57:58 +01:00
|
|
|
version = "0.20.0"
|
2022-06-20 15:50:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 12:57:58 +01:00
|
|
|
checksum = "5277249c8c3430e7127e4f2c40a77485e7baf11ae132ce9b3253a8ed710df0a0"
|
2022-11-17 20:32:54 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bytemuck",
|
|
|
|
|
]
|
2022-06-20 15:50:52 +02:00
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "encase"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0a516181e9a36e8982cb37933c5e7dba638c42938cacde46ee4e5b4156f881b9"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"const_panic",
|
|
|
|
|
"encase_derive",
|
|
|
|
|
"glam",
|
|
|
|
|
"thiserror",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "encase_derive"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f5b802412eea315f29f2bb2da3a5963cd6121f56eaa06aebcdc0c54eea578f22"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"encase_derive_impl",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "encase_derive_impl"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0f2f4de457d974f548d2c2a16f709ebd81013579e543bd1a9b19ced88132c2cf"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-03 19:17:51 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "encoding"
|
|
|
|
|
version = "0.2.33"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"encoding-index-japanese",
|
|
|
|
|
"encoding-index-korean",
|
|
|
|
|
"encoding-index-simpchinese",
|
|
|
|
|
"encoding-index-singlebyte",
|
|
|
|
|
"encoding-index-tradchinese",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "encoding-index-japanese"
|
|
|
|
|
version = "1.20141219.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"encoding_index_tests",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "encoding-index-korean"
|
|
|
|
|
version = "1.20141219.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"encoding_index_tests",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "encoding-index-simpchinese"
|
|
|
|
|
version = "1.20141219.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"encoding_index_tests",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "encoding-index-singlebyte"
|
|
|
|
|
version = "1.20141219.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"encoding_index_tests",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "encoding-index-tradchinese"
|
|
|
|
|
version = "1.20141219.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"encoding_index_tests",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "encoding_index_tests"
|
|
|
|
|
version = "0.1.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
|
|
|
|
|
|
2022-06-20 15:50:52 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "epaint"
|
2023-01-31 12:57:58 +01:00
|
|
|
version = "0.20.0"
|
2022-06-20 15:50:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 12:57:58 +01:00
|
|
|
checksum = "de14b65fe5e423e0058f77a8beb2c863b056d0566d6c4ce0d097aa5814cb705a"
|
2022-06-20 15:50:52 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"ab_glyph",
|
2023-01-26 21:08:50 +01:00
|
|
|
"ahash 0.8.3",
|
2022-06-20 15:50:52 +02:00
|
|
|
"atomic_refcell",
|
2022-11-17 20:32:54 +01:00
|
|
|
"bytemuck",
|
2023-01-31 12:57:58 +01:00
|
|
|
"ecolor",
|
2022-07-04 16:00:03 +02:00
|
|
|
"emath",
|
2022-01-11 17:22:23 +01:00
|
|
|
"nohash-hasher",
|
2023-01-09 13:55:24 +01:00
|
|
|
"parking_lot 0.12.1",
|
2022-01-11 17:22:23 +01:00
|
|
|
]
|
|
|
|
|
|
2022-02-09 14:26:35 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "errno"
|
|
|
|
|
version = "0.2.8"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"errno-dragonfly",
|
|
|
|
|
"libc",
|
|
|
|
|
"winapi",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
|
version = "0.1.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cc",
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "euclid"
|
|
|
|
|
version = "0.22.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b52c2ef4a78da0ba68fbe1fd920627411096d2ac478f7f4c9f3a54ba6705bade"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"num-traits",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "exr"
|
2023-02-24 17:41:52 +01:00
|
|
|
version = "1.5.3"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 17:41:52 +01:00
|
|
|
checksum = "e8af5ef47e2ed89d23d0ecbc1b681b30390069de70260937877514377fc24feb"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bit_field",
|
|
|
|
|
"flume",
|
|
|
|
|
"half",
|
|
|
|
|
"lebe",
|
|
|
|
|
"miniz_oxide",
|
|
|
|
|
"smallvec",
|
|
|
|
|
"threadpool",
|
2023-02-24 17:41:52 +01:00
|
|
|
"zune-inflate",
|
2023-01-09 13:55:24 +01:00
|
|
|
]
|
|
|
|
|
|
2022-01-11 17:22:23 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "fastrand"
|
2023-02-24 17:41:52 +01:00
|
|
|
version = "1.9.0"
|
2022-01-11 17:22:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 17:41:52 +01:00
|
|
|
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
2022-01-11 17:22:23 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"instant",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "find-crate"
|
|
|
|
|
version = "0.6.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "59a98bbaacea1c0eb6a0876280051b892eb73594fd90cf3b20e9c817029c57d2"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"toml",
|
|
|
|
|
]
|
|
|
|
|
|
2022-09-28 15:18:04 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "flate2"
|
2022-11-28 17:48:50 +01:00
|
|
|
version = "1.0.25"
|
2022-09-28 15:18:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-28 17:48:50 +01:00
|
|
|
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
|
2022-09-28 15:18:04 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"crc32fast",
|
2023-01-09 13:55:24 +01:00
|
|
|
"miniz_oxide",
|
2022-11-28 17:48:50 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "float-cmp"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e1267f4ac4f343772758f7b1bdcbe767c218bbab93bb432acbf5162bbf85a6c4"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"num-traits",
|
2022-09-28 15:18:04 +02:00
|
|
|
]
|
|
|
|
|
|
2022-11-21 10:10:50 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "float-cmp"
|
|
|
|
|
version = "0.9.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "flume"
|
|
|
|
|
version = "0.10.14"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-sink",
|
|
|
|
|
"nanorand",
|
|
|
|
|
"pin-project",
|
|
|
|
|
"spin",
|
|
|
|
|
]
|
|
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "fnv"
|
|
|
|
|
version = "1.0.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
2022-11-21 10:10:50 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "fontconfig-parser"
|
2023-02-24 17:41:52 +01:00
|
|
|
version = "0.5.2"
|
2022-11-21 10:10:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 17:41:52 +01:00
|
|
|
checksum = "4ab2e12762761366dcb876ab8b6e0cfa4797ddcd890575919f008b5ba655672a"
|
2022-11-21 10:10:50 +01:00
|
|
|
dependencies = [
|
2023-02-24 17:41:52 +01:00
|
|
|
"roxmltree 0.18.0",
|
2022-11-21 10:10:50 +01:00
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "fontdb"
|
|
|
|
|
version = "0.6.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1d66551cc28351f0bc6a73da86459ee7765caaad03ce284f2dc36472dbf539cd"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"log",
|
|
|
|
|
"memmap2 0.3.1",
|
|
|
|
|
"ttf-parser 0.12.3",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-21 10:10:50 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "fontdb"
|
|
|
|
|
version = "0.9.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d52186a39c335aa6f79fc0bf1c3cf854870b6ad4e50a7bb8a59b4ba1331f478a"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"fontconfig-parser",
|
|
|
|
|
"log",
|
2023-02-25 00:17:54 +01:00
|
|
|
"memmap2 0.5.10",
|
2023-01-09 13:55:24 +01:00
|
|
|
"ttf-parser 0.17.1",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "fontdb"
|
|
|
|
|
version = "0.10.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8131752b3f3b876a20f42b3d08233ad177d6e7ec6d18aaa6954489a201071be5"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"log",
|
2023-02-25 00:17:54 +01:00
|
|
|
"memmap2 0.5.10",
|
2022-11-21 10:10:50 +01:00
|
|
|
"ttf-parser 0.17.1",
|
|
|
|
|
]
|
|
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "foreign-types"
|
|
|
|
|
version = "0.3.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"foreign-types-shared",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
2023-01-09 13:55:24 +01:00
|
|
|
name = "freedesktop-icons"
|
2023-01-16 15:12:25 +01:00
|
|
|
version = "0.2.3"
|
2022-08-31 13:01:23 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 15:12:25 +01:00
|
|
|
checksum = "00e61ac115df4632b592d36b71fda3c259f4c8061c70b7fa429bac145890e880"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
2023-01-09 13:55:24 +01:00
|
|
|
"dirs",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"rust-ini",
|
|
|
|
|
"thiserror",
|
|
|
|
|
"xdg",
|
2021-12-15 17:25:15 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2023-01-09 13:55:24 +01:00
|
|
|
name = "futures"
|
2023-02-24 17:41:52 +01:00
|
|
|
version = "0.3.26"
|
2022-08-31 13:01:23 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 17:41:52 +01:00
|
|
|
checksum = "13e2792b0ff0340399d58445b88fd9770e3489eff258a4cbc1523418f12abf84"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
2023-01-09 13:55:24 +01:00
|
|
|
"futures-channel",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-executor",
|
|
|
|
|
"futures-io",
|
|
|
|
|
"futures-sink",
|
|
|
|
|
"futures-task",
|
|
|
|
|
"futures-util",
|
2021-12-15 17:25:15 +01:00
|
|
|
]
|
|
|
|
|
|
2022-04-27 21:33:46 +02:00
|
|
|
[[package]]
|
2023-01-09 13:55:24 +01:00
|
|
|
name = "futures-channel"
|
2023-02-24 17:41:52 +01:00
|
|
|
version = "0.3.26"
|
2022-04-27 21:33:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 17:41:52 +01:00
|
|
|
checksum = "2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5"
|
2022-04-27 21:33:46 +02:00
|
|
|
dependencies = [
|
2023-01-09 13:55:24 +01:00
|
|
|
"futures-core",
|
|
|
|
|
"futures-sink",
|
2022-04-27 21:33:46 +02:00
|
|
|
]
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
2023-01-09 13:55:24 +01:00
|
|
|
name = "futures-core"
|
2023-02-24 17:41:52 +01:00
|
|
|
version = "0.3.26"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 17:41:52 +01:00
|
|
|
checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608"
|
2023-01-09 13:55:24 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-executor"
|
2023-02-24 17:41:52 +01:00
|
|
|
version = "0.3.26"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 17:41:52 +01:00
|
|
|
checksum = "e8de0a35a6ab97ec8869e32a2473f4b1324459e14c29275d14b10cb1fd19b50e"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-task",
|
|
|
|
|
"futures-util",
|
|
|
|
|
"num_cpus",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-io"
|
2023-02-24 17:41:52 +01:00
|
|
|
version = "0.3.26"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 17:41:52 +01:00
|
|
|
checksum = "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531"
|
2023-01-09 13:55:24 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-macro"
|
2023-02-24 17:41:52 +01:00
|
|
|
version = "0.3.26"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 17:41:52 +01:00
|
|
|
checksum = "95a73af87da33b5acf53acfebdc339fe592ecf5357ac7c0a7734ab9d8c876a70"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-sink"
|
2023-02-24 17:41:52 +01:00
|
|
|
version = "0.3.26"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 17:41:52 +01:00
|
|
|
checksum = "f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364"
|
2023-01-09 13:55:24 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-task"
|
2023-02-24 17:41:52 +01:00
|
|
|
version = "0.3.26"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 17:41:52 +01:00
|
|
|
checksum = "dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366"
|
2023-01-09 13:55:24 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-util"
|
2023-02-24 17:41:52 +01:00
|
|
|
version = "0.3.26"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 17:41:52 +01:00
|
|
|
checksum = "9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"futures-channel",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-io",
|
|
|
|
|
"futures-macro",
|
|
|
|
|
"futures-sink",
|
|
|
|
|
"futures-task",
|
|
|
|
|
"memchr",
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
"pin-utils",
|
|
|
|
|
"slab",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "fxhash"
|
|
|
|
|
version = "0.2.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"byteorder",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gbm"
|
2023-01-24 17:40:33 +01:00
|
|
|
version = "0.11.0"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 17:40:33 +01:00
|
|
|
checksum = "fffcdb4a9a42ceeb8170a916a84d44ec1fbfbbd753070180a98db92b71bfd431"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"drm",
|
|
|
|
|
"drm-fourcc",
|
|
|
|
|
"gbm-sys",
|
|
|
|
|
"libc",
|
2023-02-24 17:41:52 +01:00
|
|
|
"wayland-backend",
|
|
|
|
|
"wayland-server",
|
2023-01-09 13:55:24 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gbm-sys"
|
|
|
|
|
version = "0.2.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b63eba9b9b7a231514482deb08759301c9f9f049ac6869403f381834ebfeaf67"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "generic-array"
|
|
|
|
|
version = "0.14.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"typenum",
|
|
|
|
|
"version_check",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gethostname"
|
|
|
|
|
version = "0.2.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"
|
|
|
|
|
dependencies = [
|
2021-12-15 17:25:15 +01:00
|
|
|
"libc",
|
|
|
|
|
"winapi",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "getrandom"
|
2022-11-04 14:14:35 +01:00
|
|
|
version = "0.2.8"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-04 14:14:35 +01:00
|
|
|
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
2022-08-15 11:39:55 +02:00
|
|
|
"cfg-if",
|
2023-01-09 13:55:24 +01:00
|
|
|
"js-sys",
|
2021-12-15 17:25:15 +01:00
|
|
|
"libc",
|
2022-06-20 15:50:52 +02:00
|
|
|
"wasi",
|
2023-01-09 13:55:24 +01:00
|
|
|
"wasm-bindgen",
|
2021-12-15 17:25:15 +01:00
|
|
|
]
|
|
|
|
|
|
2022-11-21 10:10:50 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "gif"
|
|
|
|
|
version = "0.11.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3edd93c6756b4dfaf2709eafcc345ba2636565295c198a9cfbf75fa5e3e00b06"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"color_quant",
|
|
|
|
|
"weezl",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-22 21:27:56 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "gimli"
|
2023-02-24 17:41:52 +01:00
|
|
|
version = "0.27.2"
|
2021-12-22 21:27:56 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 17:41:52 +01:00
|
|
|
checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
|
2021-12-22 21:27:56 +01:00
|
|
|
|
2021-12-15 17:25:15 +01: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-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "glam"
|
|
|
|
|
version = "0.21.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "518faa5064866338b013ff9b2350dc318e14cc4fcd6cb8206d7e7c9886c98815"
|
|
|
|
|
|
2022-11-17 20:32:54 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "glow"
|
|
|
|
|
version = "0.11.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d8bd5877156a19b8ac83a29b2306fe20537429d318f3ff0a1a2119f8d9c61919"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"js-sys",
|
|
|
|
|
"slotmap",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
"web-sys",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "glow_glyph"
|
|
|
|
|
version = "0.5.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0f4e62c64947b9a24fe20e2bba9ad819ecb506ef5c8df7ffc4737464c6df9510"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bytemuck",
|
|
|
|
|
"glow",
|
|
|
|
|
"glyph_brush",
|
|
|
|
|
"log",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "glyph_brush"
|
2023-02-25 00:17:54 +01:00
|
|
|
version = "0.7.7"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-25 00:17:54 +01:00
|
|
|
checksum = "4edefd123f28a0b1d41ec4a489c2b43020b369180800977801611084f342978d"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"glyph_brush_draw_cache",
|
|
|
|
|
"glyph_brush_layout",
|
|
|
|
|
"ordered-float",
|
|
|
|
|
"rustc-hash",
|
|
|
|
|
"twox-hash",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "glyph_brush_draw_cache"
|
|
|
|
|
version = "0.1.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6010675390f6889e09a21e2c8b575b3ee25667ea8237a8d59423f73cb8c28610"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"ab_glyph",
|
|
|
|
|
"crossbeam-channel",
|
|
|
|
|
"crossbeam-deque",
|
|
|
|
|
"linked-hash-map",
|
|
|
|
|
"rayon",
|
|
|
|
|
"rustc-hash",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "glyph_brush_layout"
|
|
|
|
|
version = "0.2.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "cc32c2334f00ca5ac3695c5009ae35da21da8c62d255b5b96d56e2597a637a38"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"ab_glyph",
|
|
|
|
|
"approx 0.5.1",
|
|
|
|
|
"xi-unicode",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gpu-alloc"
|
|
|
|
|
version = "0.5.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7fc59e5f710e310e76e6707f86c561dd646f69a8876da9131703b2f717de818d"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"gpu-alloc-types",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gpu-alloc-types"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "54804d0d6bc9d7f26db4eaec1ad10def69b599315f487d32c334a80d1efe67a5"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gpu-descriptor"
|
|
|
|
|
version = "0.2.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0b0c02e1ba0bdb14e965058ca34e09c020f8e507a760df1121728e0aef68d57a"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"gpu-descriptor-types",
|
|
|
|
|
"hashbrown",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gpu-descriptor-types"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "363e3677e55ad168fef68cf9de3a4a310b53124c5e784c53a1d70e92d23f2126"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "guillotiere"
|
|
|
|
|
version = "0.6.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b62d5865c036cb1393e23c50693df631d3f5d7bcca4c04fe4cc0fd592e74a782"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"euclid",
|
|
|
|
|
"svg_fmt",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "half"
|
2023-01-16 15:12:25 +01:00
|
|
|
version = "2.2.1"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 15:12:25 +01:00
|
|
|
checksum = "02b4af3693f1b705df946e9fe5631932443781d0aabb423b62fcd4d73f6d2fd0"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"crunchy",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "hashbrown"
|
2022-07-18 17:43:37 +02:00
|
|
|
version = "0.12.3"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 17:43:37 +02:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"ahash 0.7.6",
|
|
|
|
|
]
|
2021-12-15 17:25:15 +01:00
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "hermit-abi"
|
|
|
|
|
version = "0.2.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "hexf-parse"
|
|
|
|
|
version = "0.2.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
|
|
|
|
|
|
2022-04-27 21:33:46 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "hmac"
|
|
|
|
|
version = "0.12.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
|
|
|
dependencies = [
|
2023-02-24 17:41:52 +01:00
|
|
|
"digest",
|
2022-04-27 21:33:46 +02:00
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "iced"
|
|
|
|
|
version = "0.6.0"
|
2023-01-24 18:09:13 +01:00
|
|
|
source = "git+https://github.com/pop-os/libcosmic?rev=abf8fc96c#abf8fc96c2eb8c3ed25d90c4538e29c3a12029fb"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"iced_core",
|
|
|
|
|
"iced_futures",
|
|
|
|
|
"iced_glow",
|
|
|
|
|
"iced_graphics",
|
|
|
|
|
"iced_native",
|
2023-01-16 15:12:25 +01:00
|
|
|
"iced_softbuffer",
|
2023-01-09 13:55:24 +01:00
|
|
|
"iced_wgpu",
|
|
|
|
|
"image",
|
|
|
|
|
"thiserror",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "iced_core"
|
|
|
|
|
version = "0.6.2"
|
2023-01-24 18:09:13 +01:00
|
|
|
source = "git+https://github.com/pop-os/libcosmic?rev=abf8fc96c#abf8fc96c2eb8c3ed25d90c4538e29c3a12029fb"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"palette",
|
|
|
|
|
"wasm-timer",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "iced_futures"
|
|
|
|
|
version = "0.5.1"
|
2023-01-24 18:09:13 +01:00
|
|
|
source = "git+https://github.com/pop-os/libcosmic?rev=abf8fc96c#abf8fc96c2eb8c3ed25d90c4538e29c3a12029fb"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"futures",
|
|
|
|
|
"log",
|
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
|
"wasm-timer",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "iced_glow"
|
|
|
|
|
version = "0.5.1"
|
2023-01-24 18:09:13 +01:00
|
|
|
source = "git+https://github.com/pop-os/libcosmic?rev=abf8fc96c#abf8fc96c2eb8c3ed25d90c4538e29c3a12029fb"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bytemuck",
|
|
|
|
|
"euclid",
|
|
|
|
|
"glow",
|
|
|
|
|
"glow_glyph",
|
|
|
|
|
"glyph_brush",
|
|
|
|
|
"iced_graphics",
|
|
|
|
|
"iced_native",
|
|
|
|
|
"log",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "iced_graphics"
|
|
|
|
|
version = "0.5.0"
|
2023-01-24 18:09:13 +01:00
|
|
|
source = "git+https://github.com/pop-os/libcosmic?rev=abf8fc96c#abf8fc96c2eb8c3ed25d90c4538e29c3a12029fb"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"bytemuck",
|
|
|
|
|
"glam",
|
|
|
|
|
"iced_native",
|
|
|
|
|
"iced_style",
|
|
|
|
|
"image",
|
|
|
|
|
"kamadak-exif",
|
|
|
|
|
"log",
|
|
|
|
|
"raw-window-handle 0.5.0",
|
|
|
|
|
"resvg 0.18.0",
|
|
|
|
|
"thiserror",
|
|
|
|
|
"tiny-skia",
|
|
|
|
|
"usvg 0.18.0",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "iced_lazy"
|
|
|
|
|
version = "0.3.0"
|
2023-01-24 18:09:13 +01:00
|
|
|
source = "git+https://github.com/pop-os/libcosmic?rev=abf8fc96c#abf8fc96c2eb8c3ed25d90c4538e29c3a12029fb"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"iced_native",
|
|
|
|
|
"ouroboros 0.13.0",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "iced_native"
|
|
|
|
|
version = "0.7.0"
|
2023-01-24 18:09:13 +01:00
|
|
|
source = "git+https://github.com/pop-os/libcosmic?rev=abf8fc96c#abf8fc96c2eb8c3ed25d90c4538e29c3a12029fb"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"iced_core",
|
|
|
|
|
"iced_futures",
|
|
|
|
|
"iced_style",
|
|
|
|
|
"num-traits",
|
|
|
|
|
"twox-hash",
|
|
|
|
|
"unicode-segmentation",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2023-01-16 15:12:25 +01:00
|
|
|
name = "iced_softbuffer"
|
2023-01-09 13:55:24 +01:00
|
|
|
version = "0.1.0"
|
2023-01-24 18:09:13 +01:00
|
|
|
source = "git+https://github.com/pop-os/libcosmic?rev=abf8fc96c#abf8fc96c2eb8c3ed25d90c4538e29c3a12029fb"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"cosmic-text",
|
|
|
|
|
"iced_graphics",
|
|
|
|
|
"iced_native",
|
|
|
|
|
"lazy_static",
|
|
|
|
|
"log",
|
|
|
|
|
"raqote",
|
|
|
|
|
"raw-window-handle 0.5.0",
|
|
|
|
|
"softbuffer",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-16 15:12:25 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "iced_style"
|
|
|
|
|
version = "0.5.1"
|
2023-01-24 18:09:13 +01:00
|
|
|
source = "git+https://github.com/pop-os/libcosmic?rev=abf8fc96c#abf8fc96c2eb8c3ed25d90c4538e29c3a12029fb"
|
2023-01-16 15:12:25 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"iced_core",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"palette",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "iced_wgpu"
|
|
|
|
|
version = "0.7.0"
|
2023-01-24 18:09:13 +01:00
|
|
|
source = "git+https://github.com/pop-os/libcosmic?rev=abf8fc96c#abf8fc96c2eb8c3ed25d90c4538e29c3a12029fb"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"bytemuck",
|
|
|
|
|
"encase",
|
|
|
|
|
"futures",
|
|
|
|
|
"glam",
|
|
|
|
|
"glyph_brush",
|
|
|
|
|
"guillotiere",
|
|
|
|
|
"iced_graphics",
|
|
|
|
|
"iced_native",
|
|
|
|
|
"log",
|
|
|
|
|
"raw-window-handle 0.5.0",
|
|
|
|
|
"wgpu",
|
|
|
|
|
"wgpu_glyph",
|
|
|
|
|
]
|
|
|
|
|
|
2022-03-24 20:32:31 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "id_tree"
|
|
|
|
|
version = "1.8.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "bcd9db8dd5be8bde5a2624ed4b2dfb74368fe7999eb9c4940fd3ca344b61071a"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"snowflake",
|
|
|
|
|
]
|
|
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "ident_case"
|
|
|
|
|
version = "1.0.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
|
2022-11-21 10:10:50 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "image"
|
|
|
|
|
version = "0.24.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "69b7ea949b537b0fd0af141fff8c77690f2ce96f4f41f042ccb6c69c6c965945"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bytemuck",
|
|
|
|
|
"byteorder",
|
|
|
|
|
"color_quant",
|
2023-01-09 13:55:24 +01:00
|
|
|
"exr",
|
|
|
|
|
"gif",
|
|
|
|
|
"jpeg-decoder 0.3.0",
|
2022-11-21 10:10:50 +01:00
|
|
|
"num-rational",
|
|
|
|
|
"num-traits",
|
2023-01-09 13:55:24 +01:00
|
|
|
"png",
|
|
|
|
|
"scoped_threadpool",
|
|
|
|
|
"tiff",
|
2022-11-21 10:10:50 +01:00
|
|
|
]
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "indexmap"
|
2022-11-21 10:10:50 +01:00
|
|
|
version = "1.9.2"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-21 10:10:50 +01:00
|
|
|
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
|
|
|
|
"hashbrown",
|
2023-03-06 18:50:11 +01:00
|
|
|
"serde",
|
2021-12-15 17:25:15 +01:00
|
|
|
]
|
|
|
|
|
|
2022-01-20 19:51:46 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "input"
|
2023-02-13 17:44:24 +01:00
|
|
|
version = "0.8.2"
|
2022-01-20 19:51:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-13 17:44:24 +01:00
|
|
|
checksum = "eeb3afdf1f8137428002b354eaf87aa629178995683941d94b04c6d145ec8937"
|
2022-01-20 19:51:46 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"input-sys",
|
2023-01-24 17:40:33 +01:00
|
|
|
"io-lifetimes",
|
2022-01-20 19:51:46 +01:00
|
|
|
"libc",
|
|
|
|
|
"udev",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "input-sys"
|
2023-01-24 17:40:33 +01:00
|
|
|
version = "1.17.0"
|
2022-01-20 19:51:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 17:40:33 +01:00
|
|
|
checksum = "05f6c2a17e8aba7217660e32863af87b0febad811d4b8620ef76b386603fddc2"
|
2022-01-20 19:51:46 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 23:23:49 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "instant"
|
|
|
|
|
version = "0.1.12"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
|
|
dependencies = [
|
2022-08-15 11:39:55 +02:00
|
|
|
"cfg-if",
|
2022-01-18 19:42:04 +01:00
|
|
|
"js-sys",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
"web-sys",
|
|
|
|
|
]
|
|
|
|
|
|
2022-09-28 15:18:04 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "io-lifetimes"
|
2023-02-24 17:41:52 +01:00
|
|
|
version = "1.0.5"
|
2022-09-28 15:18:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 17:41:52 +01:00
|
|
|
checksum = "1abeb7a0dd0f8181267ff8adc397075586500b81b28a73e8a0208b00fc170fb3"
|
2022-09-28 15:18:04 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
2023-02-24 17:41:52 +01:00
|
|
|
"windows-sys 0.45.0",
|
2022-09-28 15:18:04 +02:00
|
|
|
]
|
|
|
|
|
|
2022-02-05 00:40:17 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "itoa"
|
2023-01-09 13:55:24 +01:00
|
|
|
version = "1.0.5"
|
2022-02-05 00:40:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-09 13:55:24 +01:00
|
|
|
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
|
2022-02-05 00:40:17 +01:00
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "jni-sys"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
|
|
|
|
|
|
2023-03-06 18:50:11 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "jobserver"
|
|
|
|
|
version = "0.1.26"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "jpeg-decoder"
|
|
|
|
|
version = "0.1.22"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2"
|
|
|
|
|
|
2022-11-21 10:10:50 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "jpeg-decoder"
|
|
|
|
|
version = "0.2.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9478aa10f73e7528198d75109c8be5cd7d15fb530238040148d5f9a22d4c5b3b"
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "jpeg-decoder"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"rayon",
|
|
|
|
|
]
|
|
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "js-sys"
|
2023-02-24 17:41:52 +01:00
|
|
|
version = "0.3.61"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 17:41:52 +01:00
|
|
|
checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"wasm-bindgen",
|
2021-12-15 23:23:49 +01:00
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "kamadak-exif"
|
|
|
|
|
version = "0.5.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ef4fc70d0ab7e5b6bafa30216a6b48705ea964cdfc29c050f2412295eba58077"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"mutate_once",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "khronos-egl"
|
|
|
|
|
version = "4.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8c2352bd1d0bceb871cb9d40f24360c8133c11d7486b68b5381c1dd1a32015e3"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"libloading",
|
|
|
|
|
"pkg-config",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "khronos_api"
|
|
|
|
|
version = "3.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
|
|
|
|
|
|
2022-11-21 10:10:50 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "kurbo"
|
2023-01-09 13:55:24 +01:00
|
|
|
version = "0.8.0"
|
2022-11-21 10:10:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-09 13:55:24 +01:00
|
|
|
checksum = "eb348d766edbac91ba1eb83020d96f4f8867924d194393083c15a51f185e6a82"
|
2022-11-21 10:10:50 +01:00
|
|
|
dependencies = [
|
2023-01-09 13:55:24 +01:00
|
|
|
"arrayvec 0.5.2",
|
2022-11-21 10:10:50 +01:00
|
|
|
]
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "lazy_static"
|
|
|
|
|
version = "1.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "lebe"
|
|
|
|
|
version = "0.5.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "libc"
|
2023-01-09 13:55:24 +01:00
|
|
|
version = "0.2.139"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-09 13:55:24 +01:00
|
|
|
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "libcosmic"
|
|
|
|
|
version = "0.1.0"
|
2023-01-24 18:09:13 +01:00
|
|
|
source = "git+https://github.com/pop-os/libcosmic?rev=abf8fc96c#abf8fc96c2eb8c3ed25d90c4538e29c3a12029fb"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"apply",
|
|
|
|
|
"cosmic-theme",
|
|
|
|
|
"derive_setters",
|
|
|
|
|
"freedesktop-icons",
|
|
|
|
|
"iced",
|
|
|
|
|
"iced_core",
|
|
|
|
|
"iced_lazy",
|
|
|
|
|
"iced_native",
|
2023-01-16 15:12:25 +01:00
|
|
|
"iced_softbuffer",
|
2023-01-09 13:55:24 +01:00
|
|
|
"iced_style",
|
|
|
|
|
"lazy_static",
|
|
|
|
|
"palette",
|
|
|
|
|
"slotmap",
|
|
|
|
|
]
|
2021-12-15 17:25:15 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "libloading"
|
2022-11-17 20:32:54 +01:00
|
|
|
version = "0.7.4"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-17 20:32:54 +01:00
|
|
|
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
2022-08-15 11:39:55 +02:00
|
|
|
"cfg-if",
|
2021-12-15 17:25:15 +01:00
|
|
|
"winapi",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "libm"
|
|
|
|
|
version = "0.2.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"
|
|
|
|
|
|
2022-02-09 14:26:35 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "libseat"
|
2022-09-28 15:18:04 +02:00
|
|
|
version = "0.1.7"
|
2022-02-09 14:26:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-28 15:18:04 +02:00
|
|
|
checksum = "845e5c255462c9bc7c71c17b996766b76e3c66f2ddd5846bfbc83f18382aa648"
|
2022-02-09 14:26:35 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"errno",
|
|
|
|
|
"libseat-sys",
|
|
|
|
|
"slog",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "libseat-sys"
|
2022-09-28 15:18:04 +02:00
|
|
|
version = "0.1.7"
|
2022-02-09 14:26:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-28 15:18:04 +02:00
|
|
|
checksum = "3671cb5e03871f1d6bf0b3b5daa9275549e348fa6359e0f9adb910ca163d4c34"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"pkg-config",
|
|
|
|
|
]
|
2022-02-09 14:26:35 +01:00
|
|
|
|
2022-04-27 21:33:46 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "libsystemd"
|
|
|
|
|
version = "0.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8144587c71c16756b1055d3dcb0c75cb605a10ecd6523cc33702d5f90902bf6d"
|
|
|
|
|
dependencies = [
|
2023-02-24 17:41:52 +01:00
|
|
|
"hmac",
|
2022-04-27 21:33:46 +02:00
|
|
|
"libc",
|
|
|
|
|
"log",
|
2023-01-09 13:55:24 +01:00
|
|
|
"nix 0.23.2",
|
2022-04-27 21:33:46 +02:00
|
|
|
"nom",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"serde",
|
2023-02-24 17:41:52 +01:00
|
|
|
"sha2",
|
2022-04-27 21:33:46 +02:00
|
|
|
"thiserror",
|
|
|
|
|
"uuid",
|
|
|
|
|
]
|
|
|
|
|
|
2022-01-20 19:51:46 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "libudev-sys"
|
|
|
|
|
version = "0.1.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"pkg-config",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "linked-hash-map"
|
|
|
|
|
version = "0.5.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
|
|
|
|
|
2021-12-15 23:23:49 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "lock_api"
|
2022-09-28 15:18:04 +02:00
|
|
|
version = "0.4.9"
|
2021-12-15 23:23:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-28 15:18:04 +02:00
|
|
|
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
|
2021-12-15 23:23:49 +01:00
|
|
|
dependencies = [
|
2022-03-31 18:57:32 +02:00
|
|
|
"autocfg",
|
2021-12-15 23:23:49 +01:00
|
|
|
"scopeguard",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "log"
|
2022-05-03 13:49:26 +02:00
|
|
|
version = "0.4.17"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-03 13:49:26 +02:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
2022-08-15 11:39:55 +02:00
|
|
|
"cfg-if",
|
2022-01-18 19:42:04 +01:00
|
|
|
]
|
|
|
|
|
|
2023-01-13 11:50:48 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "log-panics"
|
|
|
|
|
version = "2.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "68f9dd8546191c1850ecf67d22f5ff00a935b890d0e84713159a55495cc2ac5f"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"backtrace",
|
|
|
|
|
"log",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-16 15:12:25 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "lyon_geom"
|
2023-01-24 17:40:33 +01:00
|
|
|
version = "0.17.7"
|
2023-01-16 15:12:25 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 17:40:33 +01:00
|
|
|
checksum = "71d89ccbdafd83d259403e22061be27bccc3254bba65cdc5303250c4227c8c8e"
|
2023-01-16 15:12:25 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"arrayvec 0.5.2",
|
|
|
|
|
"euclid",
|
|
|
|
|
"num-traits",
|
|
|
|
|
]
|
|
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "malloc_buf"
|
|
|
|
|
version = "0.0.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
2021-12-15 17:25:15 +01:00
|
|
|
]
|
|
|
|
|
|
2023-02-24 17:41:52 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "matchers"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"regex-automata",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-21 10:10:50 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "matches"
|
2023-01-26 21:08:50 +01:00
|
|
|
version = "0.1.10"
|
2022-11-21 10:10:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 21:08:50 +01:00
|
|
|
checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
|
2022-11-21 10:10:50 +01:00
|
|
|
|
2021-12-22 21:27:56 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "memchr"
|
2022-05-03 13:49:26 +02:00
|
|
|
version = "2.5.0"
|
2021-12-22 21:27:56 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-03 13:49:26 +02:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2021-12-22 21:27:56 +01:00
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "memmap2"
|
|
|
|
|
version = "0.3.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "00b6c2ebff6180198788f5db08d7ce3bc1d0b617176678831a7510825973e357"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "memmap2"
|
2023-02-25 00:17:54 +01:00
|
|
|
version = "0.5.10"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-25 00:17:54 +01:00
|
|
|
checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "memoffset"
|
|
|
|
|
version = "0.6.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
|
|
|
|
]
|
|
|
|
|
|
2022-12-27 18:27:29 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "memoffset"
|
|
|
|
|
version = "0.7.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
|
|
|
|
]
|
|
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
2023-01-09 13:55:24 +01:00
|
|
|
name = "metal"
|
|
|
|
|
version = "0.24.0"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-09 13:55:24 +01:00
|
|
|
checksum = "de11355d1f6781482d027a3b4d4de7825dcedb197bf573e0596d00008402d060"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"block",
|
|
|
|
|
"core-graphics-types",
|
|
|
|
|
"foreign-types",
|
|
|
|
|
"log",
|
|
|
|
|
"objc",
|
|
|
|
|
]
|
2022-01-18 19:42:04 +01:00
|
|
|
|
2021-12-22 21:27:56 +01:00
|
|
|
[[package]]
|
2023-01-09 13:55:24 +01:00
|
|
|
name = "minimal-lexical"
|
|
|
|
|
version = "0.2.1"
|
2021-12-22 21:27:56 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-09 13:55:24 +01:00
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
2021-12-22 21:27:56 +01:00
|
|
|
|
2022-11-04 14:14:35 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "miniz_oxide"
|
|
|
|
|
version = "0.6.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"adler",
|
|
|
|
|
]
|
|
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "mio"
|
2023-02-24 17:41:52 +01:00
|
|
|
version = "0.8.6"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 17:41:52 +01:00
|
|
|
checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"log",
|
2022-06-20 15:50:52 +02:00
|
|
|
"wasi",
|
2023-02-24 17:41:52 +01:00
|
|
|
"windows-sys 0.45.0",
|
2022-01-18 19:42:04 +01:00
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "mutate_once"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "16cf681a23b4d0a43fc35024c176437f9dcd818db34e0f42ab456a0ee5ad497b"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "naga"
|
|
|
|
|
version = "0.10.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "262d2840e72dbe250e8cf2f522d080988dfca624c4112c096238a4845f591707"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bit-set",
|
|
|
|
|
"bitflags",
|
|
|
|
|
"codespan-reporting",
|
|
|
|
|
"hexf-parse",
|
|
|
|
|
"indexmap",
|
|
|
|
|
"log",
|
|
|
|
|
"num-traits",
|
|
|
|
|
"rustc-hash",
|
|
|
|
|
"spirv",
|
|
|
|
|
"termcolor",
|
|
|
|
|
"thiserror",
|
|
|
|
|
"unicode-xid",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "nanorand"
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"getrandom",
|
|
|
|
|
]
|
|
|
|
|
|
2023-03-06 18:50:11 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "natord"
|
|
|
|
|
version = "1.0.9"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "308d96db8debc727c3fd9744aac51751243420e46edf401010908da7f8d5e57c"
|
|
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "ndk"
|
2022-08-15 11:39:55 +02:00
|
|
|
version = "0.7.0"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-15 11:39:55 +02:00
|
|
|
checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"jni-sys",
|
|
|
|
|
"ndk-sys",
|
|
|
|
|
"num_enum",
|
2022-08-15 11:39:55 +02:00
|
|
|
"raw-window-handle 0.5.0",
|
2022-01-18 19:42:04 +01:00
|
|
|
"thiserror",
|
|
|
|
|
]
|
|
|
|
|
|
2022-03-16 20:05:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "ndk-context"
|
2022-04-27 21:33:46 +02:00
|
|
|
version = "0.1.1"
|
2022-03-16 20:05:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-27 21:33:46 +02:00
|
|
|
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
|
2022-03-16 20:05:24 +01:00
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "ndk-glue"
|
2022-08-15 11:39:55 +02:00
|
|
|
version = "0.7.0"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-15 11:39:55 +02:00
|
|
|
checksum = "0434fabdd2c15e0aab768ca31d5b7b333717f03cf02037d5a0a3ff3c278ed67f"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"log",
|
|
|
|
|
"ndk",
|
2022-03-16 20:05:24 +01:00
|
|
|
"ndk-context",
|
2022-01-18 19:42:04 +01:00
|
|
|
"ndk-macro",
|
|
|
|
|
"ndk-sys",
|
2022-08-15 11:39:55 +02:00
|
|
|
"once_cell",
|
2023-01-09 13:55:24 +01:00
|
|
|
"parking_lot 0.12.1",
|
2022-01-18 19:42:04 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ndk-macro"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0df7ac00c4672f9d5aece54ee3347520b7e20f158656c7db2e6de01902eb7a6c"
|
|
|
|
|
dependencies = [
|
2023-01-09 13:55:24 +01:00
|
|
|
"darling 0.13.4",
|
2022-01-18 19:42:04 +01:00
|
|
|
"proc-macro-crate",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ndk-sys"
|
2022-11-23 13:04:09 -07:00
|
|
|
version = "0.4.1+23.1.7779620"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-23 13:04:09 -07:00
|
|
|
checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3"
|
2022-08-15 11:39:55 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"jni-sys",
|
|
|
|
|
]
|
2022-01-18 19:42:04 +01:00
|
|
|
|
2022-04-27 21:33:46 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "nix"
|
2023-01-09 13:55:24 +01:00
|
|
|
version = "0.23.2"
|
2022-04-27 21:33:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-09 13:55:24 +01:00
|
|
|
checksum = "8f3790c00a0150112de0f4cd161e3d7fc4b2d8a5542ffc35f099a2562aecb35c"
|
2022-04-27 21:33:46 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"cc",
|
2022-08-15 11:39:55 +02:00
|
|
|
"cfg-if",
|
2022-04-27 21:33:46 +02:00
|
|
|
"libc",
|
2022-12-27 18:27:29 +01:00
|
|
|
"memoffset 0.6.5",
|
2022-04-27 21:33:46 +02:00
|
|
|
]
|
|
|
|
|
|
2022-05-12 14:04:21 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "nix"
|
2023-01-09 13:55:24 +01:00
|
|
|
version = "0.24.3"
|
2022-05-12 14:04:21 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-09 13:55:24 +01:00
|
|
|
checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
|
2022-05-12 14:04:21 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
2022-08-15 11:39:55 +02:00
|
|
|
"cfg-if",
|
2022-05-12 14:04:21 +02:00
|
|
|
"libc",
|
2022-12-27 18:27:29 +01:00
|
|
|
"memoffset 0.6.5",
|
2022-05-12 14:04:21 +02:00
|
|
|
]
|
|
|
|
|
|
2022-10-28 18:34:08 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "nix"
|
2023-01-09 13:55:24 +01:00
|
|
|
version = "0.25.1"
|
2022-10-28 18:34:08 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-09 13:55:24 +01:00
|
|
|
checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4"
|
2022-10-28 18:34:08 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
|
|
|
|
"bitflags",
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"libc",
|
2022-12-27 18:27:29 +01:00
|
|
|
"memoffset 0.6.5",
|
2022-10-28 18:34:08 +02:00
|
|
|
]
|
|
|
|
|
|
2023-01-03 19:17:51 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "nix"
|
2023-01-24 17:40:33 +01:00
|
|
|
version = "0.26.2"
|
2023-01-03 19:17:51 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 17:40:33 +01:00
|
|
|
checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
|
2023-01-03 19:17:51 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"libc",
|
|
|
|
|
"memoffset 0.7.1",
|
2023-01-09 13:55:24 +01:00
|
|
|
"pin-utils",
|
2023-01-03 19:17:51 +01:00
|
|
|
"static_assertions",
|
|
|
|
|
]
|
|
|
|
|
|
2022-01-11 17:22:23 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "nohash-hasher"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
|
|
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "nom"
|
2023-01-16 15:12:25 +01:00
|
|
|
version = "7.1.3"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 15:12:25 +01:00
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
|
|
|
|
"minimal-lexical",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-26 21:08:50 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "nom8"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ae01545c9c7fc4486ab7debaf2aad7003ac19431791868fb2e8066df97fad2f8"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
|
|
|
|
]
|
|
|
|
|
|
2023-02-24 17:41:52 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "nu-ansi-term"
|
|
|
|
|
version = "0.46.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"overload",
|
|
|
|
|
"winapi",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-21 10:10:50 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "num-integer"
|
|
|
|
|
version = "0.1.45"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
|
|
|
|
"num-traits",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "num-rational"
|
|
|
|
|
version = "0.4.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
|
|
|
|
"num-integer",
|
|
|
|
|
"num-traits",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "num-traits"
|
2022-05-03 13:49:26 +02:00
|
|
|
version = "0.2.15"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-03 13:49:26 +02:00
|
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "num_cpus"
|
|
|
|
|
version = "1.15.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
|
|
|
|
|
dependencies = [
|
2023-02-24 17:41:52 +01:00
|
|
|
"hermit-abi",
|
2023-01-09 13:55:24 +01:00
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "num_enum"
|
2023-02-25 00:17:54 +01:00
|
|
|
version = "0.5.11"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-25 00:17:54 +01:00
|
|
|
checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"num_enum_derive",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "num_enum_derive"
|
2023-02-25 00:17:54 +01:00
|
|
|
version = "0.5.11"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-25 00:17:54 +01:00
|
|
|
checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro-crate",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "objc"
|
|
|
|
|
version = "0.2.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"malloc_buf",
|
|
|
|
|
"objc_exception",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "objc_exception"
|
|
|
|
|
version = "0.1.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "object"
|
2023-01-26 21:08:50 +01:00
|
|
|
version = "0.30.3"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 21:08:50 +01:00
|
|
|
checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "once_cell"
|
2023-02-24 17:41:52 +01:00
|
|
|
version = "1.17.1"
|
2023-01-16 15:12:25 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 17:41:52 +01:00
|
|
|
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
|
2023-01-16 15:12:25 +01:00
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "ordered-float"
|
|
|
|
|
version = "3.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d84eb1409416d254e4a9c8fa56cc24701755025b458f0fcd8e59e1f5f40c23bf"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"num-traits",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ordered-multimap"
|
|
|
|
|
version = "0.4.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ccd746e37177e1711c20dd619a1620f34f5c8b569c53590a72dedd5344d8924a"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"dlv-list",
|
|
|
|
|
"hashbrown",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ouroboros"
|
|
|
|
|
version = "0.13.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f357ef82d1b4db66fbed0b8d542cbd3c22d0bf5b393b3c257b9ba4568e70c9c3"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"aliasable",
|
|
|
|
|
"ouroboros_macro 0.13.0",
|
|
|
|
|
"stable_deref_trait",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ouroboros"
|
2023-02-25 00:17:54 +01:00
|
|
|
version = "0.15.6"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-25 00:17:54 +01:00
|
|
|
checksum = "e1358bd1558bd2a083fed428ffeda486fbfb323e698cdda7794259d592ca72db"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"aliasable",
|
2023-02-25 00:17:54 +01:00
|
|
|
"ouroboros_macro 0.15.6",
|
2023-01-09 13:55:24 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ouroboros_macro"
|
|
|
|
|
version = "0.13.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "44a0b52c2cbaef7dffa5fec1a43274afe8bd2a644fa9fc50a9ef4ff0269b1257"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"Inflector",
|
|
|
|
|
"proc-macro-error",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ouroboros_macro"
|
2023-02-25 00:17:54 +01:00
|
|
|
version = "0.15.6"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-25 00:17:54 +01:00
|
|
|
checksum = "5f7d21ccd03305a674437ee1248f3ab5d4b1db095cf1caf49f1713ddf61956b7"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"Inflector",
|
|
|
|
|
"proc-macro-error",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
2023-02-24 17:41:52 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "overload"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "owned_ttf_parser"
|
2023-02-24 17:41:52 +01:00
|
|
|
version = "0.18.1"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 17:41:52 +01:00
|
|
|
checksum = "e25e9fb15717794fae58ab55c26e044103aad13186fbb625893f9a3bbcc24228"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
2023-01-16 15:12:25 +01:00
|
|
|
"ttf-parser 0.18.1",
|
2023-01-09 13:55:24 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "palette"
|
|
|
|
|
version = "0.6.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8f9cd68f7112581033f157e56c77ac4a5538ec5836a2e39284e65bd7d7275e49"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"approx 0.5.1",
|
|
|
|
|
"num-traits",
|
|
|
|
|
"palette_derive",
|
|
|
|
|
"phf",
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "palette_derive"
|
|
|
|
|
version = "0.6.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "05eedf46a8e7c27f74af0c9cfcdb004ceca158cb1b918c6f68f8d7a549b3e427"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"find-crate",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "parking_lot"
|
|
|
|
|
version = "0.11.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"instant",
|
|
|
|
|
"lock_api",
|
|
|
|
|
"parking_lot_core 0.8.6",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "parking_lot"
|
|
|
|
|
version = "0.12.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
2022-03-16 20:05:24 +01:00
|
|
|
dependencies = [
|
2023-01-09 13:55:24 +01:00
|
|
|
"lock_api",
|
2023-02-24 17:41:52 +01:00
|
|
|
"parking_lot_core 0.9.7",
|
2022-03-16 20:05:24 +01:00
|
|
|
]
|
|
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
2023-01-09 13:55:24 +01:00
|
|
|
name = "parking_lot_core"
|
|
|
|
|
version = "0.8.6"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-09 13:55:24 +01:00
|
|
|
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
2023-01-09 13:55:24 +01:00
|
|
|
"cfg-if",
|
|
|
|
|
"instant",
|
|
|
|
|
"libc",
|
|
|
|
|
"redox_syscall 0.2.16",
|
|
|
|
|
"smallvec",
|
|
|
|
|
"winapi",
|
2022-01-18 19:42:04 +01:00
|
|
|
]
|
|
|
|
|
|
2021-12-22 21:27:56 +01:00
|
|
|
[[package]]
|
2023-01-09 13:55:24 +01:00
|
|
|
name = "parking_lot_core"
|
2023-02-24 17:41:52 +01:00
|
|
|
version = "0.9.7"
|
2021-12-22 21:27:56 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 17:41:52 +01:00
|
|
|
checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
|
2021-12-22 21:27:56 +01:00
|
|
|
dependencies = [
|
2023-01-09 13:55:24 +01:00
|
|
|
"cfg-if",
|
|
|
|
|
"libc",
|
|
|
|
|
"redox_syscall 0.2.16",
|
|
|
|
|
"smallvec",
|
2023-02-24 17:41:52 +01:00
|
|
|
"windows-sys 0.45.0",
|
2021-12-22 21:27:56 +01:00
|
|
|
]
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
2023-01-09 13:55:24 +01:00
|
|
|
name = "percent-encoding"
|
|
|
|
|
version = "2.2.0"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-09 13:55:24 +01:00
|
|
|
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
2021-12-15 17:25:15 +01:00
|
|
|
|
2023-01-13 11:50:48 -08:00
|
|
|
[[package]]
|
2023-01-09 13:55:24 +01:00
|
|
|
name = "phf"
|
|
|
|
|
version = "0.11.1"
|
2023-01-13 11:50:48 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-09 13:55:24 +01:00
|
|
|
checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"phf_macros",
|
|
|
|
|
"phf_shared",
|
|
|
|
|
]
|
2023-01-13 11:50:48 -08:00
|
|
|
|
2022-01-11 17:22:23 +01:00
|
|
|
[[package]]
|
2023-01-09 13:55:24 +01:00
|
|
|
name = "phf_generator"
|
|
|
|
|
version = "0.11.1"
|
2022-01-11 17:22:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-09 13:55:24 +01:00
|
|
|
checksum = "b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf"
|
2022-01-11 17:22:23 +01:00
|
|
|
dependencies = [
|
2023-01-09 13:55:24 +01:00
|
|
|
"phf_shared",
|
|
|
|
|
"rand",
|
2022-01-11 17:22:23 +01:00
|
|
|
]
|
|
|
|
|
|
2022-06-20 15:50:52 +02:00
|
|
|
[[package]]
|
2023-01-09 13:55:24 +01:00
|
|
|
name = "phf_macros"
|
|
|
|
|
version = "0.11.1"
|
2022-06-20 15:50:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-09 13:55:24 +01:00
|
|
|
checksum = "92aacdc5f16768709a569e913f7451034034178b05bdc8acda226659a3dccc66"
|
2022-06-20 15:50:52 +02:00
|
|
|
dependencies = [
|
2023-01-09 13:55:24 +01:00
|
|
|
"phf_generator",
|
|
|
|
|
"phf_shared",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
2021-12-15 23:23:49 +01:00
|
|
|
]
|
|
|
|
|
|
2022-06-20 15:50:52 +02:00
|
|
|
[[package]]
|
2023-01-09 13:55:24 +01:00
|
|
|
name = "phf_shared"
|
|
|
|
|
version = "0.11.1"
|
2022-06-20 15:50:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-09 13:55:24 +01:00
|
|
|
checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676"
|
2022-06-20 15:50:52 +02:00
|
|
|
dependencies = [
|
2023-01-09 13:55:24 +01:00
|
|
|
"siphasher",
|
2022-06-20 15:50:52 +02:00
|
|
|
]
|
|
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
2023-01-09 13:55:24 +01:00
|
|
|
name = "pico-args"
|
|
|
|
|
version = "0.4.2"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-09 13:55:24 +01:00
|
|
|
checksum = "db8bcd96cb740d03149cbad5518db9fd87126a10ab519c011893b1754134c468"
|
2022-01-18 19:42:04 +01:00
|
|
|
|
2022-11-21 10:10:50 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "pico-args"
|
|
|
|
|
version = "0.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "pin-project"
|
|
|
|
|
version = "1.0.12"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"pin-project-internal",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pin-project-internal"
|
|
|
|
|
version = "1.0.12"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-17 20:32:54 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "pin-project-lite"
|
|
|
|
|
version = "0.2.9"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "pin-utils"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "pkg-config"
|
2022-11-04 14:14:35 +01:00
|
|
|
version = "0.3.26"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-04 14:14:35 +01:00
|
|
|
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
|
2021-12-15 17:25:15 +01:00
|
|
|
|
2022-08-15 20:23:27 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "png"
|
2022-11-04 14:14:35 +01:00
|
|
|
version = "0.17.7"
|
2022-08-15 20:23:27 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-04 14:14:35 +01:00
|
|
|
checksum = "5d708eaf860a19b19ce538740d2b4bdeeb8337fa53f7738455e706623ad5c638"
|
2022-08-15 20:23:27 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"crc32fast",
|
2022-09-28 15:18:04 +02:00
|
|
|
"flate2",
|
2023-01-09 13:55:24 +01:00
|
|
|
"miniz_oxide",
|
2022-08-15 20:23:27 +02:00
|
|
|
]
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "ppv-lite86"
|
2022-11-17 20:32:54 +01:00
|
|
|
version = "0.2.17"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-17 20:32:54 +01:00
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
2021-12-15 17:25:15 +01:00
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro-crate"
|
2023-01-26 21:08:50 +01:00
|
|
|
version = "1.3.0"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 21:08:50 +01:00
|
|
|
checksum = "66618389e4ec1c7afe67d51a9bf34ff9236480f8d51e7489b7d5ab0303c13f34"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
2022-08-04 12:49:19 +02:00
|
|
|
"once_cell",
|
2023-01-26 21:08:50 +01:00
|
|
|
"toml_edit",
|
2022-01-18 19:42:04 +01:00
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro-error"
|
|
|
|
|
version = "1.0.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
"version_check",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
|
version = "1.0.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"version_check",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro2"
|
2023-02-24 17:41:52 +01:00
|
|
|
version = "1.0.51"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 17:41:52 +01:00
|
|
|
checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
2022-06-20 15:50:52 +02:00
|
|
|
"unicode-ident",
|
2021-12-15 17:25:15 +01:00
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "profiling"
|
|
|
|
|
version = "1.0.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "74605f360ce573babfe43964cbe520294dcb081afbf8c108fc6e23036b4da2df"
|
|
|
|
|
|
2023-03-06 18:50:11 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "puffin"
|
|
|
|
|
version = "0.14.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a7b2c7a01f569fb03e2ff1f5376537f294001447bd23ce75ca51054fcd223fe4"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"anyhow",
|
|
|
|
|
"bincode",
|
|
|
|
|
"byteorder",
|
|
|
|
|
"instant",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"parking_lot 0.12.1",
|
|
|
|
|
"ruzstd",
|
|
|
|
|
"serde",
|
|
|
|
|
"zstd",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "puffin_egui"
|
|
|
|
|
version = "0.19.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ba98235ecff9f174793e135d2c6860f917cc7cd419a630b9978f1ab5d6026a3c"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"egui",
|
|
|
|
|
"indexmap",
|
|
|
|
|
"instant",
|
|
|
|
|
"natord",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"puffin",
|
|
|
|
|
"time",
|
|
|
|
|
"vec1",
|
|
|
|
|
]
|
|
|
|
|
|
2022-09-09 20:00:00 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "quick-xml"
|
2022-09-28 15:18:04 +02:00
|
|
|
version = "0.23.1"
|
2022-09-09 20:00:00 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-28 15:18:04 +02:00
|
|
|
checksum = "11bafc859c6815fbaffbbbf4229ecb767ac913fecb27f9ad4343662e9ef099ea"
|
2022-09-09 20:00:00 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "quote"
|
2023-01-09 13:55:24 +01:00
|
|
|
version = "1.0.23"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-09 13:55:24 +01:00
|
|
|
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rand"
|
2022-03-16 20:05:24 +01:00
|
|
|
version = "0.8.5"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-16 20:05:24 +01:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"rand_chacha",
|
|
|
|
|
"rand_core",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rand_chacha"
|
|
|
|
|
version = "0.3.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"ppv-lite86",
|
|
|
|
|
"rand_core",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rand_core"
|
2022-09-28 15:18:04 +02:00
|
|
|
version = "0.6.4"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-28 15:18:04 +02:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"getrandom",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "range-alloc"
|
2023-02-24 17:41:52 +01:00
|
|
|
version = "0.1.3"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 17:41:52 +01:00
|
|
|
checksum = "9c8a99fddc9f0ba0a85884b8d14e3592853e787d581ca1816c91349b10e4eeab"
|
2023-01-09 13:55:24 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rangemap"
|
|
|
|
|
version = "1.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8b9283c6b06096b47afc7109834fdedab891175bb5241ee5d4f7d2546549f263"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "raqote"
|
2023-01-24 17:40:33 +01:00
|
|
|
version = "0.8.2"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 17:40:33 +01:00
|
|
|
checksum = "f5b6cb89f8be6a645e5834f3ad44a7960d12343d97b5b7fb07cb0365ae36aa2d"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"euclid",
|
|
|
|
|
"lyon_geom",
|
|
|
|
|
"sw-composite",
|
|
|
|
|
"typed-arena",
|
|
|
|
|
]
|
|
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "raw-window-handle"
|
2022-03-30 23:54:00 +02:00
|
|
|
version = "0.4.3"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-30 23:54:00 +02:00
|
|
|
checksum = "b800beb9b6e7d2df1fe337c9e3d04e3af22a124460fb4c30fcc22c9117cefb41"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"cty",
|
|
|
|
|
]
|
|
|
|
|
|
2022-08-15 11:39:55 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "raw-window-handle"
|
|
|
|
|
version = "0.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ed7e3d950b66e19e0c372f3fa3fbbcf85b1746b571f74e0c2af6042a5c93420a"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cty",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "rayon"
|
|
|
|
|
version = "1.6.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"either",
|
|
|
|
|
"rayon-core",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rayon-core"
|
2023-01-26 21:08:50 +01:00
|
|
|
version = "1.10.2"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 21:08:50 +01:00
|
|
|
checksum = "356a0625f1954f730c0201cdab48611198dc6ce21f4acff55089b5a78e6e835b"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"crossbeam-channel",
|
|
|
|
|
"crossbeam-deque",
|
|
|
|
|
"crossbeam-utils",
|
|
|
|
|
"num_cpus",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-21 10:10:50 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "rctree"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9ae028b272a6e99d9f8260ceefa3caa09300a8d6c8d2b2001316474bc52122e9"
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "redox_syscall"
|
2022-08-04 12:49:19 +02:00
|
|
|
version = "0.2.16"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 12:49:19 +02:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "redox_syscall"
|
|
|
|
|
version = "0.3.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "fb02a9aee8e8c7ad8d86890f1e16b49e0bbbffc9961ff3788c31d57c98bcbf03"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 18:00:28 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "redox_users"
|
2022-03-31 18:57:32 +02:00
|
|
|
version = "0.4.3"
|
2021-12-15 18:00:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-31 18:57:32 +02:00
|
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
2021-12-15 18:00:28 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"getrandom",
|
2023-01-09 13:55:24 +01:00
|
|
|
"redox_syscall 0.2.16",
|
2022-03-22 12:31:19 +01:00
|
|
|
"thiserror",
|
2021-12-15 18:00:28 +01:00
|
|
|
]
|
|
|
|
|
|
2022-07-07 19:45:04 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "regex"
|
2023-01-16 15:12:25 +01:00
|
|
|
version = "1.7.1"
|
2022-07-07 19:45:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 15:12:25 +01:00
|
|
|
checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
|
2022-07-07 19:45:04 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"aho-corasick",
|
|
|
|
|
"memchr",
|
|
|
|
|
"regex-syntax",
|
|
|
|
|
]
|
|
|
|
|
|
2023-02-24 17:41:52 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "regex-automata"
|
|
|
|
|
version = "0.1.10"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"regex-syntax",
|
|
|
|
|
]
|
|
|
|
|
|
2022-07-07 19:45:04 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "regex-syntax"
|
2022-11-17 20:32:54 +01:00
|
|
|
version = "0.6.28"
|
2022-07-07 19:45:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-17 20:32:54 +01:00
|
|
|
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
|
2022-07-07 19:45:04 +02:00
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "remove_dir_all"
|
|
|
|
|
version = "0.5.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"winapi",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-28 17:48:50 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "renderdoc"
|
|
|
|
|
version = "0.10.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b42e14087d51efd3b42eb341e37b6f320af2b0750519ea849cb68bb7289643ed"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"float-cmp 0.8.0",
|
|
|
|
|
"libloading",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"renderdoc-sys",
|
|
|
|
|
"winapi",
|
|
|
|
|
"wio",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "renderdoc-sys"
|
|
|
|
|
version = "0.7.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f1382d1f0a252c4bf97dc20d979a2fdd05b024acd7c2ed0f7595d7817666a157"
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "resvg"
|
|
|
|
|
version = "0.18.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "608c6e8aa6fb2c13bc06e4184d7c7b2cc1b7c138f88a539da8be55c3c033d7f4"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"jpeg-decoder 0.1.22",
|
|
|
|
|
"log",
|
|
|
|
|
"pico-args 0.4.2",
|
|
|
|
|
"png",
|
|
|
|
|
"rgb",
|
|
|
|
|
"svgfilters",
|
|
|
|
|
"tiny-skia",
|
|
|
|
|
"usvg 0.18.0",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-21 10:10:50 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "resvg"
|
|
|
|
|
version = "0.23.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "34489194784b86c03c3d688258e2ba73f3c82700ba4673ee2ecad5ae540b9438"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"gif",
|
2023-01-09 13:55:24 +01:00
|
|
|
"jpeg-decoder 0.2.6",
|
2022-11-21 10:10:50 +01:00
|
|
|
"log",
|
2023-01-09 13:55:24 +01:00
|
|
|
"pico-args 0.5.0",
|
2022-11-21 10:10:50 +01:00
|
|
|
"png",
|
|
|
|
|
"rgb",
|
|
|
|
|
"svgfilters",
|
|
|
|
|
"svgtypes",
|
|
|
|
|
"tiny-skia",
|
2023-01-09 13:55:24 +01:00
|
|
|
"usvg 0.23.0",
|
2022-11-21 10:10:50 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rgb"
|
2023-02-25 00:17:54 +01:00
|
|
|
version = "0.8.36"
|
2022-11-21 10:10:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-25 00:17:54 +01:00
|
|
|
checksum = "20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59"
|
2022-11-21 10:10:50 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bytemuck",
|
|
|
|
|
]
|
|
|
|
|
|
2022-03-28 23:45:30 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "ron"
|
2022-06-20 15:50:52 +02:00
|
|
|
version = "0.7.1"
|
2022-03-28 23:45:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-20 15:50:52 +02:00
|
|
|
checksum = "88073939a61e5b7680558e6be56b419e208420c2adb92be54921fa6b72283f1a"
|
2022-03-28 23:45:30 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"base64",
|
|
|
|
|
"bitflags",
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "ron"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "300a51053b1cb55c80b7a9fde4120726ddf25ca241a1cbb926626f62fb136bff"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"base64",
|
|
|
|
|
"bitflags",
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-21 10:10:50 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "roxmltree"
|
|
|
|
|
version = "0.14.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "921904a62e410e37e215c40381b7117f830d9d89ba60ab5236170541dd25646b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"xmlparser",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "roxmltree"
|
2023-02-24 17:41:52 +01:00
|
|
|
version = "0.18.0"
|
2022-11-21 10:10:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 17:41:52 +01:00
|
|
|
checksum = "d8f595a457b6b8c6cda66a48503e92ee8d19342f905948f29c383200ec9eb1d8"
|
2022-11-21 10:10:50 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"xmlparser",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "rust-ini"
|
|
|
|
|
version = "0.18.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f6d5f2436026b4f6e79dc829837d467cc7e9a55ee40e750d716713540715a2df"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"ordered-multimap",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-22 21:27:56 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "rustc-demangle"
|
|
|
|
|
version = "0.1.21"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "rustc-hash"
|
|
|
|
|
version = "1.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rustybuzz"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "44561062e583c4873162861261f16fd1d85fe927c4904d71329a4fe43dc355ef"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"bytemuck",
|
|
|
|
|
"smallvec",
|
|
|
|
|
"ttf-parser 0.12.3",
|
|
|
|
|
"unicode-bidi-mirroring",
|
|
|
|
|
"unicode-ccc",
|
|
|
|
|
"unicode-general-category 0.4.0",
|
|
|
|
|
"unicode-script",
|
|
|
|
|
]
|
2021-12-15 18:00:28 +01:00
|
|
|
|
2022-11-21 10:10:50 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "rustybuzz"
|
|
|
|
|
version = "0.5.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a617c811f5c9a7060fe511d35d13bf5b9f0463ce36d63ce666d05779df2b4eba"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"bytemuck",
|
|
|
|
|
"smallvec",
|
|
|
|
|
"ttf-parser 0.15.2",
|
|
|
|
|
"unicode-bidi-mirroring",
|
|
|
|
|
"unicode-ccc",
|
2023-01-09 13:55:24 +01:00
|
|
|
"unicode-general-category 0.4.0",
|
|
|
|
|
"unicode-script",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rustybuzz"
|
|
|
|
|
version = "0.6.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ab9e34ecf6900625412355a61bda0bd68099fe674de707c67e5e4aed2c05e489"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"bytemuck",
|
|
|
|
|
"libm",
|
|
|
|
|
"smallvec",
|
|
|
|
|
"ttf-parser 0.17.1",
|
|
|
|
|
"unicode-bidi-mirroring",
|
|
|
|
|
"unicode-ccc",
|
|
|
|
|
"unicode-general-category 0.6.0",
|
2022-11-21 10:10:50 +01:00
|
|
|
"unicode-script",
|
|
|
|
|
]
|
|
|
|
|
|
2023-03-06 18:50:11 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "ruzstd"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ffae8df4aa221781b715c27bbed0fac16b6f1e2643efb7af8a24dfc78d444493"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"byteorder",
|
|
|
|
|
"thiserror",
|
|
|
|
|
"twox-hash",
|
|
|
|
|
]
|
|
|
|
|
|
2022-02-05 00:40:17 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "ryu"
|
2023-01-09 13:55:24 +01:00
|
|
|
version = "1.0.12"
|
2022-02-05 00:40:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-09 13:55:24 +01:00
|
|
|
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
|
2022-02-05 00:40:17 +01:00
|
|
|
|
2022-11-21 10:10:50 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "safe_arch"
|
|
|
|
|
version = "0.5.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c1ff3d6d9696af502cc3110dacce942840fb06ff4514cad92236ecc455f2ce05"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bytemuck",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "scan_fmt"
|
|
|
|
|
version = "0.2.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0b53b0a5db882a8e2fdaae0a43f7b39e7e9082389e978398bdf223a55b581248"
|
|
|
|
|
|
2021-12-15 23:23:49 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "scoped-tls"
|
2022-11-04 14:14:35 +01:00
|
|
|
version = "1.0.1"
|
2021-12-15 23:23:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-04 14:14:35 +01:00
|
|
|
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
|
2021-12-15 23:23:49 +01:00
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "scoped_threadpool"
|
|
|
|
|
version = "0.1.9"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
|
|
|
|
|
|
2021-12-15 23:23:49 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "scopeguard"
|
|
|
|
|
version = "1.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
|
2022-07-07 19:45:04 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "sendfd"
|
|
|
|
|
version = "0.4.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "604b71b8fc267e13bb3023a2c901126c8f349393666a6d98ac1ae5729b701798"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "serde"
|
2023-01-09 13:55:24 +01:00
|
|
|
version = "1.0.152"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-09 13:55:24 +01:00
|
|
|
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
|
2022-03-28 23:45:30 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"serde_derive",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_derive"
|
2023-01-09 13:55:24 +01:00
|
|
|
version = "1.0.152"
|
2022-03-28 23:45:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-09 13:55:24 +01:00
|
|
|
checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
|
2022-03-28 23:45:30 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
2022-01-18 19:42:04 +01:00
|
|
|
|
2022-02-05 00:40:17 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "serde_json"
|
2023-02-24 17:41:52 +01:00
|
|
|
version = "1.0.93"
|
2022-02-05 00:40:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 17:41:52 +01:00
|
|
|
checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76"
|
2022-02-05 00:40:17 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"itoa",
|
|
|
|
|
"ryu",
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-13 11:50:48 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "sha2"
|
2023-02-24 17:41:52 +01:00
|
|
|
version = "0.10.6"
|
2023-01-13 11:50:48 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 17:41:52 +01:00
|
|
|
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
|
2023-01-13 11:50:48 -08:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"cpufeatures",
|
2023-02-24 17:41:52 +01:00
|
|
|
"digest",
|
2023-01-13 11:50:48 -08:00
|
|
|
]
|
|
|
|
|
|
2022-04-27 21:33:46 +02:00
|
|
|
[[package]]
|
2023-02-24 17:41:52 +01:00
|
|
|
name = "sharded-slab"
|
|
|
|
|
version = "0.1.4"
|
2022-04-27 21:33:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 17:41:52 +01:00
|
|
|
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
|
2022-04-27 21:33:46 +02:00
|
|
|
dependencies = [
|
2023-02-24 17:41:52 +01:00
|
|
|
"lazy_static",
|
2022-04-27 21:33:46 +02:00
|
|
|
]
|
|
|
|
|
|
2023-02-24 17:41:52 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "simd-adler32"
|
|
|
|
|
version = "0.3.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "14a5df39617d7c8558154693a1bb8157a4aab8179209540cc0b10e5dc24e0b18"
|
|
|
|
|
|
2022-11-21 10:10:50 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "simplecss"
|
|
|
|
|
version = "0.2.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"log",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "siphasher"
|
|
|
|
|
version = "0.3.10"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "slab"
|
2023-02-25 00:17:54 +01:00
|
|
|
version = "0.4.8"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-25 00:17:54 +01:00
|
|
|
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "slog"
|
|
|
|
|
version = "2.7.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8347046d4ebd943127157b94d63abb990fcf729dc4e9978927fdf4ac3c998d06"
|
|
|
|
|
|
2022-05-12 14:04:21 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "slotmap"
|
|
|
|
|
version = "1.0.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"version_check",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "smallvec"
|
2022-11-23 13:04:09 -07:00
|
|
|
version = "1.10.0"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-23 13:04:09 -07:00
|
|
|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
2021-12-15 17:25:15 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "smithay"
|
|
|
|
|
version = "0.3.0"
|
2023-02-27 23:53:27 +01:00
|
|
|
source = "git+https://github.com/pop-os/smithay?rev=19f7c9aad6#19f7c9aad6e164ad78e0913e4371585441a14702"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"appendlist",
|
2023-02-13 17:44:24 +01:00
|
|
|
"ash",
|
2021-12-15 17:25:15 +01:00
|
|
|
"bitflags",
|
2022-08-15 11:39:55 +02:00
|
|
|
"calloop",
|
2022-10-28 18:34:08 +02:00
|
|
|
"cc",
|
2021-12-15 17:25:15 +01:00
|
|
|
"cgmath",
|
|
|
|
|
"downcast-rs",
|
|
|
|
|
"drm",
|
2022-08-16 22:11:22 -04:00
|
|
|
"drm-ffi",
|
2021-12-15 17:25:15 +01:00
|
|
|
"drm-fourcc",
|
2023-01-03 19:17:51 +01:00
|
|
|
"encoding",
|
2021-12-15 17:25:15 +01:00
|
|
|
"gbm",
|
|
|
|
|
"gl_generator",
|
2022-11-17 20:32:54 +01:00
|
|
|
"glow",
|
2021-12-15 17:25:15 +01:00
|
|
|
"indexmap",
|
2022-01-20 19:51:46 +01:00
|
|
|
"input",
|
2021-12-15 17:25:15 +01:00
|
|
|
"lazy_static",
|
|
|
|
|
"libc",
|
|
|
|
|
"libloading",
|
2022-02-09 14:26:35 +01:00
|
|
|
"libseat",
|
2023-01-24 17:40:33 +01:00
|
|
|
"nix 0.26.2",
|
2021-12-15 17:25:15 +01:00
|
|
|
"once_cell",
|
2022-10-28 18:34:08 +02:00
|
|
|
"pkg-config",
|
2021-12-15 17:25:15 +01:00
|
|
|
"rand",
|
|
|
|
|
"scan_fmt",
|
2023-01-03 19:17:51 +01:00
|
|
|
"scopeguard",
|
2021-12-15 17:25:15 +01:00
|
|
|
"tempfile",
|
|
|
|
|
"thiserror",
|
2023-02-24 17:41:52 +01:00
|
|
|
"tracing",
|
2022-01-20 19:51:46 +01:00
|
|
|
"udev",
|
2022-06-20 15:50:52 +02:00
|
|
|
"wayland-backend",
|
2022-01-18 19:42:04 +01:00
|
|
|
"wayland-egl",
|
2023-01-03 19:17:51 +01:00
|
|
|
"wayland-protocols 0.30.0",
|
2022-08-31 13:01:23 +02:00
|
|
|
"wayland-protocols-misc",
|
2022-06-20 15:50:52 +02:00
|
|
|
"wayland-protocols-wlr",
|
2021-12-15 17:25:15 +01:00
|
|
|
"wayland-server",
|
2022-12-27 18:27:29 +01:00
|
|
|
"wayland-sys 0.30.1",
|
2022-01-18 19:42:04 +01:00
|
|
|
"winit",
|
2023-01-24 17:40:33 +01:00
|
|
|
"x11rb",
|
2022-09-09 20:00:00 -07:00
|
|
|
"xkbcommon 0.5.0",
|
2021-12-15 17:25:15 +01:00
|
|
|
]
|
|
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
2023-01-09 13:55:24 +01:00
|
|
|
name = "smithay-client-toolkit"
|
|
|
|
|
version = "0.16.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f307c47d32d2715eb2e0ece5589057820e0e5e70d07c247d1063e844e107f454"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"calloop",
|
|
|
|
|
"dlib",
|
|
|
|
|
"lazy_static",
|
|
|
|
|
"log",
|
2023-02-25 00:17:54 +01:00
|
|
|
"memmap2 0.5.10",
|
2023-01-09 13:55:24 +01:00
|
|
|
"nix 0.24.3",
|
|
|
|
|
"pkg-config",
|
|
|
|
|
"wayland-client 0.29.5",
|
|
|
|
|
"wayland-cursor",
|
|
|
|
|
"wayland-protocols 0.29.5",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "smithay-egui"
|
|
|
|
|
version = "0.1.0"
|
2023-02-24 17:41:52 +01:00
|
|
|
source = "git+https://github.com/Smithay/smithay-egui.git?rev=1145f5ff91#1145f5ff911591b66410b03c6b796689c45162a5"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"cgmath",
|
|
|
|
|
"egui",
|
|
|
|
|
"egui_extras",
|
|
|
|
|
"egui_glow",
|
|
|
|
|
"image",
|
2023-02-24 17:41:52 +01:00
|
|
|
"log",
|
2023-01-09 13:55:24 +01:00
|
|
|
"memoffset 0.6.5",
|
|
|
|
|
"smithay",
|
|
|
|
|
"xkbcommon 0.4.1",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "snowflake"
|
|
|
|
|
version = "1.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "27207bb65232eda1f588cf46db2fee75c0808d557f6b3cf19a75f5d6d7c94df1"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "softbuffer"
|
2023-01-16 15:12:25 +01:00
|
|
|
version = "0.2.0"
|
2023-01-24 18:09:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3177eca2c15033e254b9b70c4915150200b1cf6fa777de18be9977ae5850077f"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
2023-01-16 15:12:25 +01:00
|
|
|
"bytemuck",
|
|
|
|
|
"cfg_aliases",
|
2023-01-09 13:55:24 +01:00
|
|
|
"cocoa",
|
|
|
|
|
"core-graphics",
|
2023-01-16 15:12:25 +01:00
|
|
|
"fastrand",
|
2023-01-09 13:55:24 +01:00
|
|
|
"foreign-types",
|
2023-01-16 15:12:25 +01:00
|
|
|
"log",
|
2023-01-24 17:40:33 +01:00
|
|
|
"nix 0.26.2",
|
2023-01-09 13:55:24 +01:00
|
|
|
"objc",
|
|
|
|
|
"raw-window-handle 0.5.0",
|
|
|
|
|
"redox_syscall 0.3.4",
|
|
|
|
|
"thiserror",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
"wayland-backend",
|
2023-02-24 17:41:52 +01:00
|
|
|
"wayland-client 0.30.1",
|
2023-01-09 13:55:24 +01:00
|
|
|
"wayland-sys 0.30.1",
|
|
|
|
|
"web-sys",
|
|
|
|
|
"windows-sys 0.42.0",
|
|
|
|
|
"x11-dl",
|
2023-01-24 17:40:33 +01:00
|
|
|
"x11rb",
|
2023-01-09 13:55:24 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "spin"
|
2023-02-24 17:41:52 +01:00
|
|
|
version = "0.9.5"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 17:41:52 +01:00
|
|
|
checksum = "7dccf47db1b41fa1573ed27ccf5e08e3ca771cb994f776668c5ebda893b248fc"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
2023-01-09 13:55:24 +01:00
|
|
|
"lock_api",
|
2022-01-18 19:42:04 +01:00
|
|
|
]
|
|
|
|
|
|
2022-01-11 17:22:23 +01:00
|
|
|
[[package]]
|
2023-01-09 13:55:24 +01:00
|
|
|
name = "spirv"
|
|
|
|
|
version = "0.2.0+1.5.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "246bfa38fe3db3f1dfc8ca5a2cdeb7348c78be2112740cc0ec8ef18b6d94f830"
|
2022-01-11 17:22:23 +01:00
|
|
|
dependencies = [
|
2023-01-09 13:55:24 +01:00
|
|
|
"bitflags",
|
|
|
|
|
"num-traits",
|
2022-01-11 17:22:23 +01:00
|
|
|
]
|
|
|
|
|
|
2022-03-24 20:32:31 +01:00
|
|
|
[[package]]
|
2023-01-09 13:55:24 +01:00
|
|
|
name = "stable_deref_trait"
|
|
|
|
|
version = "1.2.0"
|
2022-03-24 20:32:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-09 13:55:24 +01:00
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
2022-03-24 20:32:31 +01:00
|
|
|
|
2023-01-03 19:17:51 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "static_assertions"
|
|
|
|
|
version = "1.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "strsim"
|
|
|
|
|
version = "0.9.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
|
|
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "strsim"
|
|
|
|
|
version = "0.10.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
|
2022-04-27 21:33:46 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "subtle"
|
|
|
|
|
version = "2.4.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "svg_fmt"
|
|
|
|
|
version = "0.4.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8fb1df15f412ee2e9dfc1c504260fa695c1c3f10fe9f4a6ee2d2184d7d6450e2"
|
|
|
|
|
|
2022-11-21 10:10:50 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "svgfilters"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "639abcebc15fdc2df179f37d6f5463d660c1c79cd552c12343a4600827a04bce"
|
|
|
|
|
dependencies = [
|
2022-11-28 17:48:50 +01:00
|
|
|
"float-cmp 0.9.0",
|
2022-11-21 10:10:50 +01:00
|
|
|
"rgb",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "svgtypes"
|
|
|
|
|
version = "0.8.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "22975e8a2bac6a76bb54f898a6b18764633b00e780330f0b689f65afb3975564"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"siphasher",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "sw-composite"
|
|
|
|
|
version = "0.7.15"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0b8d4f1dd38540e3f62c393ae78e874c94491c403025368183b018e3fb098b1f"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "swash"
|
|
|
|
|
version = "0.1.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8bb18e5888a9b5f0a89ea3ebdf6883dc479347ca9183b6c51a8f9cf2041f23a0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"yazi",
|
|
|
|
|
"zeno",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "syn"
|
2023-02-25 00:17:54 +01:00
|
|
|
version = "1.0.109"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-25 00:17:54 +01:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2022-06-20 15:50:52 +02:00
|
|
|
"unicode-ident",
|
2021-12-15 17:25:15 +01:00
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "sys-locale"
|
|
|
|
|
version = "0.2.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3358acbb4acd4146138b9bda219e904a6bb5aaaa237f8eed06f4d6bc1580ecee"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"js-sys",
|
|
|
|
|
"libc",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
"web-sys",
|
|
|
|
|
"winapi",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "tempfile"
|
2022-01-11 17:22:23 +01:00
|
|
|
version = "3.3.0"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-11 17:22:23 +01:00
|
|
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
2022-08-15 11:39:55 +02:00
|
|
|
"cfg-if",
|
2022-01-11 17:22:23 +01:00
|
|
|
"fastrand",
|
2021-12-15 17:25:15 +01:00
|
|
|
"libc",
|
2023-01-09 13:55:24 +01:00
|
|
|
"redox_syscall 0.2.16",
|
2021-12-15 17:25:15 +01:00
|
|
|
"remove_dir_all",
|
|
|
|
|
"winapi",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "termcolor"
|
2023-01-16 15:12:25 +01:00
|
|
|
version = "1.2.0"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 15:12:25 +01:00
|
|
|
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"winapi-util",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "thiserror"
|
2023-01-09 13:55:24 +01:00
|
|
|
version = "1.0.38"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-09 13:55:24 +01:00
|
|
|
checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"thiserror-impl",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "thiserror-impl"
|
2023-01-09 13:55:24 +01:00
|
|
|
version = "1.0.38"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-09 13:55:24 +01:00
|
|
|
checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 18:00:28 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "thread_local"
|
2023-02-24 17:41:52 +01:00
|
|
|
version = "1.1.7"
|
2021-12-15 18:00:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 17:41:52 +01:00
|
|
|
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
|
2021-12-15 18:00:28 +01:00
|
|
|
dependencies = [
|
2023-02-24 17:41:52 +01:00
|
|
|
"cfg-if",
|
2021-12-15 18:00:28 +01:00
|
|
|
"once_cell",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "threadpool"
|
|
|
|
|
version = "1.8.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"num_cpus",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tiff"
|
|
|
|
|
version = "0.8.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7449334f9ff2baf290d55d73983a7d6fa15e01198faef72af07e2a8db851e471"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"flate2",
|
|
|
|
|
"jpeg-decoder 0.3.0",
|
|
|
|
|
"weezl",
|
|
|
|
|
]
|
|
|
|
|
|
2023-03-06 18:50:11 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "time"
|
|
|
|
|
version = "0.3.20"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"itoa",
|
|
|
|
|
"serde",
|
|
|
|
|
"time-core",
|
|
|
|
|
"time-macros",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "time-core"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "time-macros"
|
|
|
|
|
version = "0.2.8"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"time-core",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-21 10:10:50 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "tiny-skia"
|
|
|
|
|
version = "0.6.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d049bfef0eaa2521e75d9ffb5ce86ad54480932ae19b85f78bec6f52c4d30d78"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"arrayref",
|
|
|
|
|
"arrayvec 0.5.2",
|
|
|
|
|
"bytemuck",
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"png",
|
|
|
|
|
"safe_arch",
|
|
|
|
|
]
|
|
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "toml"
|
2023-01-24 17:40:33 +01:00
|
|
|
version = "0.5.11"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 17:40:33 +01:00
|
|
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-26 21:08:50 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "toml_datetime"
|
|
|
|
|
version = "0.5.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4553f467ac8e3d374bc9a177a26801e5d0f9b211aa1673fb137a403afd1c9cf5"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "toml_edit"
|
2023-02-24 17:41:52 +01:00
|
|
|
version = "0.18.1"
|
2023-01-26 21:08:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 17:41:52 +01:00
|
|
|
checksum = "56c59d8dd7d0dcbc6428bf7aa2f0e823e26e43b3c9aca15bbc9475d23e5fa12b"
|
2023-01-26 21:08:50 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"indexmap",
|
|
|
|
|
"nom8",
|
|
|
|
|
"toml_datetime",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-17 20:32:54 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "tracing"
|
|
|
|
|
version = "0.1.37"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"pin-project-lite",
|
2023-02-24 17:41:52 +01:00
|
|
|
"tracing-attributes",
|
2022-11-17 20:32:54 +01:00
|
|
|
"tracing-core",
|
|
|
|
|
]
|
|
|
|
|
|
2023-02-24 17:41:52 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "tracing-attributes"
|
|
|
|
|
version = "0.1.23"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-17 20:32:54 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "tracing-core"
|
|
|
|
|
version = "0.1.30"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"once_cell",
|
2023-02-24 17:41:52 +01:00
|
|
|
"valuable",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tracing-journald"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ba316a74e8fc3c3896a850dba2375928a9fa171b085ecddfc7c054d39970f3fd"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"tracing-core",
|
|
|
|
|
"tracing-subscriber",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tracing-log"
|
|
|
|
|
version = "0.1.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"lazy_static",
|
|
|
|
|
"log",
|
|
|
|
|
"tracing-core",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tracing-subscriber"
|
|
|
|
|
version = "0.3.16"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"matchers",
|
|
|
|
|
"nu-ansi-term",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"regex",
|
|
|
|
|
"sharded-slab",
|
|
|
|
|
"smallvec",
|
|
|
|
|
"thread_local",
|
|
|
|
|
"tracing",
|
|
|
|
|
"tracing-core",
|
|
|
|
|
"tracing-log",
|
2022-11-17 20:32:54 +01:00
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "ttf-parser"
|
|
|
|
|
version = "0.12.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7ae2f58a822f08abdaf668897e96a5656fe72f5a9ce66422423e8849384872e6"
|
|
|
|
|
|
2022-11-21 10:10:50 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "ttf-parser"
|
|
|
|
|
version = "0.15.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7b3e06c9b9d80ed6b745c7159c40b311ad2916abb34a49e9be2653b90db0d8dd"
|
|
|
|
|
|
2022-01-11 17:22:23 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "ttf-parser"
|
2022-11-04 14:14:35 +01:00
|
|
|
version = "0.17.1"
|
2022-01-11 17:22:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-04 14:14:35 +01:00
|
|
|
checksum = "375812fa44dab6df41c195cd2f7fecb488f6c09fbaafb62807488cefab642bff"
|
2022-01-11 17:22:23 +01:00
|
|
|
|
2023-01-16 15:12:25 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "ttf-parser"
|
|
|
|
|
version = "0.18.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0609f771ad9c6155384897e1df4d948e692667cc0588548b68eb44d052b27633"
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "twox-hash"
|
|
|
|
|
version = "1.6.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"rand",
|
|
|
|
|
"static_assertions",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "typed-arena"
|
2023-01-16 15:12:25 +01:00
|
|
|
version = "2.0.2"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 15:12:25 +01:00
|
|
|
checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
|
2023-01-09 13:55:24 +01:00
|
|
|
|
2022-04-27 21:33:46 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "typenum"
|
2023-01-09 13:55:24 +01:00
|
|
|
version = "1.16.0"
|
2022-04-27 21:33:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-09 13:55:24 +01:00
|
|
|
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
2022-04-27 21:33:46 +02:00
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
2022-01-20 19:51:46 +01:00
|
|
|
name = "udev"
|
2023-01-24 17:40:33 +01:00
|
|
|
version = "0.7.0"
|
2022-01-20 19:51:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 17:40:33 +01:00
|
|
|
checksum = "4ebdbbd670373442a12fe9ef7aeb53aec4147a5a27a00bbc3ab639f08f48191a"
|
2022-01-20 19:51:46 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"libudev-sys",
|
|
|
|
|
"pkg-config",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-21 10:10:50 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-bidi"
|
2023-01-26 21:08:50 +01:00
|
|
|
version = "0.3.10"
|
2022-11-21 10:10:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 21:08:50 +01:00
|
|
|
checksum = "d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58"
|
2022-11-21 10:10:50 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-bidi-mirroring"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "56d12260fb92d52f9008be7e4bca09f584780eb2266dc8fecc6a192bec561694"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-ccc"
|
|
|
|
|
version = "0.1.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "cc2520efa644f8268dce4dcd3050eaa7fc044fca03961e9998ac7e2e92b77cf1"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-general-category"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "07547e3ee45e28326cc23faac56d44f58f16ab23e413db526debce3b0bfd2742"
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-general-category"
|
|
|
|
|
version = "0.6.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2281c8c1d221438e373249e065ca4989c4c36952c211ff21a0ee91c44a3869e7"
|
|
|
|
|
|
2022-01-20 19:51:46 +01:00
|
|
|
[[package]]
|
2022-06-20 15:50:52 +02:00
|
|
|
name = "unicode-ident"
|
2023-01-09 13:55:24 +01:00
|
|
|
version = "1.0.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-linebreak"
|
|
|
|
|
version = "0.1.4"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-09 13:55:24 +01:00
|
|
|
checksum = "c5faade31a542b8b35855fff6e8def199853b2da8da256da52f52f1316ee3137"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"hashbrown",
|
|
|
|
|
"regex",
|
|
|
|
|
]
|
2021-12-15 17:25:15 +01:00
|
|
|
|
2022-11-21 10:10:50 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-script"
|
|
|
|
|
version = "0.5.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc"
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-segmentation"
|
2023-02-24 17:41:52 +01:00
|
|
|
version = "1.10.1"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 17:41:52 +01:00
|
|
|
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
|
2023-01-09 13:55:24 +01:00
|
|
|
|
2022-11-21 10:10:50 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-vo"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-width"
|
|
|
|
|
version = "0.1.10"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-xid"
|
|
|
|
|
version = "0.2.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "usvg"
|
|
|
|
|
version = "0.18.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4058e0bd091a56f905e6963e40776ce6880b271275f0b493bff951433e303071"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"base64",
|
|
|
|
|
"data-url",
|
|
|
|
|
"flate2",
|
|
|
|
|
"float-cmp 0.9.0",
|
|
|
|
|
"fontdb 0.6.2",
|
|
|
|
|
"kurbo",
|
|
|
|
|
"log",
|
|
|
|
|
"pico-args 0.4.2",
|
|
|
|
|
"rctree",
|
|
|
|
|
"roxmltree 0.14.1",
|
|
|
|
|
"rustybuzz 0.4.0",
|
|
|
|
|
"simplecss",
|
|
|
|
|
"siphasher",
|
|
|
|
|
"svgtypes",
|
|
|
|
|
"ttf-parser 0.12.3",
|
|
|
|
|
"unicode-bidi",
|
|
|
|
|
"unicode-script",
|
|
|
|
|
"unicode-vo",
|
|
|
|
|
"xmlwriter",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-21 10:10:50 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "usvg"
|
|
|
|
|
version = "0.23.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "28a82565b5c96dcbb58c9bdbb6aa3642abd395a6a6b480658532c6f74c3c4b7a"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"base64",
|
|
|
|
|
"data-url",
|
|
|
|
|
"flate2",
|
2022-11-28 17:48:50 +01:00
|
|
|
"float-cmp 0.9.0",
|
2023-01-09 13:55:24 +01:00
|
|
|
"fontdb 0.9.3",
|
2022-11-21 10:10:50 +01:00
|
|
|
"kurbo",
|
|
|
|
|
"log",
|
2023-01-09 13:55:24 +01:00
|
|
|
"pico-args 0.5.0",
|
2022-11-21 10:10:50 +01:00
|
|
|
"rctree",
|
|
|
|
|
"roxmltree 0.14.1",
|
2023-01-09 13:55:24 +01:00
|
|
|
"rustybuzz 0.5.1",
|
2022-11-21 10:10:50 +01:00
|
|
|
"simplecss",
|
|
|
|
|
"siphasher",
|
|
|
|
|
"svgtypes",
|
|
|
|
|
"ttf-parser 0.15.2",
|
|
|
|
|
"unicode-bidi",
|
|
|
|
|
"unicode-script",
|
|
|
|
|
"unicode-vo",
|
|
|
|
|
"xmlwriter",
|
|
|
|
|
]
|
|
|
|
|
|
2022-04-27 21:33:46 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "uuid"
|
|
|
|
|
version = "0.8.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
2023-02-24 17:41:52 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "valuable"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
|
2023-03-06 18:50:11 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "vec1"
|
|
|
|
|
version = "1.10.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2bda7c41ca331fe9a1c278a9e7ee055f4be7f5eb1c2b72f079b4ff8b5fce9d5c"
|
|
|
|
|
|
2022-05-12 14:04:21 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "vec_map"
|
|
|
|
|
version = "0.8.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|
|
|
|
|
2022-01-11 17:22:23 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "version_check"
|
|
|
|
|
version = "0.9.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
|
2022-03-22 12:31:19 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "wasi"
|
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen"
|
2023-02-24 17:41:52 +01:00
|
|
|
version = "0.2.84"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 17:41:52 +01:00
|
|
|
checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
2022-08-15 11:39:55 +02:00
|
|
|
"cfg-if",
|
2022-01-18 19:42:04 +01:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-02-24 17:41:52 +01:00
|
|
|
version = "0.2.84"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 17:41:52 +01:00
|
|
|
checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bumpalo",
|
|
|
|
|
"log",
|
2022-08-04 12:49:19 +02:00
|
|
|
"once_cell",
|
2022-01-18 19:42:04 +01:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-futures"
|
2023-02-24 17:41:52 +01:00
|
|
|
version = "0.4.34"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 17:41:52 +01:00
|
|
|
checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"js-sys",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
"web-sys",
|
|
|
|
|
]
|
|
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-02-24 17:41:52 +01:00
|
|
|
version = "0.2.84"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 17:41:52 +01:00
|
|
|
checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"quote",
|
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-02-24 17:41:52 +01:00
|
|
|
version = "0.2.84"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 17:41:52 +01:00
|
|
|
checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-02-24 17:41:52 +01:00
|
|
|
version = "0.2.84"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 17:41:52 +01:00
|
|
|
checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
|
2022-06-20 15:50:52 +02:00
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-timer"
|
|
|
|
|
version = "0.2.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"futures",
|
|
|
|
|
"js-sys",
|
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
|
"pin-utils",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
|
"web-sys",
|
|
|
|
|
]
|
|
|
|
|
|
2022-06-20 15:50:52 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "wayland-backend"
|
2023-02-25 00:17:54 +01:00
|
|
|
version = "0.1.1"
|
2022-11-04 14:14:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-25 00:17:54 +01:00
|
|
|
checksum = "79ebd48bfc1178c9190c7ff80cc822b3335ffc83141e9aa723168f377257623e"
|
2022-06-20 15:50:52 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"cc",
|
|
|
|
|
"downcast-rs",
|
2022-09-28 15:18:04 +02:00
|
|
|
"io-lifetimes",
|
2023-01-24 17:40:33 +01:00
|
|
|
"nix 0.26.2",
|
2022-06-20 15:50:52 +02:00
|
|
|
"scoped-tls",
|
|
|
|
|
"smallvec",
|
2022-12-27 18:27:29 +01:00
|
|
|
"wayland-sys 0.30.1",
|
2022-06-20 15:50:52 +02:00
|
|
|
]
|
2022-01-18 19:42:04 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wayland-client"
|
2022-09-28 15:18:04 +02:00
|
|
|
version = "0.29.5"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-28 15:18:04 +02:00
|
|
|
checksum = "3f3b068c05a039c9f755f881dc50f01732214f5685e379829759088967c46715"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"downcast-rs",
|
|
|
|
|
"libc",
|
2023-01-09 13:55:24 +01:00
|
|
|
"nix 0.24.3",
|
2022-01-18 19:42:04 +01:00
|
|
|
"scoped-tls",
|
|
|
|
|
"wayland-commons",
|
2022-09-28 15:18:04 +02:00
|
|
|
"wayland-scanner 0.29.5",
|
|
|
|
|
"wayland-sys 0.29.5",
|
2022-01-18 19:42:04 +01:00
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "wayland-client"
|
2023-02-24 17:41:52 +01:00
|
|
|
version = "0.30.1"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 17:41:52 +01:00
|
|
|
checksum = "85bde68449abab1a808e5227b6e295f4ae3680911eb7711b4a2cb90141edb780"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
2023-01-24 17:40:33 +01:00
|
|
|
"nix 0.26.2",
|
2023-01-09 13:55:24 +01:00
|
|
|
"wayland-backend",
|
|
|
|
|
"wayland-scanner 0.30.0",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "wayland-commons"
|
2022-09-28 15:18:04 +02:00
|
|
|
version = "0.29.5"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-28 15:18:04 +02:00
|
|
|
checksum = "8691f134d584a33a6606d9d717b95c4fa20065605f798a3f350d78dced02a902"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
2023-01-09 13:55:24 +01:00
|
|
|
"nix 0.24.3",
|
2021-12-15 17:25:15 +01:00
|
|
|
"once_cell",
|
|
|
|
|
"smallvec",
|
2022-09-28 15:18:04 +02:00
|
|
|
"wayland-sys 0.29.5",
|
2021-12-15 17:25:15 +01:00
|
|
|
]
|
|
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "wayland-cursor"
|
2022-09-28 15:18:04 +02:00
|
|
|
version = "0.29.5"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-28 15:18:04 +02:00
|
|
|
checksum = "6865c6b66f13d6257bef1cd40cbfe8ef2f150fb8ebbdb1e8e873455931377661"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
2023-01-09 13:55:24 +01:00
|
|
|
"nix 0.24.3",
|
|
|
|
|
"wayland-client 0.29.5",
|
2022-01-18 19:42:04 +01:00
|
|
|
"xcursor",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wayland-egl"
|
2023-01-03 19:17:51 +01:00
|
|
|
version = "0.30.0"
|
2022-11-04 14:14:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-03 19:17:51 +01:00
|
|
|
checksum = "1187695fe81c3153c3163f9d2953149f638c5d7dbc6fe988914ca3f4961e28ed"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
2022-06-20 15:50:52 +02:00
|
|
|
"wayland-backend",
|
2022-12-27 18:27:29 +01:00
|
|
|
"wayland-sys 0.30.1",
|
2022-01-18 19:42:04 +01:00
|
|
|
]
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "wayland-protocols"
|
2022-09-28 15:18:04 +02:00
|
|
|
version = "0.29.5"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-28 15:18:04 +02:00
|
|
|
checksum = "b950621f9354b322ee817a23474e479b34be96c2e909c14f7bc0100e9a970bc6"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
2023-01-09 13:55:24 +01:00
|
|
|
"wayland-client 0.29.5",
|
2021-12-15 17:25:15 +01:00
|
|
|
"wayland-commons",
|
2022-09-28 15:18:04 +02:00
|
|
|
"wayland-scanner 0.29.5",
|
2022-06-20 15:50:52 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wayland-protocols"
|
2023-01-03 19:17:51 +01:00
|
|
|
version = "0.30.0"
|
2022-06-20 15:50:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-03 19:17:51 +01:00
|
|
|
checksum = "7fefbeb8a360abe67ab7c2efe1d297a1a50ee011f5460791bc18870c26bb84e2"
|
2022-06-20 15:50:52 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"wayland-backend",
|
2023-01-03 19:17:51 +01:00
|
|
|
"wayland-scanner 0.30.0",
|
2022-06-20 15:50:52 +02:00
|
|
|
"wayland-server",
|
|
|
|
|
]
|
|
|
|
|
|
2022-08-31 13:01:23 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "wayland-protocols-misc"
|
2023-01-03 19:17:51 +01:00
|
|
|
version = "0.1.0"
|
2022-08-31 13:01:23 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-03 19:17:51 +01:00
|
|
|
checksum = "897d4e99645e1ed9245e9e6b5efa78828d2b23b661016d63d55251243d812f8b"
|
2022-08-31 13:01:23 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"wayland-backend",
|
2023-01-03 19:17:51 +01:00
|
|
|
"wayland-protocols 0.30.0",
|
|
|
|
|
"wayland-scanner 0.30.0",
|
2022-08-31 13:01:23 +02:00
|
|
|
"wayland-server",
|
|
|
|
|
]
|
|
|
|
|
|
2022-06-20 15:50:52 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "wayland-protocols-wlr"
|
2023-01-03 19:17:51 +01:00
|
|
|
version = "0.1.0"
|
2022-06-20 15:50:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-03 19:17:51 +01:00
|
|
|
checksum = "fce991093320e4a6a525876e6b629ab24da25f9baef0c2e0080ad173ec89588a"
|
2022-06-20 15:50:52 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"wayland-backend",
|
2023-01-03 19:17:51 +01:00
|
|
|
"wayland-protocols 0.30.0",
|
|
|
|
|
"wayland-scanner 0.30.0",
|
2021-12-15 17:25:15 +01:00
|
|
|
"wayland-server",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wayland-scanner"
|
2022-09-28 15:18:04 +02:00
|
|
|
version = "0.29.5"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-28 15:18:04 +02:00
|
|
|
checksum = "8f4303d8fa22ab852f789e75a967f0a2cdc430a607751c0499bada3e451cbd53"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"xml-rs",
|
|
|
|
|
]
|
|
|
|
|
|
2022-06-20 15:50:52 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "wayland-scanner"
|
2023-01-03 19:17:51 +01:00
|
|
|
version = "0.30.0"
|
2022-06-20 15:50:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-03 19:17:51 +01:00
|
|
|
checksum = "4834c14b3edf1d9986c83ca79b1e7e3afbe9874c7c144702f6467063259ce45d"
|
2022-11-03 18:51:27 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quick-xml",
|
|
|
|
|
"quote",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "wayland-server"
|
2023-01-03 19:17:51 +01:00
|
|
|
version = "0.30.0"
|
2022-11-04 14:14:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-03 19:17:51 +01:00
|
|
|
checksum = "9062def387c1b1d80e366d8243c2b3bd6d9e4f343032a3e5da8d4aa03866cf89"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"downcast-rs",
|
2022-12-27 18:27:29 +01:00
|
|
|
"io-lifetimes",
|
2023-01-24 17:40:33 +01:00
|
|
|
"nix 0.26.2",
|
2022-06-20 15:50:52 +02:00
|
|
|
"wayland-backend",
|
2023-01-03 19:17:51 +01:00
|
|
|
"wayland-scanner 0.30.0",
|
2021-12-15 17:25:15 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wayland-sys"
|
2022-09-28 15:18:04 +02:00
|
|
|
version = "0.29.5"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-28 15:18:04 +02:00
|
|
|
checksum = "be12ce1a3c39ec7dba25594b97b42cb3195d54953ddb9d3d95a7c3902bc6e9d4"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
2021-12-15 23:23:49 +01:00
|
|
|
"dlib",
|
2022-01-18 19:42:04 +01:00
|
|
|
"lazy_static",
|
2022-06-20 15:50:52 +02:00
|
|
|
"pkg-config",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wayland-sys"
|
2022-12-27 18:27:29 +01:00
|
|
|
version = "0.30.1"
|
2022-11-04 14:14:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-27 18:27:29 +01:00
|
|
|
checksum = "96b2a02ac608e07132978689a6f9bf4214949c85998c247abadd4f4129b1aa06"
|
2022-06-20 15:50:52 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"dlib",
|
2023-01-09 13:55:24 +01:00
|
|
|
"lazy_static",
|
2021-12-15 23:23:49 +01:00
|
|
|
"libc",
|
2022-06-20 15:50:52 +02:00
|
|
|
"log",
|
2022-12-27 18:27:29 +01:00
|
|
|
"memoffset 0.7.1",
|
2021-12-15 17:25:15 +01:00
|
|
|
"pkg-config",
|
|
|
|
|
]
|
|
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "web-sys"
|
2023-02-24 17:41:52 +01:00
|
|
|
version = "0.3.61"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 17:41:52 +01:00
|
|
|
checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"js-sys",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-21 10:10:50 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "weezl"
|
|
|
|
|
version = "0.1.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb"
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "wgpu"
|
|
|
|
|
version = "0.14.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "81f643110d228fd62a60c5ed2ab56c4d5b3704520bd50561174ec4ec74932937"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"arrayvec 0.7.2",
|
|
|
|
|
"js-sys",
|
|
|
|
|
"log",
|
|
|
|
|
"naga",
|
|
|
|
|
"parking_lot 0.12.1",
|
|
|
|
|
"raw-window-handle 0.5.0",
|
|
|
|
|
"smallvec",
|
|
|
|
|
"static_assertions",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
|
"web-sys",
|
|
|
|
|
"wgpu-core",
|
|
|
|
|
"wgpu-hal",
|
|
|
|
|
"wgpu-types",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wgpu-core"
|
|
|
|
|
version = "0.14.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6000d1284ef8eec6076fd5544a73125fd7eb9b635f18dceeb829d826f41724ca"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"arrayvec 0.7.2",
|
|
|
|
|
"bit-vec",
|
|
|
|
|
"bitflags",
|
|
|
|
|
"cfg_aliases",
|
|
|
|
|
"codespan-reporting",
|
|
|
|
|
"fxhash",
|
|
|
|
|
"log",
|
|
|
|
|
"naga",
|
|
|
|
|
"parking_lot 0.12.1",
|
|
|
|
|
"profiling",
|
|
|
|
|
"raw-window-handle 0.5.0",
|
|
|
|
|
"smallvec",
|
|
|
|
|
"thiserror",
|
|
|
|
|
"web-sys",
|
|
|
|
|
"wgpu-hal",
|
|
|
|
|
"wgpu-types",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wgpu-hal"
|
|
|
|
|
version = "0.14.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3cc320a61acb26be4f549c9b1b53405c10a223fbfea363ec39474c32c348d12f"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"android_system_properties",
|
|
|
|
|
"arrayvec 0.7.2",
|
|
|
|
|
"ash",
|
|
|
|
|
"bit-set",
|
|
|
|
|
"bitflags",
|
|
|
|
|
"block",
|
|
|
|
|
"core-graphics-types",
|
|
|
|
|
"d3d12",
|
|
|
|
|
"foreign-types",
|
|
|
|
|
"fxhash",
|
|
|
|
|
"glow",
|
|
|
|
|
"gpu-alloc",
|
|
|
|
|
"gpu-descriptor",
|
|
|
|
|
"js-sys",
|
|
|
|
|
"khronos-egl",
|
|
|
|
|
"libloading",
|
|
|
|
|
"log",
|
|
|
|
|
"metal",
|
|
|
|
|
"naga",
|
|
|
|
|
"objc",
|
|
|
|
|
"parking_lot 0.12.1",
|
|
|
|
|
"profiling",
|
|
|
|
|
"range-alloc",
|
|
|
|
|
"raw-window-handle 0.5.0",
|
|
|
|
|
"renderdoc-sys",
|
|
|
|
|
"smallvec",
|
|
|
|
|
"thiserror",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
"web-sys",
|
|
|
|
|
"wgpu-types",
|
|
|
|
|
"winapi",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wgpu-types"
|
|
|
|
|
version = "0.14.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "fb6b28ef22cac17b9109b25b3bf8c9a103eeb293d7c5f78653979b09140375f6"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wgpu_glyph"
|
|
|
|
|
version = "0.18.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0cafb82773e0f124a33674dab5de4dff73175aeb921949047ab014efb58fb446"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bytemuck",
|
|
|
|
|
"glyph_brush",
|
|
|
|
|
"log",
|
|
|
|
|
"wgpu",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 17:25:15 +01: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-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "winapi-util"
|
|
|
|
|
version = "0.1.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"winapi",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "winapi-wsapoll"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "44c17110f57155602a80dca10be03852116403c9ff3cd25b079d666f2aa3df6e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"winapi",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
|
2022-05-12 14:04:21 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows-sys"
|
|
|
|
|
version = "0.36.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
|
|
|
|
|
dependencies = [
|
2022-11-04 14:14:35 +01:00
|
|
|
"windows_aarch64_msvc 0.36.1",
|
|
|
|
|
"windows_i686_gnu 0.36.1",
|
|
|
|
|
"windows_i686_msvc 0.36.1",
|
|
|
|
|
"windows_x86_64_gnu 0.36.1",
|
|
|
|
|
"windows_x86_64_msvc 0.36.1",
|
2022-05-12 14:04:21 +02:00
|
|
|
]
|
|
|
|
|
|
2022-11-04 14:14:35 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows-sys"
|
|
|
|
|
version = "0.42.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"windows_aarch64_gnullvm",
|
2023-01-16 15:12:25 +01:00
|
|
|
"windows_aarch64_msvc 0.42.1",
|
|
|
|
|
"windows_i686_gnu 0.42.1",
|
|
|
|
|
"windows_i686_msvc 0.42.1",
|
|
|
|
|
"windows_x86_64_gnu 0.42.1",
|
2022-11-04 14:14:35 +01:00
|
|
|
"windows_x86_64_gnullvm",
|
2023-01-16 15:12:25 +01:00
|
|
|
"windows_x86_64_msvc 0.42.1",
|
2022-11-04 14:14:35 +01:00
|
|
|
]
|
|
|
|
|
|
2023-02-24 17:41:52 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows-sys"
|
|
|
|
|
version = "0.45.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"windows-targets",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-targets"
|
|
|
|
|
version = "0.42.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
|
"windows_aarch64_msvc 0.42.1",
|
|
|
|
|
"windows_i686_gnu 0.42.1",
|
|
|
|
|
"windows_i686_msvc 0.42.1",
|
|
|
|
|
"windows_x86_64_gnu 0.42.1",
|
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
|
"windows_x86_64_msvc 0.42.1",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-04 14:14:35 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-01-16 15:12:25 +01:00
|
|
|
version = "0.42.1"
|
2022-11-04 14:14:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 15:12:25 +01:00
|
|
|
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
|
2022-11-04 14:14:35 +01:00
|
|
|
|
2022-05-12 14:04:21 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
|
version = "0.36.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
|
|
|
|
|
|
2022-11-04 14:14:35 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-01-16 15:12:25 +01:00
|
|
|
version = "0.42.1"
|
2022-11-04 14:14:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 15:12:25 +01:00
|
|
|
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
|
2022-11-04 14:14:35 +01:00
|
|
|
|
2022-05-12 14:04:21 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
|
version = "0.36.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
|
|
|
|
|
|
2022-11-04 14:14:35 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_gnu"
|
2023-01-16 15:12:25 +01:00
|
|
|
version = "0.42.1"
|
2022-11-04 14:14:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 15:12:25 +01:00
|
|
|
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
|
2022-11-04 14:14:35 +01:00
|
|
|
|
2022-05-12 14:04:21 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
|
version = "0.36.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
|
|
|
|
|
|
2022-11-04 14:14:35 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_msvc"
|
2023-01-16 15:12:25 +01:00
|
|
|
version = "0.42.1"
|
2022-11-04 14:14:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 15:12:25 +01:00
|
|
|
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
|
2022-11-04 14:14:35 +01:00
|
|
|
|
2022-05-12 14:04:21 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
|
version = "0.36.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
|
|
|
|
|
|
2022-11-04 14:14:35 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-01-16 15:12:25 +01:00
|
|
|
version = "0.42.1"
|
2022-11-04 14:14:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 15:12:25 +01:00
|
|
|
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
|
2022-11-04 14:14:35 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-01-16 15:12:25 +01:00
|
|
|
version = "0.42.1"
|
2022-11-04 14:14:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 15:12:25 +01:00
|
|
|
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
|
2022-11-04 14:14:35 +01:00
|
|
|
|
2022-05-12 14:04:21 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
|
version = "0.36.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
|
|
|
|
|
|
2022-11-04 14:14:35 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-01-16 15:12:25 +01:00
|
|
|
version = "0.42.1"
|
2022-11-04 14:14:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 15:12:25 +01:00
|
|
|
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
|
2022-11-04 14:14:35 +01:00
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "winit"
|
2022-11-04 14:14:35 +01:00
|
|
|
version = "0.27.5"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-04 14:14:35 +01:00
|
|
|
checksum = "bb796d6fbd86b2fd896c9471e6f04d39d750076ebe5680a3958f00f5ab97657c"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"cocoa",
|
2022-08-15 11:39:55 +02:00
|
|
|
"core-foundation",
|
|
|
|
|
"core-graphics",
|
2022-01-18 19:42:04 +01:00
|
|
|
"dispatch",
|
|
|
|
|
"instant",
|
|
|
|
|
"libc",
|
|
|
|
|
"log",
|
|
|
|
|
"mio",
|
|
|
|
|
"ndk",
|
|
|
|
|
"ndk-glue",
|
|
|
|
|
"objc",
|
2022-08-15 11:39:55 +02:00
|
|
|
"once_cell",
|
2023-01-09 13:55:24 +01:00
|
|
|
"parking_lot 0.12.1",
|
2022-01-18 19:42:04 +01:00
|
|
|
"percent-encoding",
|
2022-08-15 11:39:55 +02:00
|
|
|
"raw-window-handle 0.4.3",
|
|
|
|
|
"raw-window-handle 0.5.0",
|
2022-01-18 19:42:04 +01:00
|
|
|
"smithay-client-toolkit",
|
|
|
|
|
"wasm-bindgen",
|
2023-01-09 13:55:24 +01:00
|
|
|
"wayland-client 0.29.5",
|
2022-09-28 15:18:04 +02:00
|
|
|
"wayland-protocols 0.29.5",
|
2022-01-18 19:42:04 +01:00
|
|
|
"web-sys",
|
2022-11-04 14:14:35 +01:00
|
|
|
"windows-sys 0.36.1",
|
2022-01-18 19:42:04 +01:00
|
|
|
"x11-dl",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-28 17:48:50 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "wio"
|
|
|
|
|
version = "0.2.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"winapi",
|
|
|
|
|
]
|
|
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "x11-dl"
|
2023-01-24 17:40:33 +01:00
|
|
|
version = "2.21.0"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 17:40:33 +01:00
|
|
|
checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
2023-01-24 17:40:33 +01:00
|
|
|
"once_cell",
|
2022-01-18 19:42:04 +01:00
|
|
|
"pkg-config",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-16 15:12:25 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "x11rb"
|
|
|
|
|
version = "0.11.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "cdf3c79412dd91bae7a7366b8ad1565a85e35dd049affc3a6a2c549e97419617"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"gethostname",
|
|
|
|
|
"libc",
|
|
|
|
|
"libloading",
|
|
|
|
|
"nix 0.25.1",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"winapi",
|
|
|
|
|
"winapi-wsapoll",
|
2023-01-24 17:40:33 +01:00
|
|
|
"x11rb-protocol",
|
2021-12-15 17:25:15 +01:00
|
|
|
]
|
|
|
|
|
|
2023-01-16 15:12:25 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "x11rb-protocol"
|
|
|
|
|
version = "0.11.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e0b1513b141123073ce54d5bb1d33f801f17508fbd61e02060b1214e96d39c56"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"nix 0.25.1",
|
|
|
|
|
]
|
|
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "xcursor"
|
|
|
|
|
version = "0.3.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"nom",
|
|
|
|
|
]
|
|
|
|
|
|
2022-03-28 23:45:30 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "xdg"
|
|
|
|
|
version = "2.4.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0c4583db5cbd4c4c0303df2d15af80f0539db703fa1c68802d4cbbd2dd0f88f6"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"dirs",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "xi-unicode"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a67300977d3dc3f8034dae89778f502b6ba20b269527b3223ba59c0cf393bb8a"
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "xkbcommon"
|
2022-08-04 12:49:19 +02:00
|
|
|
version = "0.4.1"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 12:49:19 +02:00
|
|
|
checksum = "032ed00cc755c31221bbd6aaf9fa4196a01bf33bca185f9316e14f26d28c28cf"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2022-09-09 20:00:00 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "xkbcommon"
|
|
|
|
|
version = "0.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "acbee136714379ab22da0280207fdb7f47e0bb940adea97731b65598b8c7a92e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
2023-02-25 00:17:54 +01:00
|
|
|
"memmap2 0.5.10",
|
2022-09-09 20:00:00 -07:00
|
|
|
]
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "xml-rs"
|
|
|
|
|
version = "0.8.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
|
2022-11-21 10:10:50 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "xmlparser"
|
|
|
|
|
version = "0.13.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "xmlwriter"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
|
2023-01-09 13:55:24 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "yazi"
|
|
|
|
|
version = "0.1.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c03b3e19c937b5b9bd8e52b1c88f30cce5c0d33d676cf174866175bb794ff658"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zeno"
|
|
|
|
|
version = "0.2.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c110ba09c9b3a43edd4803d570df0da2414fed6e822e22b976a4e3ef50860701"
|
2023-02-24 17:41:52 +01:00
|
|
|
|
2023-03-06 18:50:11 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "zstd"
|
|
|
|
|
version = "0.11.2+zstd.1.5.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"zstd-safe",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zstd-safe"
|
|
|
|
|
version = "5.0.2+zstd.1.5.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"zstd-sys",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zstd-sys"
|
|
|
|
|
version = "2.0.7+zstd.1.5.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "94509c3ba2fe55294d752b79842c530ccfab760192521df74a081a78d2b3c7f5"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cc",
|
|
|
|
|
"libc",
|
|
|
|
|
"pkg-config",
|
|
|
|
|
]
|
|
|
|
|
|
2023-02-24 17:41:52 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "zune-inflate"
|
|
|
|
|
version = "0.2.50"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "589245df6230839c305984dcc0a8385cc72af1fd223f360ffd5d65efa4216d40"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"simd-adler32",
|
|
|
|
|
]
|