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-03-23 14:01:22 +01:00
|
|
|
version = "1.0.70"
|
2021-12-15 18:00:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 14:01:22 +01:00
|
|
|
checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"
|
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"
|
2023-03-23 14:01:22 +01:00
|
|
|
version = "0.3.7"
|
2022-11-21 10:10:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 14:01:22 +01:00
|
|
|
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
|
2022-11-21 10:10:50 +01:00
|
|
|
|
|
|
|
|
[[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-04-18 17:10:21 +02:00
|
|
|
"miniz_oxide 0.6.2",
|
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"
|
2023-03-06 18:50:37 +01:00
|
|
|
version = "0.10.2"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-06 18:50:37 +01:00
|
|
|
checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
|
2023-01-09 13:55:24 +01:00
|
|
|
|
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"
|
2023-03-23 14:01:22 +01:00
|
|
|
version = "0.10.4"
|
2022-04-27 21:33:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 14:01:22 +01:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
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-03-06 18:50:37 +01:00
|
|
|
version = "1.13.1"
|
2022-07-20 17:25:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-06 18:50:37 +01:00
|
|
|
checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
|
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-04-18 17:10:21 +02:00
|
|
|
version = "1.4.1"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-18 17:10:21 +02:00
|
|
|
checksum = "fdde5c9cd29ebd706ce1b35600920a33550e402fc998a2e53ad3b42c3c47a192"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
2022-08-15 11:39:55 +02:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2023-04-18 17:10:21 +02:00
|
|
|
"syn 2.0.15",
|
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"
|
2023-03-23 14:01:22 +01:00
|
|
|
version = "0.1.1"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 14:01:22 +01:00
|
|
|
checksum = "931d3837c286f56e3c58423ce4eba12d08db2374461a785c86f672b08b5650d6"
|
2022-01-18 19:42:04 +01:00
|
|
|
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"
|
2023-04-18 17:10:21 +02:00
|
|
|
version = "0.8.4"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-18 17:10:21 +02:00
|
|
|
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
|
2022-01-18 19:42:04 +01:00
|
|
|
|
|
|
|
|
[[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",
|
2023-05-03 19:47:34 +02:00
|
|
|
"egui 0.20.1",
|
|
|
|
|
"glow 0.11.2",
|
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-04-18 17:10:21 +02:00
|
|
|
source = "git+https://github.com/pop-os/cosmic-protocols?branch=main#7d80b59afc464a8ecdb8001333f18de554f299f4"
|
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"
|
2023-03-23 14:01:22 +01:00
|
|
|
version = "0.7.0"
|
|
|
|
|
source = "git+https://github.com/pop-os/cosmic-text?rev=e788c175#e788c175ec31094b04dcacbc0537dba4433afcfc"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
2023-03-23 14:01:22 +01:00
|
|
|
"fontdb 0.13.0",
|
2023-01-09 13:55:24 +01:00
|
|
|
"libm",
|
|
|
|
|
"log",
|
2023-02-25 00:17:54 +01:00
|
|
|
"ouroboros 0.15.6",
|
2023-01-09 13:55:24 +01:00
|
|
|
"rangemap",
|
2023-03-23 14:01:22 +01:00
|
|
|
"rustybuzz 0.7.0",
|
2023-01-09 13:55:24 +01:00
|
|
|
"swash",
|
|
|
|
|
"sys-locale",
|
|
|
|
|
"unicode-bidi",
|
|
|
|
|
"unicode-linebreak",
|
|
|
|
|
"unicode-script",
|
|
|
|
|
"unicode-segmentation",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cosmic-theme"
|
|
|
|
|
version = "0.1.0"
|
2023-03-06 18:50:37 +01:00
|
|
|
source = "git+https://github.com/pop-os/cosmic-theme.git#a1258308a894c5c7bbe6e261271e8476d55955d3"
|
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"
|
2023-04-18 17:10:21 +02:00
|
|
|
version = "0.2.6"
|
2022-04-27 21:33:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-18 17:10:21 +02:00
|
|
|
checksum = "280a9f2d8b3a38871a3c8a46fb80db65e5e5ed97da80c4d08bf27fb63e35e181"
|
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"
|
2023-04-18 17:10:21 +02:00
|
|
|
version = "0.5.8"
|
2021-12-15 18:00:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-18 17:10:21 +02:00
|
|
|
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
|
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"
|
2023-03-06 18:50:37 +01:00
|
|
|
version = "0.8.3"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-06 18:50:37 +01:00
|
|
|
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"crossbeam-epoch",
|
|
|
|
|
"crossbeam-utils",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "crossbeam-epoch"
|
2023-03-06 18:50:37 +01:00
|
|
|
version = "0.9.14"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-06 18:50:37 +01:00
|
|
|
checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"crossbeam-utils",
|
2023-03-06 18:50:37 +01:00
|
|
|
"memoffset 0.8.0",
|
2023-01-09 13:55:24 +01:00
|
|
|
"scopeguard",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 18:00:28 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "crossbeam-utils"
|
2023-03-06 18:50:37 +01:00
|
|
|
version = "0.8.15"
|
2021-12-15 18:00:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-06 18:50:37 +01:00
|
|
|
checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
|
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",
|
2023-03-23 14:01:22 +01:00
|
|
|
"syn 1.0.109",
|
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",
|
2023-03-23 14:01:22 +01:00
|
|
|
"syn 1.0.109",
|
2023-01-09 13:55:24 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[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",
|
2023-03-23 14:01:22 +01:00
|
|
|
"syn 1.0.109",
|
2022-01-18 19:42:04 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[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",
|
2023-03-23 14:01:22 +01:00
|
|
|
"syn 1.0.109",
|
2022-01-18 19:42:04 +01:00
|
|
|
]
|
|
|
|
|
|
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-05-03 19:47:34 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "data-url"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8d7439c3735f405729d52c3fbbe4de140eaf938a1fe47d227c27f8254d4302a5"
|
|
|
|
|
|
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",
|
2023-03-23 14:01:22 +01:00
|
|
|
"syn 1.0.109",
|
2023-01-09 13:55:24 +01:00
|
|
|
]
|
|
|
|
|
|
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-03-31 14:04:47 +02:00
|
|
|
version = "0.9.0"
|
2022-08-31 13:01:23 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-31 14:04:47 +02:00
|
|
|
checksum = "edf9159ef4bcecd0c5e4cbeb573b8d0037493403d542780dba5d840bbf9df56f"
|
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-03-31 14:04:47 +02:00
|
|
|
version = "0.5.0"
|
2022-08-31 13:01:23 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-31 14:04:47 +02:00
|
|
|
checksum = "1352481b7b90e27a8a1bf8ef6b33cf18b98dba7c410e75c24bb3eef2f0d8d525"
|
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-03-31 14:04:47 +02:00
|
|
|
version = "0.4.0"
|
2022-08-31 13:01:23 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-31 14:04:47 +02:00
|
|
|
checksum = "1369f1679d6b706d234c4c1e0613c415c2c74b598a09ad28080ba2474b72e42d"
|
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"
|
2023-05-03 19:47:34 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ecolor"
|
|
|
|
|
version = "0.21.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1f99fe3cac305af9d6d92971af60d0f7ea4d783201ef1673571567b6699964d9"
|
2023-01-31 12:57:58 +01:00
|
|
|
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",
|
2023-05-03 19:47:34 +02:00
|
|
|
"epaint 0.20.0",
|
|
|
|
|
"nohash-hasher",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "egui"
|
|
|
|
|
version = "0.21.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6412a21e0bde7c0918f7fb44bbbb86b5e1f88e63c026a4e747cc7af02f76dfbe"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"ahash 0.8.3",
|
|
|
|
|
"epaint 0.21.0",
|
2022-01-11 17:22:23 +01:00
|
|
|
"nohash-hasher",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-21 10:10:50 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "egui_extras"
|
2023-05-03 19:47:34 +02:00
|
|
|
version = "0.21.0"
|
2022-11-21 10:10:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-03 19:47:34 +02:00
|
|
|
checksum = "8f051342e97dfa2445107cb7d2e720617f5c840199b5cb4fe0ffcf481fcf5cce"
|
2022-11-21 10:10:50 +01:00
|
|
|
dependencies = [
|
2023-05-03 19:47:34 +02:00
|
|
|
"egui 0.21.0",
|
|
|
|
|
"resvg 0.28.0",
|
2023-01-31 12:57:58 +01:00
|
|
|
"serde",
|
2023-05-03 19:47:34 +02:00
|
|
|
"tiny-skia 0.8.4",
|
|
|
|
|
"usvg 0.28.0",
|
2022-11-21 10:10:50 +01:00
|
|
|
]
|
|
|
|
|
|
2022-11-17 20:32:54 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "egui_glow"
|
2023-05-03 19:47:34 +02:00
|
|
|
version = "0.21.0"
|
2022-11-17 20:32:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-03 19:47:34 +02:00
|
|
|
checksum = "8257332fb168a965b3dca81d6a344e053153773c889cabdba0b3b76f1629ae81"
|
2022-11-17 20:32:54 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bytemuck",
|
2023-05-03 19:47:34 +02:00
|
|
|
"egui 0.21.0",
|
|
|
|
|
"glow 0.12.1",
|
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"
|
2023-05-03 19:47:34 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "emath"
|
|
|
|
|
version = "0.21.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b8ecd80612937e0267909d5351770fe150004e24dab93954f69ca62eecd3f77e"
|
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",
|
2023-03-23 14:01:22 +01:00
|
|
|
"syn 1.0.109",
|
2023-01-09 13:55:24 +01:00
|
|
|
]
|
|
|
|
|
|
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"
|
2023-05-03 19:47:34 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"ab_glyph",
|
|
|
|
|
"ahash 0.8.3",
|
|
|
|
|
"atomic_refcell",
|
|
|
|
|
"ecolor 0.20.0",
|
|
|
|
|
"emath 0.20.0",
|
|
|
|
|
"nohash-hasher",
|
|
|
|
|
"parking_lot 0.12.1",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "epaint"
|
|
|
|
|
version = "0.21.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "12e78b5c58a1f7f621f9d546add2adce20636422c9b251e29f749e8a2f713c95"
|
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-05-03 19:47:34 +02:00
|
|
|
"ecolor 0.21.0",
|
|
|
|
|
"emath 0.21.0",
|
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",
|
|
|
|
|
]
|
|
|
|
|
|
2023-04-18 17:10:21 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "errno"
|
|
|
|
|
version = "0.3.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"errno-dragonfly",
|
|
|
|
|
"libc",
|
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
|
]
|
|
|
|
|
|
2022-02-09 14:26:35 +01:00
|
|
|
[[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"
|
2023-04-18 17:10:21 +02:00
|
|
|
version = "0.22.9"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-18 17:10:21 +02:00
|
|
|
checksum = "87f253bc5c813ca05792837a0ff4b3a580336b224512d48f7eda1d7dd9210787"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"num-traits",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "exr"
|
2023-03-23 14:01:22 +01:00
|
|
|
version = "1.6.3"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 14:01:22 +01:00
|
|
|
checksum = "bdd2162b720141a91a054640662d3edce3d50a944a50ffca5313cd951abb35b4"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bit_field",
|
|
|
|
|
"flume",
|
|
|
|
|
"half",
|
|
|
|
|
"lebe",
|
2023-04-18 17:10:21 +02:00
|
|
|
"miniz_oxide 0.6.2",
|
2023-03-23 14:01:22 +01:00
|
|
|
"rayon-core",
|
2023-01-09 13:55:24 +01:00
|
|
|
"smallvec",
|
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-04-18 17:10:21 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "fdeflate"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"simd-adler32",
|
|
|
|
|
]
|
|
|
|
|
|
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-04-18 17:10:21 +02:00
|
|
|
"miniz_oxide 0.6.2",
|
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"
|
|
|
|
|
|
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",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "fontdb"
|
2023-03-23 14:01:22 +01:00
|
|
|
version = "0.13.0"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 14:01:22 +01:00
|
|
|
checksum = "bfec8f19f9b89b2901219cc62604810d2bfef15dc1182e95320f57e7cbbe041a"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"log",
|
2023-02-25 00:17:54 +01:00
|
|
|
"memmap2 0.5.10",
|
2023-03-23 14:01:22 +01:00
|
|
|
"slotmap",
|
|
|
|
|
"ttf-parser 0.18.1",
|
2022-11-21 10:10:50 +01:00
|
|
|
]
|
|
|
|
|
|
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"
|
|
|
|
|
|
2023-03-06 18:50:37 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "fraction"
|
|
|
|
|
version = "0.13.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3027ae1df8d41b4bed2241c8fdad4acc1e7af60c8e17743534b545e77182d678"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"lazy_static",
|
|
|
|
|
"num",
|
|
|
|
|
]
|
|
|
|
|
|
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-04-18 17:10:21 +02:00
|
|
|
version = "0.3.28"
|
2022-08-31 13:01:23 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-18 17:10:21 +02:00
|
|
|
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
|
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-04-18 17:10:21 +02:00
|
|
|
version = "0.3.28"
|
2022-04-27 21:33:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-18 17:10:21 +02:00
|
|
|
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
|
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-04-18 17:10:21 +02:00
|
|
|
version = "0.3.28"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-18 17:10:21 +02:00
|
|
|
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
|
2023-01-09 13:55:24 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-executor"
|
2023-04-18 17:10:21 +02:00
|
|
|
version = "0.3.28"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-18 17:10:21 +02:00
|
|
|
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-task",
|
|
|
|
|
"futures-util",
|
|
|
|
|
"num_cpus",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-io"
|
2023-04-18 17:10:21 +02:00
|
|
|
version = "0.3.28"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-18 17:10:21 +02:00
|
|
|
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
|
2023-01-09 13:55:24 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-macro"
|
2023-04-18 17:10:21 +02:00
|
|
|
version = "0.3.28"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-18 17:10:21 +02:00
|
|
|
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2023-04-18 17:10:21 +02:00
|
|
|
"syn 2.0.15",
|
2023-01-09 13:55:24 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-sink"
|
2023-04-18 17:10:21 +02:00
|
|
|
version = "0.3.28"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-18 17:10:21 +02:00
|
|
|
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
|
2023-01-09 13:55:24 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-task"
|
2023-04-18 17:10:21 +02:00
|
|
|
version = "0.3.28"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-18 17:10:21 +02:00
|
|
|
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
|
2023-01-09 13:55:24 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-util"
|
2023-04-18 17:10:21 +02:00
|
|
|
version = "0.3.28"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-18 17:10:21 +02:00
|
|
|
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
|
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-03-31 14:04:47 +02:00
|
|
|
version = "0.12.0"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-31 14:04:47 +02:00
|
|
|
checksum = "f2ec389cda876966cf824111bf6e533fb934c711d473498279964a990853b3c6"
|
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"
|
2023-04-18 17:10:21 +02:00
|
|
|
version = "0.14.7"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-18 17:10:21 +02:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2023-01-09 13:55:24 +01:00
|
|
|
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"
|
2023-04-18 17:10:21 +02:00
|
|
|
version = "0.2.9"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-18 17:10:21 +02:00
|
|
|
checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
|
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
|
|
|
]
|
|
|
|
|
|
2023-04-18 17:10:21 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "gif"
|
|
|
|
|
version = "0.12.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045"
|
|
|
|
|
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-05-03 19:47:34 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "glow"
|
|
|
|
|
version = "0.12.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4e007a07a24de5ecae94160f141029e9a347282cfe25d1d58d85d845cf3130f1"
|
|
|
|
|
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",
|
2023-05-03 19:47:34 +02:00
|
|
|
"glow 0.11.2",
|
2023-01-09 13:55:24 +01:00
|
|
|
"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",
|
|
|
|
|
]
|
|
|
|
|
|
2023-03-23 14:01:22 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "hermit-abi"
|
|
|
|
|
version = "0.3.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[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-03-23 14:01:22 +01:00
|
|
|
source = "git+https://github.com/pop-os/libcosmic?rev=24709e9c3b#24709e9c3b56c49a0af168d1e37ebef85f112c8a"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"iced_core",
|
2023-03-06 18:50:37 +01:00
|
|
|
"iced_dyrend",
|
2023-01-09 13:55:24 +01:00
|
|
|
"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-03-23 14:01:22 +01:00
|
|
|
source = "git+https://github.com/pop-os/libcosmic?rev=24709e9c3b#24709e9c3b56c49a0af168d1e37ebef85f112c8a"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"palette",
|
|
|
|
|
"wasm-timer",
|
|
|
|
|
]
|
|
|
|
|
|
2023-03-06 18:50:37 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "iced_dyrend"
|
|
|
|
|
version = "0.1.0"
|
2023-03-23 14:01:22 +01:00
|
|
|
source = "git+https://github.com/pop-os/libcosmic?rev=24709e9c3b#24709e9c3b56c49a0af168d1e37ebef85f112c8a"
|
2023-03-06 18:50:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"iced_glow",
|
|
|
|
|
"iced_graphics",
|
|
|
|
|
"iced_native",
|
|
|
|
|
"iced_softbuffer",
|
|
|
|
|
"iced_wgpu",
|
|
|
|
|
"log",
|
2023-04-18 17:10:21 +02:00
|
|
|
"raw-window-handle 0.5.2",
|
2023-03-06 18:50:37 +01:00
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "iced_futures"
|
|
|
|
|
version = "0.5.1"
|
2023-03-23 14:01:22 +01:00
|
|
|
source = "git+https://github.com/pop-os/libcosmic?rev=24709e9c3b#24709e9c3b56c49a0af168d1e37ebef85f112c8a"
|
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-03-23 14:01:22 +01:00
|
|
|
source = "git+https://github.com/pop-os/libcosmic?rev=24709e9c3b#24709e9c3b56c49a0af168d1e37ebef85f112c8a"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bytemuck",
|
|
|
|
|
"euclid",
|
2023-05-03 19:47:34 +02:00
|
|
|
"glow 0.11.2",
|
2023-01-09 13:55:24 +01:00
|
|
|
"glow_glyph",
|
|
|
|
|
"glyph_brush",
|
|
|
|
|
"iced_graphics",
|
|
|
|
|
"iced_native",
|
|
|
|
|
"log",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "iced_graphics"
|
|
|
|
|
version = "0.5.0"
|
2023-03-23 14:01:22 +01:00
|
|
|
source = "git+https://github.com/pop-os/libcosmic?rev=24709e9c3b#24709e9c3b56c49a0af168d1e37ebef85f112c8a"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"bytemuck",
|
|
|
|
|
"glam",
|
|
|
|
|
"iced_native",
|
|
|
|
|
"iced_style",
|
|
|
|
|
"image",
|
|
|
|
|
"kamadak-exif",
|
|
|
|
|
"log",
|
2023-04-18 17:10:21 +02:00
|
|
|
"raw-window-handle 0.5.2",
|
2023-01-09 13:55:24 +01:00
|
|
|
"resvg 0.18.0",
|
|
|
|
|
"thiserror",
|
2023-05-03 19:47:34 +02:00
|
|
|
"tiny-skia 0.6.6",
|
2023-01-09 13:55:24 +01:00
|
|
|
"usvg 0.18.0",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "iced_lazy"
|
|
|
|
|
version = "0.3.0"
|
2023-03-23 14:01:22 +01:00
|
|
|
source = "git+https://github.com/pop-os/libcosmic?rev=24709e9c3b#24709e9c3b56c49a0af168d1e37ebef85f112c8a"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"iced_native",
|
|
|
|
|
"ouroboros 0.13.0",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "iced_native"
|
|
|
|
|
version = "0.7.0"
|
2023-03-23 14:01:22 +01:00
|
|
|
source = "git+https://github.com/pop-os/libcosmic?rev=24709e9c3b#24709e9c3b56c49a0af168d1e37ebef85f112c8a"
|
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-03-23 14:01:22 +01:00
|
|
|
source = "git+https://github.com/pop-os/libcosmic?rev=24709e9c3b#24709e9c3b56c49a0af168d1e37ebef85f112c8a"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"cosmic-text",
|
|
|
|
|
"iced_graphics",
|
|
|
|
|
"iced_native",
|
|
|
|
|
"lazy_static",
|
|
|
|
|
"log",
|
|
|
|
|
"raqote",
|
2023-04-18 17:10:21 +02:00
|
|
|
"raw-window-handle 0.5.2",
|
2023-01-09 13:55:24 +01:00
|
|
|
"softbuffer",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-16 15:12:25 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "iced_style"
|
|
|
|
|
version = "0.5.1"
|
2023-03-23 14:01:22 +01:00
|
|
|
source = "git+https://github.com/pop-os/libcosmic?rev=24709e9c3b#24709e9c3b56c49a0af168d1e37ebef85f112c8a"
|
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-03-23 14:01:22 +01:00
|
|
|
source = "git+https://github.com/pop-os/libcosmic?rev=24709e9c3b#24709e9c3b56c49a0af168d1e37ebef85f112c8a"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"bytemuck",
|
|
|
|
|
"encase",
|
|
|
|
|
"futures",
|
|
|
|
|
"glam",
|
|
|
|
|
"glyph_brush",
|
|
|
|
|
"guillotiere",
|
|
|
|
|
"iced_graphics",
|
|
|
|
|
"iced_native",
|
|
|
|
|
"log",
|
2023-04-18 17:10:21 +02:00
|
|
|
"raw-window-handle 0.5.2",
|
2023-01-09 13:55:24 +01:00
|
|
|
"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"
|
2023-04-18 17:10:21 +02:00
|
|
|
version = "0.24.6"
|
2022-11-21 10:10:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-18 17:10:21 +02:00
|
|
|
checksum = "527909aa81e20ac3a44803521443a765550f09b5130c2c2fa1ea59c2f8f50a3a"
|
2022-11-21 10:10:50 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bytemuck",
|
|
|
|
|
"byteorder",
|
|
|
|
|
"color_quant",
|
2023-01-09 13:55:24 +01:00
|
|
|
"exr",
|
2023-05-03 19:47:34 +02:00
|
|
|
"gif",
|
2023-01-09 13:55:24 +01:00
|
|
|
"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",
|
2023-04-18 17:10:21 +02:00
|
|
|
"qoi",
|
2023-01-09 13:55:24 +01:00
|
|
|
"tiff",
|
2022-11-21 10:10:50 +01:00
|
|
|
]
|
|
|
|
|
|
2023-05-03 19:47:34 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "imagesize"
|
|
|
|
|
version = "0.10.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "df19da1e92fbfec043ca97d622955381b1f3ee72a180ec999912df31b1ccd951"
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "indexmap"
|
2023-04-18 17:10:21 +02:00
|
|
|
version = "1.9.3"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-18 17:10:21 +02:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
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-04-18 17:10:21 +02:00
|
|
|
version = "1.0.10"
|
2022-09-28 15:18:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-18 17:10:21 +02:00
|
|
|
checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
|
2022-09-28 15:18:04 +02:00
|
|
|
dependencies = [
|
2023-03-23 14:01:22 +01:00
|
|
|
"hermit-abi 0.3.1",
|
2022-09-28 15:18:04 +02:00
|
|
|
"libc",
|
2023-04-18 17:10:21 +02:00
|
|
|
"windows-sys 0.48.0",
|
2022-09-28 15:18:04 +02:00
|
|
|
]
|
|
|
|
|
|
2022-02-05 00:40:17 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "itoa"
|
2023-03-06 18:50:37 +01:00
|
|
|
version = "1.0.6"
|
2022-02-05 00:40:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-06 18:50:37 +01:00
|
|
|
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
|
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"
|
|
|
|
|
|
|
|
|
|
[[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-04-18 17:10:21 +02:00
|
|
|
version = "0.2.141"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-18 17:10:21 +02:00
|
|
|
checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5"
|
2023-01-09 13:55:24 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "libcosmic"
|
|
|
|
|
version = "0.1.0"
|
2023-03-23 14:01:22 +01:00
|
|
|
source = "git+https://github.com/pop-os/libcosmic?rev=24709e9c3b#24709e9c3b56c49a0af168d1e37ebef85f112c8a"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"apply",
|
|
|
|
|
"cosmic-theme",
|
|
|
|
|
"derive_setters",
|
2023-03-06 18:50:37 +01:00
|
|
|
"fraction",
|
2023-01-09 13:55:24 +01:00
|
|
|
"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 = [
|
2023-04-18 17:10:21 +02:00
|
|
|
"errno 0.2.8",
|
2022-02-09 14:26:35 +01:00
|
|
|
"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"
|
|
|
|
|
|
2023-03-06 18:50:37 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "linux-raw-sys"
|
2023-04-18 17:10:21 +02:00
|
|
|
version = "0.3.1"
|
2023-03-06 18:50:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-18 17:10:21 +02:00
|
|
|
checksum = "d59d8c75012853d2e872fb56bc8a2e53718e2cafe1a4c823143141c6d90c322f"
|
2023-03-06 18:50:37 +01:00
|
|
|
|
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",
|
|
|
|
|
]
|
|
|
|
|
|
2023-03-06 18:50:37 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "memoffset"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
|
|
|
|
|
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",
|
|
|
|
|
]
|
|
|
|
|
|
2023-04-18 17:10:21 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "miniz_oxide"
|
|
|
|
|
version = "0.7.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"adler",
|
|
|
|
|
"simd-adler32",
|
|
|
|
|
]
|
|
|
|
|
|
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",
|
2023-04-18 17:10:21 +02:00
|
|
|
"raw-window-handle 0.5.2",
|
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",
|
2023-03-23 14:01:22 +01:00
|
|
|
"syn 1.0.109",
|
2022-01-18 19:42:04 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[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-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",
|
|
|
|
|
]
|
|
|
|
|
|
2023-03-06 18:50:37 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "num"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "43db66d1170d347f9a065114077f7dccb00c1b9478c89384490a3425279a4606"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"num-bigint",
|
|
|
|
|
"num-complex",
|
|
|
|
|
"num-integer",
|
|
|
|
|
"num-iter",
|
|
|
|
|
"num-rational",
|
|
|
|
|
"num-traits",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "num-bigint"
|
|
|
|
|
version = "0.4.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
|
|
|
|
"num-integer",
|
|
|
|
|
"num-traits",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "num-complex"
|
|
|
|
|
version = "0.4.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"num-traits",
|
|
|
|
|
]
|
|
|
|
|
|
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",
|
|
|
|
|
]
|
|
|
|
|
|
2023-03-06 18:50:37 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "num-iter"
|
|
|
|
|
version = "0.1.43"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
|
|
|
|
"num-integer",
|
|
|
|
|
"num-traits",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-21 10:10:50 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "num-rational"
|
|
|
|
|
version = "0.4.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
2023-03-06 18:50:37 +01:00
|
|
|
"num-bigint",
|
2022-11-21 10:10:50 +01:00
|
|
|
"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-03-23 14:01:22 +01:00
|
|
|
"hermit-abi 0.2.6",
|
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",
|
2023-03-23 14:01:22 +01:00
|
|
|
"syn 1.0.109",
|
2022-01-18 19:42:04 +01:00
|
|
|
]
|
|
|
|
|
|
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"
|
2023-03-23 14:01:22 +01:00
|
|
|
version = "3.6.0"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 14:01:22 +01:00
|
|
|
checksum = "13a384337e997e6860ffbaa83708b2ef329fd8c54cb67a5f64d421e0f943254f"
|
2023-01-09 13:55:24 +01:00
|
|
|
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",
|
2023-03-23 14:01:22 +01:00
|
|
|
"syn 1.0.109",
|
2023-01-09 13:55:24 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[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",
|
2023-03-23 14:01:22 +01:00
|
|
|
"syn 1.0.109",
|
2023-01-09 13:55:24 +01:00
|
|
|
]
|
|
|
|
|
|
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",
|
2023-03-23 14:01:22 +01:00
|
|
|
"syn 1.0.109",
|
2023-01-09 13:55:24 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[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",
|
2023-03-23 14:01:22 +01:00
|
|
|
"syn 1.0.109",
|
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",
|
2023-03-23 14:01:22 +01:00
|
|
|
"syn 1.0.109",
|
2023-01-09 13:55:24 +01:00
|
|
|
]
|
|
|
|
|
|
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"
|
2023-04-18 17:10:21 +02:00
|
|
|
version = "0.17.8"
|
2022-08-15 20:23:27 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-18 17:10:21 +02:00
|
|
|
checksum = "aaeebc51f9e7d2c150d3f3bfeb667f2aa985db5ef1e3d212847bdedb488beeaa"
|
2022-08-15 20:23:27 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"crc32fast",
|
2023-04-18 17:10:21 +02:00
|
|
|
"fdeflate",
|
2022-09-28 15:18:04 +02:00
|
|
|
"flate2",
|
2023-04-18 17:10:21 +02:00
|
|
|
"miniz_oxide 0.7.1",
|
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-03-06 18:50:37 +01:00
|
|
|
version = "1.3.1"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-06 18:50:37 +01:00
|
|
|
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
|
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",
|
2023-03-23 14:01:22 +01:00
|
|
|
"syn 1.0.109",
|
2023-01-09 13:55:24 +01:00
|
|
|
"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-04-18 17:10:21 +02:00
|
|
|
version = "1.0.56"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-18 17:10:21 +02:00
|
|
|
checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
|
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"
|
2023-04-18 17:10:21 +02:00
|
|
|
version = "1.0.8"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-18 17:10:21 +02:00
|
|
|
checksum = "332cd62e95873ea4f41f3dfd6bbbfc5b52aec892d7e8d534197c4720a0bbbab2"
|
2023-01-09 13:55:24 +01:00
|
|
|
|
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 = [
|
2023-05-03 19:47:34 +02:00
|
|
|
"egui 0.20.1",
|
2023-03-06 18:50:11 +01:00
|
|
|
"indexmap",
|
|
|
|
|
"instant",
|
|
|
|
|
"natord",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"puffin",
|
|
|
|
|
"time",
|
|
|
|
|
"vec1",
|
|
|
|
|
]
|
|
|
|
|
|
2023-04-18 17:10:21 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "qoi"
|
|
|
|
|
version = "0.4.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bytemuck",
|
|
|
|
|
]
|
|
|
|
|
|
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-03-23 14:01:22 +01:00
|
|
|
version = "1.0.26"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 14:01:22 +01:00
|
|
|
checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
|
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"
|
2023-04-18 17:10:21 +02:00
|
|
|
version = "0.5.2"
|
2022-08-15 11:39:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-18 17:10:21 +02:00
|
|
|
checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
|
2022-08-15 11:39:55 +02:00
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "rayon"
|
2023-03-06 18:50:37 +01:00
|
|
|
version = "1.7.0"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-06 18:50:37 +01:00
|
|
|
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"either",
|
|
|
|
|
"rayon-core",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rayon-core"
|
2023-03-06 18:50:37 +01:00
|
|
|
version = "1.11.0"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-06 18:50:37 +01:00
|
|
|
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
|
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"
|
|
|
|
|
|
2023-05-03 19:47:34 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "rctree"
|
|
|
|
|
version = "0.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3b42e27ef78c35d3998403c1d26f3efd9e135d3e5121b0a4845cc5cc27547f4f"
|
|
|
|
|
|
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"
|
2023-03-23 14:01:22 +01:00
|
|
|
version = "0.3.5"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 14:01:22 +01:00
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
2023-01-09 13:55:24 +01:00
|
|
|
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-04-18 17:10:21 +02:00
|
|
|
version = "1.7.3"
|
2022-07-07 19:45:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-18 17:10:21 +02:00
|
|
|
checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d"
|
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"
|
2023-03-23 14:01:22 +01:00
|
|
|
version = "0.6.29"
|
2022-07-07 19:45:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 14:01:22 +01:00
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
2022-07-07 19:45:04 +02:00
|
|
|
|
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",
|
2023-05-03 19:47:34 +02:00
|
|
|
"tiny-skia 0.6.6",
|
2023-01-09 13:55:24 +01:00
|
|
|
"usvg 0.18.0",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-21 10:10:50 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "resvg"
|
2023-05-03 19:47:34 +02:00
|
|
|
version = "0.28.0"
|
2022-11-21 10:10:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-03 19:47:34 +02:00
|
|
|
checksum = "c115863f2d3621999cf187e318bc92b16402dfeff6a48c74df700d77381394c1"
|
2022-11-21 10:10:50 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"log",
|
2023-01-09 13:55:24 +01:00
|
|
|
"pico-args 0.5.0",
|
2022-11-21 10:10:50 +01:00
|
|
|
"rgb",
|
|
|
|
|
"svgtypes",
|
2023-05-03 19:47:34 +02:00
|
|
|
"tiny-skia 0.8.4",
|
|
|
|
|
"usvg 0.28.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-05-03 19:47:34 +02:00
|
|
|
version = "0.15.1"
|
2022-11-21 10:10:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-03 19:47:34 +02:00
|
|
|
checksum = "6b9de9831a129b122e7e61f242db509fa9d0838008bf0b29bb0624669edfe48a"
|
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"
|
2023-04-18 17:10:21 +02:00
|
|
|
version = "0.1.23"
|
2021-12-22 21:27:56 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-18 17:10:21 +02:00
|
|
|
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
2021-12-22 21:27:56 +01:00
|
|
|
|
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"
|
|
|
|
|
|
2023-03-06 18:50:37 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "rustix"
|
2023-04-18 17:10:21 +02:00
|
|
|
version = "0.37.11"
|
2023-03-06 18:50:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-18 17:10:21 +02:00
|
|
|
checksum = "85597d61f83914ddeba6a47b3b8ffe7365107221c2e557ed94426489fefb5f77"
|
2023-03-06 18:50:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
2023-04-18 17:10:21 +02:00
|
|
|
"errno 0.3.1",
|
2023-03-06 18:50:37 +01:00
|
|
|
"io-lifetimes",
|
|
|
|
|
"libc",
|
|
|
|
|
"linux-raw-sys",
|
2023-04-18 17:10:21 +02:00
|
|
|
"windows-sys 0.48.0",
|
2023-03-06 18:50:37 +01:00
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[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
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "rustybuzz"
|
2023-03-23 14:01:22 +01:00
|
|
|
version = "0.7.0"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 14:01:22 +01:00
|
|
|
checksum = "162bdf42e261bee271b3957691018634488084ef577dddeb6420a9684cab2a6a"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"bytemuck",
|
|
|
|
|
"libm",
|
|
|
|
|
"smallvec",
|
2023-03-23 14:01:22 +01:00
|
|
|
"ttf-parser 0.18.1",
|
2023-01-09 13:55:24 +01:00
|
|
|
"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"
|
2023-03-23 14:01:22 +01:00
|
|
|
version = "0.3.1"
|
2023-03-06 18:50:11 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 14:01:22 +01:00
|
|
|
checksum = "9a15e661f0f9dac21f3494fe5d23a6338c0ac116a2d22c2b63010acd89467ffe"
|
2023-03-06 18:50:11 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"byteorder",
|
|
|
|
|
"thiserror",
|
|
|
|
|
"twox-hash",
|
|
|
|
|
]
|
|
|
|
|
|
2023-03-06 18:50:37 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "ryu"
|
|
|
|
|
version = "1.0.13"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
|
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
|
|
|
|
|
|
|
|
[[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-04-18 17:10:21 +02:00
|
|
|
version = "1.0.160"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-18 17:10:21 +02:00
|
|
|
checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c"
|
2022-03-28 23:45:30 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"serde_derive",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_derive"
|
2023-04-18 17:10:21 +02:00
|
|
|
version = "1.0.160"
|
2022-03-28 23:45:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-18 17:10:21 +02:00
|
|
|
checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df"
|
2022-03-28 23:45:30 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2023-04-18 17:10:21 +02:00
|
|
|
"syn 2.0.15",
|
2022-03-28 23:45:30 +02:00
|
|
|
]
|
2022-01-18 19:42:04 +01:00
|
|
|
|
2022-02-05 00:40:17 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "serde_json"
|
2023-04-18 17:10:21 +02:00
|
|
|
version = "1.0.96"
|
2022-02-05 00:40:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-18 17:10:21 +02:00
|
|
|
checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
|
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"
|
2023-03-23 14:01:22 +01:00
|
|
|
version = "0.3.5"
|
2023-02-24 17:41:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 14:01:22 +01:00
|
|
|
checksum = "238abfbb77c1915110ad968465608b68e869e0772622c9656714e73e5a1a522f"
|
2023-02-24 17:41:52 +01:00
|
|
|
|
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-05-03 19:47:34 +02:00
|
|
|
source = "git+https://github.com/smithay//smithay?rev=25d1176484#25d1176484e1c846c4b510f6a4bf5cc5a6d2e4e9"
|
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",
|
2023-05-03 19:47:34 +02:00
|
|
|
"glow 0.12.1",
|
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-05-03 19:47:34 +02:00
|
|
|
source = "git+https://github.com/Smithay/smithay-egui.git?rev=197606f400#197606f40067595438a90129016b1c29941c31ff"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"cgmath",
|
2023-05-03 19:47:34 +02:00
|
|
|
"egui 0.21.0",
|
2023-01-09 13:55:24 +01:00
|
|
|
"egui_extras",
|
|
|
|
|
"egui_glow",
|
|
|
|
|
"image",
|
2023-02-24 17:41:52 +01:00
|
|
|
"log",
|
2023-05-03 19:47:34 +02:00
|
|
|
"memoffset 0.8.0",
|
2023-01-09 13:55:24 +01:00
|
|
|
"smithay",
|
2023-05-03 19:47:34 +02:00
|
|
|
"xkbcommon 0.5.0",
|
2023-01-09 13:55:24 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[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-03-06 18:50:37 +01:00
|
|
|
source = "git+https://github.com/pop-os/softbuffer?rev=8dcb6438b#8dcb6438b6c1688a0015b477dfa76c6c0bee3318"
|
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",
|
2023-04-18 17:10:21 +02:00
|
|
|
"raw-window-handle 0.5.2",
|
2023-03-23 14:01:22 +01:00
|
|
|
"redox_syscall 0.3.5",
|
2023-01-09 13:55:24 +01:00
|
|
|
"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-04-18 17:10:21 +02:00
|
|
|
version = "0.9.8"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-18 17:10:21 +02:00
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
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-05-03 19:47:34 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "strict-num"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9df65f20698aeed245efdde3628a6b559ea1239bbb871af1b6e3b58c413b2bd1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"float-cmp 0.9.0",
|
|
|
|
|
]
|
|
|
|
|
|
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"
|
2023-03-23 14:01:22 +01:00
|
|
|
version = "0.7.16"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 14:01:22 +01:00
|
|
|
checksum = "9ac8fb7895b4afa060ad731a32860db8755da3449a47e796d5ecf758db2671d4"
|
2023-01-09 13:55:24 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "swash"
|
2023-04-18 17:10:21 +02:00
|
|
|
version = "0.1.7"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-18 17:10:21 +02:00
|
|
|
checksum = "fba6e16b35fe4f8b2020640610575827892b4e2db5d289b3b76ff4e1cfd38752"
|
2023-01-09 13:55:24 +01:00
|
|
|
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-03-23 14:01:22 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "syn"
|
2023-04-18 17:10:21 +02:00
|
|
|
version = "2.0.15"
|
2023-03-23 14:01:22 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-18 17:10:21 +02:00
|
|
|
checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822"
|
2023-03-23 14:01:22 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"unicode-ident",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-09 13:55:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "sys-locale"
|
2023-03-23 14:01:22 +01:00
|
|
|
version = "0.2.4"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 14:01:22 +01:00
|
|
|
checksum = "f8a11bd9c338fdba09f7881ab41551932ad42e405f61d01e8406baea71c07aee"
|
2023-01-09 13:55:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"js-sys",
|
|
|
|
|
"libc",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
"web-sys",
|
2023-03-23 14:01:22 +01:00
|
|
|
"windows-sys 0.45.0",
|
2023-01-09 13:55:24 +01:00
|
|
|
]
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "tempfile"
|
2023-04-18 17:10:21 +02:00
|
|
|
version = "3.5.0"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-18 17:10:21 +02:00
|
|
|
checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
|
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",
|
2023-04-18 17:10:21 +02:00
|
|
|
"redox_syscall 0.3.5",
|
2023-03-06 18:50:37 +01:00
|
|
|
"rustix",
|
2023-04-18 17:10:21 +02:00
|
|
|
"windows-sys 0.45.0",
|
2021-12-15 17:25:15 +01:00
|
|
|
]
|
|
|
|
|
|
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-03-23 14:01:22 +01:00
|
|
|
version = "1.0.40"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 14:01:22 +01:00
|
|
|
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"thiserror-impl",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "thiserror-impl"
|
2023-03-23 14:01:22 +01:00
|
|
|
version = "1.0.40"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 14:01:22 +01:00
|
|
|
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2023-04-18 17:10:21 +02:00
|
|
|
"syn 2.0.15",
|
2021-12-15 17:25:15 +01:00
|
|
|
]
|
|
|
|
|
|
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 = "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",
|
|
|
|
|
]
|
|
|
|
|
|
2023-05-03 19:47:34 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "tiny-skia"
|
|
|
|
|
version = "0.8.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "df8493a203431061e901613751931f047d1971337153f96d0e5e363d6dbf6a67"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"arrayref",
|
|
|
|
|
"arrayvec 0.7.2",
|
|
|
|
|
"bytemuck",
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"png",
|
|
|
|
|
"tiny-skia-path",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tiny-skia-path"
|
|
|
|
|
version = "0.8.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "adbfb5d3f3dd57a0e11d12f4f13d4ebbbc1b5c15b7ab0a156d030b21da5f677c"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"arrayref",
|
|
|
|
|
"bytemuck",
|
|
|
|
|
"strict-num",
|
|
|
|
|
]
|
|
|
|
|
|
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"
|
2023-03-06 18:50:37 +01:00
|
|
|
version = "0.6.1"
|
2023-01-26 21:08:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-06 18:50:37 +01:00
|
|
|
checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622"
|
2023-01-26 21:08:50 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "toml_edit"
|
2023-03-23 14:01:22 +01:00
|
|
|
version = "0.19.8"
|
2023-01-26 21:08:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 14:01:22 +01:00
|
|
|
checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13"
|
2023-01-26 21:08:50 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"indexmap",
|
|
|
|
|
"toml_datetime",
|
2023-03-06 18:50:37 +01:00
|
|
|
"winnow",
|
2023-01-26 21:08:50 +01:00
|
|
|
]
|
|
|
|
|
|
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",
|
2023-03-23 14:01:22 +01:00
|
|
|
"syn 1.0.109",
|
2023-02-24 17:41:52 +01:00
|
|
|
]
|
|
|
|
|
|
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"
|
|
|
|
|
|
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-03-23 14:01:22 +01:00
|
|
|
version = "0.3.13"
|
2022-11-21 10:10:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 14:01:22 +01:00
|
|
|
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
|
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-03-06 18:50:37 +01:00
|
|
|
version = "1.0.8"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-06 18:50:37 +01:00
|
|
|
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
|
2023-01-09 13:55:24 +01:00
|
|
|
|
|
|
|
|
[[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",
|
2023-05-03 19:47:34 +02:00
|
|
|
"data-url 0.1.1",
|
2023-01-09 13:55:24 +01:00
|
|
|
"flate2",
|
|
|
|
|
"float-cmp 0.9.0",
|
|
|
|
|
"fontdb 0.6.2",
|
|
|
|
|
"kurbo",
|
|
|
|
|
"log",
|
|
|
|
|
"pico-args 0.4.2",
|
2023-05-03 19:47:34 +02:00
|
|
|
"rctree 0.4.0",
|
2023-01-09 13:55:24 +01:00
|
|
|
"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"
|
2023-05-03 19:47:34 +02:00
|
|
|
version = "0.28.0"
|
2022-11-21 10:10:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-03 19:47:34 +02:00
|
|
|
checksum = "8b5b7c2b30845b3348c067ca3d09e20cc6e327c288f0ca4c48698712abf432e9"
|
2022-11-21 10:10:50 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"base64",
|
2023-05-03 19:47:34 +02:00
|
|
|
"data-url 0.2.0",
|
2022-11-21 10:10:50 +01:00
|
|
|
"flate2",
|
2023-05-03 19:47:34 +02:00
|
|
|
"imagesize",
|
2022-11-21 10:10:50 +01:00
|
|
|
"kurbo",
|
|
|
|
|
"log",
|
2023-05-03 19:47:34 +02:00
|
|
|
"rctree 0.5.0",
|
|
|
|
|
"roxmltree 0.15.1",
|
2022-11-21 10:10:50 +01:00
|
|
|
"simplecss",
|
|
|
|
|
"siphasher",
|
2023-05-03 19:47:34 +02:00
|
|
|
"strict-num",
|
2022-11-21 10:10:50 +01:00
|
|
|
"svgtypes",
|
|
|
|
|
]
|
|
|
|
|
|
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",
|
2023-03-23 14:01:22 +01:00
|
|
|
"syn 1.0.109",
|
2022-01-18 19:42:04 +01:00
|
|
|
"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",
|
2023-03-23 14:01:22 +01:00
|
|
|
"syn 1.0.109",
|
2022-01-18 19:42:04 +01:00
|
|
|
"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",
|
2023-04-18 17:10:21 +02:00
|
|
|
"raw-window-handle 0.5.2",
|
2023-01-09 13:55:24 +01:00
|
|
|
"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",
|
2023-04-18 17:10:21 +02:00
|
|
|
"raw-window-handle 0.5.2",
|
2023-01-09 13:55:24 +01:00
|
|
|
"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",
|
2023-05-03 19:47:34 +02:00
|
|
|
"glow 0.11.2",
|
2023-01-09 13:55:24 +01:00
|
|
|
"gpu-alloc",
|
|
|
|
|
"gpu-descriptor",
|
|
|
|
|
"js-sys",
|
|
|
|
|
"khronos-egl",
|
|
|
|
|
"libloading",
|
|
|
|
|
"log",
|
|
|
|
|
"metal",
|
|
|
|
|
"naga",
|
|
|
|
|
"objc",
|
|
|
|
|
"parking_lot 0.12.1",
|
|
|
|
|
"profiling",
|
|
|
|
|
"range-alloc",
|
2023-04-18 17:10:21 +02:00
|
|
|
"raw-window-handle 0.5.2",
|
2023-01-09 13:55:24 +01:00
|
|
|
"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 = [
|
2023-04-18 17:10:21 +02:00
|
|
|
"windows_aarch64_gnullvm 0.42.2",
|
2023-03-23 14:01:22 +01:00
|
|
|
"windows_aarch64_msvc 0.42.2",
|
|
|
|
|
"windows_i686_gnu 0.42.2",
|
|
|
|
|
"windows_i686_msvc 0.42.2",
|
|
|
|
|
"windows_x86_64_gnu 0.42.2",
|
2023-04-18 17:10:21 +02:00
|
|
|
"windows_x86_64_gnullvm 0.42.2",
|
2023-03-23 14:01:22 +01:00
|
|
|
"windows_x86_64_msvc 0.42.2",
|
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 = [
|
2023-04-18 17:10:21 +02:00
|
|
|
"windows-targets 0.42.2",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-sys"
|
|
|
|
|
version = "0.48.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"windows-targets 0.48.0",
|
2023-02-24 17:41:52 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-targets"
|
2023-03-23 14:01:22 +01:00
|
|
|
version = "0.42.2"
|
2023-02-24 17:41:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 14:01:22 +01:00
|
|
|
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
2023-02-24 17:41:52 +01:00
|
|
|
dependencies = [
|
2023-04-18 17:10:21 +02:00
|
|
|
"windows_aarch64_gnullvm 0.42.2",
|
2023-03-23 14:01:22 +01:00
|
|
|
"windows_aarch64_msvc 0.42.2",
|
|
|
|
|
"windows_i686_gnu 0.42.2",
|
|
|
|
|
"windows_i686_msvc 0.42.2",
|
|
|
|
|
"windows_x86_64_gnu 0.42.2",
|
2023-04-18 17:10:21 +02:00
|
|
|
"windows_x86_64_gnullvm 0.42.2",
|
2023-03-23 14:01:22 +01:00
|
|
|
"windows_x86_64_msvc 0.42.2",
|
2023-02-24 17:41:52 +01:00
|
|
|
]
|
|
|
|
|
|
2023-04-18 17:10:21 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows-targets"
|
|
|
|
|
version = "0.48.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"windows_aarch64_gnullvm 0.48.0",
|
|
|
|
|
"windows_aarch64_msvc 0.48.0",
|
|
|
|
|
"windows_i686_gnu 0.48.0",
|
|
|
|
|
"windows_i686_msvc 0.48.0",
|
|
|
|
|
"windows_x86_64_gnu 0.48.0",
|
|
|
|
|
"windows_x86_64_gnullvm 0.48.0",
|
|
|
|
|
"windows_x86_64_msvc 0.48.0",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-04 14:14:35 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-03-23 14:01:22 +01:00
|
|
|
version = "0.42.2"
|
2022-11-04 14:14:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 14:01:22 +01:00
|
|
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
2022-11-04 14:14:35 +01:00
|
|
|
|
2023-04-18 17:10:21 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
|
version = "0.48.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
|
|
|
|
|
|
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-03-23 14:01:22 +01:00
|
|
|
version = "0.42.2"
|
2022-11-04 14:14:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 14:01:22 +01:00
|
|
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
2022-11-04 14:14:35 +01:00
|
|
|
|
2023-04-18 17:10:21 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
|
version = "0.48.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
|
|
|
|
|
|
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-03-23 14:01:22 +01:00
|
|
|
version = "0.42.2"
|
2022-11-04 14:14:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 14:01:22 +01:00
|
|
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
2022-11-04 14:14:35 +01:00
|
|
|
|
2023-04-18 17:10:21 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
|
version = "0.48.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
|
|
|
|
|
|
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-03-23 14:01:22 +01:00
|
|
|
version = "0.42.2"
|
2022-11-04 14:14:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 14:01:22 +01:00
|
|
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
2022-11-04 14:14:35 +01:00
|
|
|
|
2023-04-18 17:10:21 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
|
version = "0.48.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
|
|
|
|
|
|
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-03-23 14:01:22 +01:00
|
|
|
version = "0.42.2"
|
2022-11-04 14:14:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 14:01:22 +01:00
|
|
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
2022-11-04 14:14:35 +01:00
|
|
|
|
2023-04-18 17:10:21 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
|
version = "0.48.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
|
|
|
|
|
|
2022-11-04 14:14:35 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-03-23 14:01:22 +01:00
|
|
|
version = "0.42.2"
|
2022-11-04 14:14:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 14:01:22 +01:00
|
|
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
2022-11-04 14:14:35 +01:00
|
|
|
|
2023-04-18 17:10:21 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
|
version = "0.48.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
|
|
|
|
|
|
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-03-23 14:01:22 +01:00
|
|
|
version = "0.42.2"
|
2022-11-04 14:14:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 14:01:22 +01:00
|
|
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
2022-11-04 14:14:35 +01:00
|
|
|
|
2023-04-18 17:10:21 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
|
version = "0.48.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
|
|
|
|
|
|
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",
|
2023-04-18 17:10:21 +02:00
|
|
|
"raw-window-handle 0.5.2",
|
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",
|
|
|
|
|
]
|
|
|
|
|
|
2023-03-06 18:50:37 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "winnow"
|
2023-04-18 17:10:21 +02:00
|
|
|
version = "0.4.1"
|
2023-03-06 18:50:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-18 17:10:21 +02:00
|
|
|
checksum = "ae8970b36c66498d8ff1d66685dc86b91b29db0c7739899012f63a63814b4b28"
|
2023-03-06 18:50:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
|
|
|
|
]
|
|
|
|
|
|
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"
|
2023-04-18 17:10:21 +02:00
|
|
|
version = "0.1.5"
|
2023-01-09 13:55:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-18 17:10:21 +02:00
|
|
|
checksum = "ec4882895da007f1fb0524971b07f60fc742f457996d970443affd44a48ce954"
|
2023-01-09 13:55:24 +01:00
|
|
|
|
|
|
|
|
[[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"
|
2023-04-18 17:10:21 +02:00
|
|
|
version = "2.0.8+zstd.1.5.5"
|
2023-03-06 18:50:11 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-18 17:10:21 +02:00
|
|
|
checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
|
2023-03-06 18:50:11 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"cc",
|
|
|
|
|
"libc",
|
|
|
|
|
"pkg-config",
|
|
|
|
|
]
|
|
|
|
|
|
2023-02-24 17:41:52 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "zune-inflate"
|
2023-04-18 17:10:21 +02:00
|
|
|
version = "0.2.53"
|
2023-02-24 17:41:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-18 17:10:21 +02:00
|
|
|
checksum = "440a08fd59c6442e4b846ea9b10386c38307eae728b216e1ab2c305d1c9daaf8"
|
2023-02-24 17:41:52 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"simd-adler32",
|
|
|
|
|
]
|