2021-12-15 17:25:15 +01:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
|
version = 3
|
|
|
|
|
|
2022-01-11 17:22:23 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "ab_glyph"
|
2022-03-16 20:05:24 +01:00
|
|
|
version = "0.2.15"
|
2022-01-11 17:22:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-16 20:05:24 +01:00
|
|
|
checksum = "24606928a235e73cdef55a0c909719cadd72fce573e5713d58cb2952d8f5794c"
|
2022-01-11 17:22:23 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"ab_glyph_rasterizer",
|
|
|
|
|
"owned_ttf_parser",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ab_glyph_rasterizer"
|
|
|
|
|
version = "0.1.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a13739d7177fbd22bb0ed28badfff9f372f8bef46c863db4e1c6248f6b223b6e"
|
|
|
|
|
|
2021-12-22 21:27:56 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "addr2line"
|
|
|
|
|
version = "0.17.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"gimli",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "adler"
|
|
|
|
|
version = "1.0.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
|
2022-01-11 17:22:23 +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-07-07 19:45:04 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "aho-corasick"
|
|
|
|
|
version = "0.7.18"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 18:00:28 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "anyhow"
|
2022-08-15 11:39:55 +02:00
|
|
|
version = "1.0.61"
|
2021-12-15 18:00:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-15 11:39:55 +02:00
|
|
|
checksum = "508b352bb5c066aac251f6daf6b36eccd03e8a88e8081cd44959ea277a3af9a8"
|
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"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "approx"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3f2a05fd1bd10b2527e20a2cd32d8873d115b8b39fe219ee25f42a8aca6ba278"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"num-traits",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 18:00:28 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "arc-swap"
|
2022-08-04 12:49:19 +02:00
|
|
|
version = "1.5.1"
|
2021-12-15 18:00:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 12:49:19 +02:00
|
|
|
checksum = "983cd8b9d4b02a6dc6ffa557262eb5858a27a0038ffffe21a0f133eaa819a164"
|
2021-12-15 18:00:28 +01:00
|
|
|
|
2022-03-31 13:44:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "atomic_float"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "62af46d040ba9df09edc6528dae9d8e49f5f3e82f55b7d2ec31a733c38dbc49d"
|
|
|
|
|
|
2022-01-11 17:22:23 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "atomic_refcell"
|
|
|
|
|
version = "0.1.8"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "73b5e5f48b927f04e952dedc932f31995a65a0bf65ec971c74436e51bf6e970d"
|
|
|
|
|
|
2021-12-15 18:00:28 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "atty"
|
|
|
|
|
version = "0.2.14"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"hermit-abi",
|
|
|
|
|
"libc",
|
|
|
|
|
"winapi",
|
|
|
|
|
]
|
|
|
|
|
|
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"
|
2022-07-15 17:28:51 +02:00
|
|
|
version = "0.3.66"
|
2021-12-22 21:27:56 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 17:28:51 +02:00
|
|
|
checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7"
|
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",
|
|
|
|
|
"miniz_oxide",
|
|
|
|
|
"object",
|
|
|
|
|
"rustc-demangle",
|
|
|
|
|
]
|
|
|
|
|
|
2022-03-28 23:45:30 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "base64"
|
|
|
|
|
version = "0.13.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
|
|
|
|
|
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"
|
|
|
|
|
version = "0.10.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"generic-array",
|
|
|
|
|
]
|
|
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "bumpalo"
|
2022-06-20 15:50:52 +02:00
|
|
|
version = "3.10.0"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-20 15:50:52 +02:00
|
|
|
checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3"
|
2022-01-18 19:42:04 +01:00
|
|
|
|
2022-07-20 17:25:36 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "bytemuck"
|
2022-08-15 11:39:55 +02:00
|
|
|
version = "1.12.0"
|
2022-07-20 17:25:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-15 11:39:55 +02:00
|
|
|
checksum = "44f8cb64b4147a528e1e9e77583739e683541973295b35f3bd7e78d42c5971fd"
|
|
|
|
|
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"
|
|
|
|
|
version = "1.2.0"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-15 11:39:55 +02:00
|
|
|
checksum = "339cdf1eb047d1c96cb8be64f4bc28975821222ec1736edfa06e140cf18d0064"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
2022-08-15 11:39:55 +02:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
2021-12-15 17:25:15 +01:00
|
|
|
]
|
|
|
|
|
|
2022-05-12 14:04:21 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "calloop"
|
2022-06-20 15:50:52 +02:00
|
|
|
version = "0.10.1"
|
2022-05-12 14:04:21 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-20 15:50:52 +02:00
|
|
|
checksum = "a22a6a8f622f797120d452c630b0ab12e1331a1a753e2039ce7868d4ac77b4ee"
|
2022-05-12 14:04:21 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"log",
|
2022-07-18 17:43:37 +02:00
|
|
|
"nix 0.24.2",
|
2022-05-12 14:04:21 +02:00
|
|
|
"slotmap",
|
|
|
|
|
"thiserror",
|
|
|
|
|
"vec_map",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "cc"
|
2022-03-16 20:05:24 +01:00
|
|
|
version = "1.0.73"
|
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 = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
|
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"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cgmath"
|
|
|
|
|
version = "0.18.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1a98d30140e3296250832bbaaff83b27dcd6fa3cc70fb6f1f3e5c9c0023b5317"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"approx",
|
|
|
|
|
"num-traits",
|
|
|
|
|
]
|
|
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "cocoa"
|
|
|
|
|
version = "0.24.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6f63902e9223530efb4e26ccd0cf55ec30d592d3b42e21a28defc42a9586e832"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"block",
|
|
|
|
|
"cocoa-foundation",
|
2022-08-15 11:39:55 +02:00
|
|
|
"core-foundation",
|
|
|
|
|
"core-graphics",
|
2022-01-18 19:42:04 +01:00
|
|
|
"foreign-types",
|
|
|
|
|
"libc",
|
|
|
|
|
"objc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cocoa-foundation"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"block",
|
2022-08-15 11:39:55 +02:00
|
|
|
"core-foundation",
|
2022-01-18 19:42:04 +01:00
|
|
|
"core-graphics-types",
|
|
|
|
|
"foreign-types",
|
|
|
|
|
"libc",
|
|
|
|
|
"objc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "core-foundation"
|
2022-03-16 20:05:24 +01:00
|
|
|
version = "0.9.3"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-16 20:05:24 +01:00
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
2022-08-15 11:39:55 +02:00
|
|
|
"core-foundation-sys",
|
2022-01-18 19:42:04 +01:00
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
|
version = "0.8.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "core-graphics"
|
|
|
|
|
version = "0.22.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
2022-08-15 11:39:55 +02:00
|
|
|
"core-foundation",
|
2022-01-18 19:42:04 +01:00
|
|
|
"core-graphics-types",
|
|
|
|
|
"foreign-types",
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "core-graphics-types"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
2022-08-15 11:39:55 +02:00
|
|
|
"core-foundation",
|
2022-01-18 19:42:04 +01:00
|
|
|
"foreign-types",
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "cosmic-comp"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
2021-12-15 18:00:28 +01:00
|
|
|
"anyhow",
|
2022-03-31 13:44:16 +02:00
|
|
|
"atomic_float",
|
2021-12-28 16:23:12 +01:00
|
|
|
"bitflags",
|
2022-07-04 15:24:50 +02:00
|
|
|
"cosmic-protocols",
|
2022-01-20 19:51:46 +01:00
|
|
|
"edid-rs",
|
2022-07-04 16:00:03 +02:00
|
|
|
"egui",
|
2022-03-24 20:32:31 +01:00
|
|
|
"id_tree",
|
|
|
|
|
"indexmap",
|
2022-07-04 15:24:50 +02:00
|
|
|
"lazy_static",
|
2022-04-27 21:33:46 +02:00
|
|
|
"libsystemd",
|
2022-07-07 19:45:04 +02:00
|
|
|
"regex",
|
2022-03-28 23:45:30 +02:00
|
|
|
"ron",
|
2022-07-07 19:45:04 +02:00
|
|
|
"sendfd",
|
2022-02-05 00:40:17 +01:00
|
|
|
"serde",
|
|
|
|
|
"serde_json",
|
2021-12-15 18:00:28 +01:00
|
|
|
"slog",
|
|
|
|
|
"slog-async",
|
|
|
|
|
"slog-scope",
|
|
|
|
|
"slog-stdlog",
|
|
|
|
|
"slog-term",
|
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",
|
2022-07-04 15:24:50 +02:00
|
|
|
"wayland-backend",
|
2022-07-18 18:04:02 +02:00
|
|
|
"wayland-scanner 0.30.0-beta.8",
|
2022-02-01 13:59:39 +01:00
|
|
|
"xcursor",
|
2022-03-28 23:45:30 +02:00
|
|
|
"xdg",
|
|
|
|
|
"xkbcommon",
|
2021-12-15 17:25:15 +01:00
|
|
|
]
|
|
|
|
|
|
2022-07-04 15:24:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "cosmic-protocols"
|
|
|
|
|
version = "0.1.0"
|
2022-08-15 11:39:55 +02:00
|
|
|
source = "git+https://github.com/pop-os/cosmic-protocols?branch=main#3ff11df30ef551e1ccbdcb091930fe0d72266195"
|
2022-07-04 15:24:50 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"wayland-backend",
|
2022-07-18 18:04:02 +02:00
|
|
|
"wayland-protocols 0.30.0-beta.8",
|
|
|
|
|
"wayland-scanner 0.30.0-beta.8",
|
2022-07-04 15:24:50 +02:00
|
|
|
"wayland-server",
|
|
|
|
|
]
|
|
|
|
|
|
2022-04-27 21:33:46 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "cpufeatures"
|
|
|
|
|
version = "0.2.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 18:00:28 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "crossbeam-channel"
|
2022-08-04 12:49:19 +02:00
|
|
|
version = "0.5.6"
|
2021-12-15 18:00:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 12:49:19 +02:00
|
|
|
checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
|
2021-12-15 18:00:28 +01:00
|
|
|
dependencies = [
|
2022-08-15 11:39:55 +02:00
|
|
|
"cfg-if",
|
2021-12-15 18:00:28 +01:00
|
|
|
"crossbeam-utils",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "crossbeam-utils"
|
2022-08-04 12:49:19 +02:00
|
|
|
version = "0.8.11"
|
2021-12-15 18:00:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 12:49:19 +02:00
|
|
|
checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc"
|
2021-12-15 18:00:28 +01:00
|
|
|
dependencies = [
|
2022-08-15 11:39:55 +02:00
|
|
|
"cfg-if",
|
2022-06-20 15:50:52 +02:00
|
|
|
"once_cell",
|
2021-12-15 18:00:28 +01:00
|
|
|
]
|
|
|
|
|
|
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",
|
|
|
|
|
]
|
|
|
|
|
|
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"
|
|
|
|
|
|
|
|
|
|
[[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 = [
|
|
|
|
|
"darling_core",
|
|
|
|
|
"darling_macro",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
|
"strsim",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "darling_macro"
|
2022-04-13 22:59:14 +02:00
|
|
|
version = "0.13.4"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-13 22:59:14 +02:00
|
|
|
checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"darling_core",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
2022-04-27 21:33:46 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "digest"
|
|
|
|
|
version = "0.10.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"block-buffer",
|
|
|
|
|
"crypto-common",
|
|
|
|
|
"subtle",
|
|
|
|
|
]
|
|
|
|
|
|
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",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 18:00:28 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "dirs-next"
|
|
|
|
|
version = "2.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
|
|
|
|
dependencies = [
|
2022-08-15 11:39:55 +02:00
|
|
|
"cfg-if",
|
2021-12-15 18:00:28 +01:00
|
|
|
"dirs-sys-next",
|
|
|
|
|
]
|
|
|
|
|
|
2022-03-28 23:45:30 +02:00
|
|
|
[[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",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 18:00:28 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "dirs-sys-next"
|
|
|
|
|
version = "0.1.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
|
|
|
|
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",
|
|
|
|
|
]
|
|
|
|
|
|
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"
|
2022-01-28 18:38:56 +01:00
|
|
|
version = "0.6.2"
|
2022-08-15 11:39:55 +02:00
|
|
|
source = "git+https://github.com/Smithay//drm-rs?branch=fix/non_force_probe_memory#d213cfb6793e675d55d56f3e2273b86db402d1b6"
|
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",
|
|
|
|
|
"drm-ffi 0.2.1 (git+https://github.com/Smithay//drm-rs?branch=fix/non_force_probe_memory)",
|
2021-12-15 17:25:15 +01:00
|
|
|
"drm-fourcc",
|
2022-08-11 17:13:56 +02:00
|
|
|
"nix 0.24.2",
|
2021-12-15 17:25:15 +01:00
|
|
|
]
|
|
|
|
|
|
2022-08-15 11:39:55 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "drm-ffi"
|
|
|
|
|
version = "0.2.1"
|
|
|
|
|
source = "git+https://github.com/Smithay//drm-rs?branch=fix/non_force_probe_memory#d213cfb6793e675d55d56f3e2273b86db402d1b6"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"drm-sys 0.1.2 (git+https://github.com/Smithay//drm-rs?branch=fix/non_force_probe_memory)",
|
|
|
|
|
"nix 0.24.2",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "drm-ffi"
|
|
|
|
|
version = "0.2.1"
|
2022-08-11 17:13:56 +02:00
|
|
|
source = "git+https://github.com/Smithay/drm-rs.git?rev=6d34866#6d348667fee897442672f15ce480676d47ce58aa"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
2022-08-15 11:39:55 +02:00
|
|
|
"drm-sys 0.1.2 (git+https://github.com/Smithay/drm-rs.git?rev=6d34866)",
|
2022-08-11 17:13:56 +02:00
|
|
|
"nix 0.24.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"
|
|
|
|
|
version = "0.1.2"
|
|
|
|
|
source = "git+https://github.com/Smithay//drm-rs?branch=fix/non_force_probe_memory#d213cfb6793e675d55d56f3e2273b86db402d1b6"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "drm-sys"
|
|
|
|
|
version = "0.1.2"
|
2022-08-11 17:13:56 +02:00
|
|
|
source = "git+https://github.com/Smithay/drm-rs.git?rev=6d34866#6d348667fee897442672f15ce480676d47ce58aa"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
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"
|
|
|
|
|
version = "0.18.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "eb095a8b9feb9b7ff8f00b6776dffcef059538a3f4a91238e03c900e9c9ad9a2"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"ahash",
|
2022-07-04 16:00:03 +02:00
|
|
|
"epaint",
|
2022-01-11 17:22:23 +01:00
|
|
|
"nohash-hasher",
|
|
|
|
|
]
|
|
|
|
|
|
2022-06-20 15:50:52 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "emath"
|
|
|
|
|
version = "0.18.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c223f58c7e38abe1770f367b969f1b3fbd4704b67666bcb65dbb1adb0980ba72"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "epaint"
|
|
|
|
|
version = "0.18.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0c29567088888e8ac3e8f61bbb2ddc820207ebb8d69eefde5bcefa06d65e4e89"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"ab_glyph",
|
|
|
|
|
"ahash",
|
|
|
|
|
"atomic_refcell",
|
2022-07-04 16:00:03 +02:00
|
|
|
"emath",
|
2022-01-11 17:22:23 +01:00
|
|
|
"nohash-hasher",
|
2022-08-15 11:39:55 +02:00
|
|
|
"parking_lot",
|
2022-01-11 17:22:23 +01:00
|
|
|
]
|
|
|
|
|
|
2022-02-09 14:26:35 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "errno"
|
|
|
|
|
version = "0.2.8"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"errno-dragonfly",
|
|
|
|
|
"libc",
|
|
|
|
|
"winapi",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
|
version = "0.1.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cc",
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2022-01-11 17:22:23 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "fastrand"
|
2022-08-04 12:49:19 +02:00
|
|
|
version = "1.8.0"
|
2022-01-11 17:22:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 12:49:19 +02:00
|
|
|
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
|
2022-01-11 17:22:23 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"instant",
|
|
|
|
|
]
|
|
|
|
|
|
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"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "foreign-types"
|
|
|
|
|
version = "0.3.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"foreign-types-shared",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "gbm"
|
2022-08-11 17:13:56 +02:00
|
|
|
version = "0.9.0"
|
|
|
|
|
source = "git+https://github.com/Smithay/gbm.rs?rev=b35994d#b35994de29098415cf53a45482276d3b8b658cfc"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"drm",
|
|
|
|
|
"drm-fourcc",
|
|
|
|
|
"gbm-sys",
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gbm-sys"
|
|
|
|
|
version = "0.2.0"
|
2022-08-11 17:13:56 +02:00
|
|
|
source = "git+https://github.com/Smithay/gbm.rs?rev=b35994d#b35994de29098415cf53a45482276d3b8b658cfc"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2022-04-27 21:33:46 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "generic-array"
|
2022-08-04 12:49:19 +02:00
|
|
|
version = "0.14.6"
|
2022-04-27 21:33:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 12:49:19 +02:00
|
|
|
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
|
2022-04-27 21:33:46 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"typenum",
|
|
|
|
|
"version_check",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "gethostname"
|
2022-03-22 12:31:19 +01:00
|
|
|
version = "0.2.3"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-22 12:31:19 +01:00
|
|
|
checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"winapi",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "getrandom"
|
2022-06-20 15:50:52 +02:00
|
|
|
version = "0.2.7"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-20 15:50:52 +02:00
|
|
|
checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
|
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
|
|
|
"libc",
|
2022-06-20 15:50:52 +02:00
|
|
|
"wasi",
|
2021-12-15 17:25:15 +01:00
|
|
|
]
|
|
|
|
|
|
2021-12-22 21:27:56 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "gimli"
|
2022-07-18 17:43:37 +02:00
|
|
|
version = "0.26.2"
|
2021-12-22 21:27:56 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 17:43:37 +02:00
|
|
|
checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
|
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",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[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"
|
2021-12-15 17:25:15 +01:00
|
|
|
|
2021-12-15 18:00:28 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "hermit-abi"
|
|
|
|
|
version = "0.1.19"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
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 = [
|
|
|
|
|
"digest",
|
|
|
|
|
]
|
|
|
|
|
|
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"
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "indexmap"
|
2022-07-04 15:24:50 +02:00
|
|
|
version = "1.9.1"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-04 15:24:50 +02:00
|
|
|
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
|
|
|
|
"hashbrown",
|
|
|
|
|
]
|
|
|
|
|
|
2022-01-20 19:51:46 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "input"
|
|
|
|
|
version = "0.7.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f95640ef27dac9b23ef1fbd760c67a88ce3cab2143a2c18390e71f39c53b815f"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"input-sys",
|
|
|
|
|
"libc",
|
|
|
|
|
"udev",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "input-sys"
|
|
|
|
|
version = "1.16.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e09d849da95ebb5d091c600f6cdae5193077995f1e9095c16a5bb4f84b561933"
|
|
|
|
|
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-02-05 00:40:17 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "itoa"
|
2022-08-04 12:49:19 +02:00
|
|
|
version = "1.0.3"
|
2022-02-05 00:40:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 12:49:19 +02:00
|
|
|
checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754"
|
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"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "js-sys"
|
2022-08-04 12:49:19 +02:00
|
|
|
version = "0.3.59"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 12:49:19 +02:00
|
|
|
checksum = "258451ab10b34f8af53416d1fdab72c22e805f0c92a1136d59470ec0b11138b2"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"wasm-bindgen",
|
2021-12-15 23:23:49 +01:00
|
|
|
]
|
|
|
|
|
|
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"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "lazy_static"
|
|
|
|
|
version = "1.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "libc"
|
2022-08-15 11:39:55 +02:00
|
|
|
version = "0.2.131"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-15 11:39:55 +02:00
|
|
|
checksum = "04c3b4822ccebfa39c02fc03d1534441b22ead323fa0f48bb7ddd8e6ba076a40"
|
2021-12-15 17:25:15 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "libloading"
|
2022-01-18 12:11:55 +01:00
|
|
|
version = "0.7.3"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-18 12:11:55 +01:00
|
|
|
checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
|
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",
|
|
|
|
|
]
|
|
|
|
|
|
2022-02-09 14:26:35 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "libseat"
|
|
|
|
|
version = "0.1.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "55ad314f75263a2135fb09bf96af96eb573582a4a36f6ef9bfdb5f7cec7686fc"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cc",
|
|
|
|
|
"errno",
|
|
|
|
|
"libseat-sys",
|
|
|
|
|
"slog",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "libseat-sys"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b72fcf823d256aa619f93c81bc192e6dfbf051835990e28238cd14ad81136397"
|
|
|
|
|
|
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 = [
|
|
|
|
|
"hmac",
|
|
|
|
|
"libc",
|
|
|
|
|
"log",
|
|
|
|
|
"nix 0.23.1",
|
|
|
|
|
"nom",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"serde",
|
|
|
|
|
"sha2",
|
|
|
|
|
"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",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 23:23:49 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "lock_api"
|
2022-03-31 18:57:32 +02:00
|
|
|
version = "0.4.7"
|
2021-12-15 23:23:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-31 18:57:32 +02:00
|
|
|
checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
|
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
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[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
|
|
|
]
|
|
|
|
|
|
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
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "memmap2"
|
2022-08-15 11:39:55 +02:00
|
|
|
version = "0.5.7"
|
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 = "95af15f345b17af2efc8ead6080fb8bc376f8cec1b35277b935637595fe77498"
|
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-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "minimal-lexical"
|
|
|
|
|
version = "0.2.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
|
2021-12-22 21:27:56 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "miniz_oxide"
|
2022-06-20 15:50:52 +02:00
|
|
|
version = "0.5.3"
|
2021-12-22 21:27:56 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-20 15:50:52 +02:00
|
|
|
checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
|
2021-12-22 21:27:56 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"adler",
|
|
|
|
|
]
|
|
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "mio"
|
2022-06-20 15:50:52 +02:00
|
|
|
version = "0.8.4"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-20 15:50:52 +02:00
|
|
|
checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"log",
|
2022-06-20 15:50:52 +02:00
|
|
|
"wasi",
|
2022-05-12 14:04:21 +02:00
|
|
|
"windows-sys",
|
2022-01-18 19:42:04 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ndk"
|
2022-08-15 11:39:55 +02:00
|
|
|
version = "0.7.0"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-15 11:39:55 +02:00
|
|
|
checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"jni-sys",
|
|
|
|
|
"ndk-sys",
|
|
|
|
|
"num_enum",
|
2022-08-15 11:39:55 +02:00
|
|
|
"raw-window-handle 0.5.0",
|
2022-01-18 19:42:04 +01:00
|
|
|
"thiserror",
|
|
|
|
|
]
|
|
|
|
|
|
2022-03-16 20:05:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "ndk-context"
|
2022-04-27 21:33:46 +02:00
|
|
|
version = "0.1.1"
|
2022-03-16 20:05:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-27 21:33:46 +02:00
|
|
|
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
|
2022-03-16 20:05:24 +01:00
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "ndk-glue"
|
2022-08-15 11:39:55 +02:00
|
|
|
version = "0.7.0"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-15 11:39:55 +02:00
|
|
|
checksum = "0434fabdd2c15e0aab768ca31d5b7b333717f03cf02037d5a0a3ff3c278ed67f"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"log",
|
|
|
|
|
"ndk",
|
2022-03-16 20:05:24 +01:00
|
|
|
"ndk-context",
|
2022-01-18 19:42:04 +01:00
|
|
|
"ndk-macro",
|
|
|
|
|
"ndk-sys",
|
2022-08-15 11:39:55 +02:00
|
|
|
"once_cell",
|
|
|
|
|
"parking_lot",
|
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 = [
|
|
|
|
|
"darling",
|
|
|
|
|
"proc-macro-crate",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ndk-sys"
|
2022-08-15 11:39:55 +02:00
|
|
|
version = "0.4.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 = "21d83ec9c63ec5bf950200a8e508bdad6659972187b625469f58ef8c08e29046"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"jni-sys",
|
|
|
|
|
]
|
2022-01-18 19:42:04 +01:00
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "nix"
|
2022-02-01 13:59:39 +01:00
|
|
|
version = "0.22.3"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-01 13:59:39 +01:00
|
|
|
checksum = "e4916f159ed8e5de0082076562152a76b7a1f64a01fd9d1e0fea002c37624faf"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"cc",
|
2022-08-15 11:39:55 +02:00
|
|
|
"cfg-if",
|
2021-12-15 17:25:15 +01:00
|
|
|
"libc",
|
|
|
|
|
"memoffset",
|
|
|
|
|
]
|
|
|
|
|
|
2022-04-27 21:33:46 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "nix"
|
|
|
|
|
version = "0.23.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"cc",
|
2022-08-15 11:39:55 +02:00
|
|
|
"cfg-if",
|
2022-04-27 21:33:46 +02:00
|
|
|
"libc",
|
|
|
|
|
"memoffset",
|
|
|
|
|
]
|
|
|
|
|
|
2022-05-12 14:04:21 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "nix"
|
2022-07-18 17:43:37 +02:00
|
|
|
version = "0.24.2"
|
2022-05-12 14:04:21 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 17:43:37 +02:00
|
|
|
checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"
|
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",
|
|
|
|
|
"memoffset",
|
|
|
|
|
]
|
|
|
|
|
|
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"
|
2022-03-22 12:31:19 +01:00
|
|
|
version = "7.1.1"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-22 12:31:19 +01:00
|
|
|
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
|
|
|
|
"minimal-lexical",
|
|
|
|
|
]
|
|
|
|
|
|
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",
|
|
|
|
|
]
|
|
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "num_enum"
|
2022-03-16 20:05:24 +01:00
|
|
|
version = "0.5.7"
|
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 = "cf5395665662ef45796a4ff5486c5d41d29e0c09640af4c5f17fd94ee2c119c9"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"num_enum_derive",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "num_enum_derive"
|
2022-03-16 20:05:24 +01:00
|
|
|
version = "0.5.7"
|
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 = "3b0498641e53dd6ac1a4f22547548caa6864cc4933784319cd1775271c5a46ce"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro-crate",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
2022-03-16 20:05:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "num_threads"
|
2022-05-12 14:04:21 +02:00
|
|
|
version = "0.1.6"
|
2022-03-16 20:05:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-12 14:04:21 +02:00
|
|
|
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
|
2022-03-16 20:05:24 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "objc"
|
|
|
|
|
version = "0.2.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"malloc_buf",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-22 21:27:56 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "object"
|
2022-07-15 17:28:51 +02:00
|
|
|
version = "0.29.0"
|
2021-12-22 21:27:56 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 17:28:51 +02:00
|
|
|
checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
|
2021-12-22 21:27:56 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "once_cell"
|
2022-07-07 19:45:04 +02:00
|
|
|
version = "1.13.0"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-07 19:45:04 +02:00
|
|
|
checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
|
2021-12-15 17:25:15 +01:00
|
|
|
|
2022-01-11 17:22:23 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "owned_ttf_parser"
|
2022-08-04 12:49:19 +02:00
|
|
|
version = "0.15.1"
|
2022-01-11 17:22:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 12:49:19 +02:00
|
|
|
checksum = "07ef1a404ae479dd6906f4fa2c88b3c94028f1284beb42a47c183a7c27ee9a3e"
|
2022-01-11 17:22:23 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"ttf-parser",
|
|
|
|
|
]
|
|
|
|
|
|
2022-06-20 15:50:52 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "parking_lot"
|
|
|
|
|
version = "0.12.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"lock_api",
|
2022-08-15 11:39:55 +02:00
|
|
|
"parking_lot_core",
|
2021-12-15 23:23:49 +01:00
|
|
|
]
|
|
|
|
|
|
2022-06-20 15:50:52 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "parking_lot_core"
|
|
|
|
|
version = "0.9.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
|
|
|
|
|
dependencies = [
|
2022-08-15 11:39:55 +02:00
|
|
|
"cfg-if",
|
2022-06-20 15:50:52 +02:00
|
|
|
"libc",
|
|
|
|
|
"redox_syscall",
|
|
|
|
|
"smallvec",
|
|
|
|
|
"windows-sys",
|
|
|
|
|
]
|
|
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "percent-encoding"
|
|
|
|
|
version = "2.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "pkg-config"
|
2022-03-31 18:57:32 +02:00
|
|
|
version = "0.3.25"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-31 18:57:32 +02:00
|
|
|
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
|
2021-12-15 17:25:15 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ppv-lite86"
|
2022-01-11 17:22:23 +01:00
|
|
|
version = "0.2.16"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-11 17:22:23 +01:00
|
|
|
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
|
2021-12-15 17:25:15 +01:00
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro-crate"
|
2022-08-15 11:39:55 +02:00
|
|
|
version = "1.2.1"
|
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 = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
2022-08-04 12:49:19 +02:00
|
|
|
"once_cell",
|
2022-01-18 19:42:04 +01:00
|
|
|
"thiserror",
|
|
|
|
|
"toml",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro2"
|
2022-08-04 12:49:19 +02:00
|
|
|
version = "1.0.43"
|
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 = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab"
|
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
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "quote"
|
2022-08-04 12:49:19 +02:00
|
|
|
version = "1.0.21"
|
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 = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
|
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"
|
|
|
|
|
version = "0.6.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"getrandom",
|
|
|
|
|
]
|
|
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "raw-window-handle"
|
2022-03-30 23:54:00 +02:00
|
|
|
version = "0.4.3"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-30 23:54:00 +02:00
|
|
|
checksum = "b800beb9b6e7d2df1fe337c9e3d04e3af22a124460fb4c30fcc22c9117cefb41"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"cty",
|
|
|
|
|
]
|
|
|
|
|
|
2022-08-15 11:39:55 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "raw-window-handle"
|
|
|
|
|
version = "0.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ed7e3d950b66e19e0c372f3fa3fbbcf85b1746b571f74e0c2af6042a5c93420a"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cty",
|
|
|
|
|
]
|
|
|
|
|
|
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",
|
|
|
|
|
]
|
|
|
|
|
|
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",
|
|
|
|
|
"redox_syscall",
|
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"
|
|
|
|
|
version = "1.6.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"aho-corasick",
|
|
|
|
|
"memchr",
|
|
|
|
|
"regex-syntax",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "regex-syntax"
|
|
|
|
|
version = "0.6.27"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "remove_dir_all"
|
|
|
|
|
version = "0.5.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"winapi",
|
|
|
|
|
]
|
|
|
|
|
|
2022-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",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-22 21:27:56 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "rustc-demangle"
|
|
|
|
|
version = "0.1.21"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
|
|
|
|
|
|
2021-12-15 18:00:28 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "rustversion"
|
2022-08-04 12:49:19 +02:00
|
|
|
version = "1.0.9"
|
2021-12-15 18:00:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 12:49:19 +02:00
|
|
|
checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8"
|
2021-12-15 18:00:28 +01:00
|
|
|
|
2022-02-05 00:40:17 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "ryu"
|
2022-08-04 12:49:19 +02:00
|
|
|
version = "1.0.11"
|
2022-02-05 00:40:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 12:49:19 +02:00
|
|
|
checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
|
2022-02-05 00:40:17 +01:00
|
|
|
|
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"
|
|
|
|
|
version = "1.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
|
|
|
|
|
|
|
|
|
|
[[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"
|
2022-08-15 11:39:55 +02:00
|
|
|
version = "1.0.143"
|
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 = "53e8e5d5b70924f74ff5c6d64d9a5acd91422117c60f48c4e07855238a254553"
|
2022-03-28 23:45:30 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"serde_derive",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_derive"
|
2022-08-15 11:39:55 +02:00
|
|
|
version = "1.0.143"
|
2022-03-28 23:45:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-15 11:39:55 +02:00
|
|
|
checksum = "d3d8e8de557aee63c26b85b947f5e59b690d0454c753f3adeb5cd7835ab88391"
|
2022-03-28 23:45:30 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
2022-01-18 19:42:04 +01:00
|
|
|
|
2022-02-05 00:40:17 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "serde_json"
|
2022-08-04 12:49:19 +02:00
|
|
|
version = "1.0.83"
|
2022-02-05 00:40:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 12:49:19 +02:00
|
|
|
checksum = "38dd04e3c8279e75b31ef29dbdceebfe5ad89f4d0937213c53f7d49d01b3d5a7"
|
2022-02-05 00:40:17 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"itoa",
|
|
|
|
|
"ryu",
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
2022-04-27 21:33:46 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "sha2"
|
|
|
|
|
version = "0.10.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"
|
|
|
|
|
dependencies = [
|
2022-08-15 11:39:55 +02:00
|
|
|
"cfg-if",
|
2022-04-27 21:33:46 +02:00
|
|
|
"cpufeatures",
|
|
|
|
|
"digest",
|
|
|
|
|
]
|
|
|
|
|
|
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"
|
|
|
|
|
|
2021-12-15 18:00:28 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "slog-async"
|
|
|
|
|
version = "2.7.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "766c59b252e62a34651412870ff55d8c4e6d04df19b43eecb2703e417b097ffe"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"crossbeam-channel",
|
|
|
|
|
"slog",
|
|
|
|
|
"take_mut",
|
|
|
|
|
"thread_local",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "slog-scope"
|
|
|
|
|
version = "4.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2f95a4b4c3274cd2869549da82b57ccc930859bdbf5bcea0424bc5f140b3c786"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"arc-swap",
|
|
|
|
|
"lazy_static",
|
|
|
|
|
"slog",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "slog-stdlog"
|
2022-03-24 20:32:31 +01:00
|
|
|
version = "4.1.1"
|
2021-12-15 18:00:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 20:32:31 +01:00
|
|
|
checksum = "6706b2ace5bbae7291d3f8d2473e2bfab073ccd7d03670946197aec98471fa3e"
|
2021-12-15 18:00:28 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"log",
|
|
|
|
|
"slog",
|
|
|
|
|
"slog-scope",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "slog-term"
|
2022-03-16 20:05:24 +01:00
|
|
|
version = "2.9.0"
|
2021-12-15 18:00:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-16 20:05:24 +01:00
|
|
|
checksum = "87d29185c55b7b258b4f120eab00f48557d4d9bc814f41713f449d35b0f8977c"
|
2021-12-15 18:00:28 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"atty",
|
|
|
|
|
"slog",
|
|
|
|
|
"term",
|
|
|
|
|
"thread_local",
|
2022-03-16 20:05:24 +01:00
|
|
|
"time",
|
2021-12-15 18:00:28 +01:00
|
|
|
]
|
|
|
|
|
|
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-07-04 15:24:50 +02:00
|
|
|
version = "1.9.0"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-04 15:24:50 +02:00
|
|
|
checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
|
2021-12-15 17:25:15 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "smithay"
|
|
|
|
|
version = "0.3.0"
|
2022-08-15 11:39:55 +02:00
|
|
|
source = "git+https://github.com/Smithay//smithay?branch=update/drm-0.7#382ac1a0d2351222509d185e4e32231f20c1dda4"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"appendlist",
|
|
|
|
|
"bitflags",
|
2022-08-15 11:39:55 +02:00
|
|
|
"calloop",
|
2021-12-15 17:25:15 +01:00
|
|
|
"cgmath",
|
|
|
|
|
"downcast-rs",
|
|
|
|
|
"drm",
|
2022-08-15 11:39:55 +02:00
|
|
|
"drm-ffi 0.2.1 (git+https://github.com/Smithay/drm-rs.git?rev=6d34866)",
|
2021-12-15 17:25:15 +01:00
|
|
|
"drm-fourcc",
|
|
|
|
|
"gbm",
|
|
|
|
|
"gl_generator",
|
|
|
|
|
"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",
|
2022-08-11 17:13:56 +02:00
|
|
|
"nix 0.24.2",
|
2021-12-15 17:25:15 +01:00
|
|
|
"once_cell",
|
|
|
|
|
"rand",
|
|
|
|
|
"scan_fmt",
|
|
|
|
|
"slog",
|
2022-01-13 00:33:02 +01:00
|
|
|
"slog-stdlog",
|
2021-12-15 17:25:15 +01:00
|
|
|
"tempfile",
|
|
|
|
|
"thiserror",
|
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",
|
2022-07-18 18:04:02 +02:00
|
|
|
"wayland-protocols 0.30.0-beta.8",
|
2022-06-20 15:50:52 +02:00
|
|
|
"wayland-protocols-wlr",
|
2021-12-15 17:25:15 +01:00
|
|
|
"wayland-server",
|
2022-07-18 18:04:02 +02:00
|
|
|
"wayland-sys 0.30.0-beta.8",
|
2022-01-18 19:42:04 +01:00
|
|
|
"winit",
|
2021-12-15 17:25:15 +01:00
|
|
|
"x11rb",
|
|
|
|
|
"xkbcommon",
|
|
|
|
|
]
|
|
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "smithay-client-toolkit"
|
2022-08-15 11:39:55 +02:00
|
|
|
version = "0.16.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 = "f307c47d32d2715eb2e0ece5589057820e0e5e70d07c247d1063e844e107f454"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
2022-08-15 11:39:55 +02:00
|
|
|
"calloop",
|
2022-01-18 19:42:04 +01:00
|
|
|
"dlib",
|
|
|
|
|
"lazy_static",
|
|
|
|
|
"log",
|
|
|
|
|
"memmap2",
|
2022-08-15 11:39:55 +02:00
|
|
|
"nix 0.24.2",
|
2022-01-18 19:42:04 +01:00
|
|
|
"pkg-config",
|
2022-07-18 21:26:02 +02:00
|
|
|
"wayland-client",
|
2022-01-18 19:42:04 +01:00
|
|
|
"wayland-cursor",
|
2022-06-20 15:50:52 +02:00
|
|
|
"wayland-protocols 0.29.4",
|
2022-01-18 19:42:04 +01:00
|
|
|
]
|
|
|
|
|
|
2022-01-11 17:22:23 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "smithay-egui"
|
|
|
|
|
version = "0.1.0"
|
2022-08-04 12:49:19 +02:00
|
|
|
source = "git+https://github.com/Smithay/smithay-egui.git?rev=939febaf#939febafd4df990b412213abff992ab4a4b9bd44"
|
2022-01-11 17:22:23 +01:00
|
|
|
dependencies = [
|
2022-01-25 15:55:40 +01:00
|
|
|
"cgmath",
|
2022-07-04 16:00:03 +02:00
|
|
|
"egui",
|
2022-01-11 17:22:23 +01:00
|
|
|
"lazy_static",
|
|
|
|
|
"memoffset",
|
|
|
|
|
"slog",
|
|
|
|
|
"smithay",
|
2022-01-18 12:11:55 +01:00
|
|
|
"xkbcommon",
|
2022-01-11 17:22:23 +01:00
|
|
|
]
|
|
|
|
|
|
2022-03-24 20:32:31 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "snowflake"
|
|
|
|
|
version = "1.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "27207bb65232eda1f588cf46db2fee75c0808d557f6b3cf19a75f5d6d7c94df1"
|
|
|
|
|
|
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"
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "syn"
|
2022-08-04 12:49:19 +02:00
|
|
|
version = "1.0.99"
|
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 = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13"
|
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
|
|
|
]
|
|
|
|
|
|
2021-12-15 18:00:28 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "take_mut"
|
|
|
|
|
version = "0.2.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "tempfile"
|
2022-01-11 17:22:23 +01:00
|
|
|
version = "3.3.0"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-11 17:22:23 +01:00
|
|
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
2022-08-15 11:39:55 +02:00
|
|
|
"cfg-if",
|
2022-01-11 17:22:23 +01:00
|
|
|
"fastrand",
|
2021-12-15 17:25:15 +01:00
|
|
|
"libc",
|
|
|
|
|
"redox_syscall",
|
|
|
|
|
"remove_dir_all",
|
|
|
|
|
"winapi",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 18:00:28 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "term"
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"dirs-next",
|
|
|
|
|
"rustversion",
|
|
|
|
|
"winapi",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "thiserror"
|
2022-08-04 12:49:19 +02:00
|
|
|
version = "1.0.32"
|
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 = "f5f6586b7f764adc0231f4c79be7b920e766bb2f3e51b3661cdb263828f19994"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"thiserror-impl",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "thiserror-impl"
|
2022-08-04 12:49:19 +02:00
|
|
|
version = "1.0.32"
|
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 = "12bafc5b54507e0149cdf1b145a5d80ab80a90bcd9275df43d4fff68460f6c21"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 18:00:28 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "thread_local"
|
2022-02-01 13:59:39 +01:00
|
|
|
version = "1.1.4"
|
2021-12-15 18:00:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-01 13:59:39 +01:00
|
|
|
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
|
2021-12-15 18:00:28 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"once_cell",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "time"
|
2022-08-15 11:39:55 +02:00
|
|
|
version = "0.3.13"
|
2021-12-15 18:00:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-15 11:39:55 +02:00
|
|
|
checksum = "db76ff9fa4b1458b3c7f077f3ff9887394058460d21e634355b273aaf11eea45"
|
2021-12-15 18:00:28 +01:00
|
|
|
dependencies = [
|
2022-03-16 20:05:24 +01:00
|
|
|
"itoa",
|
2021-12-15 18:00:28 +01:00
|
|
|
"libc",
|
2022-03-16 20:05:24 +01:00
|
|
|
"num_threads",
|
|
|
|
|
"time-macros",
|
2021-12-15 18:00:28 +01:00
|
|
|
]
|
|
|
|
|
|
2022-03-16 20:05:24 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "time-macros"
|
2022-03-24 20:32:31 +01:00
|
|
|
version = "0.2.4"
|
2022-03-16 20:05:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 20:32:31 +01:00
|
|
|
checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"
|
2022-03-16 20:05:24 +01:00
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "toml"
|
2022-04-27 21:33:46 +02:00
|
|
|
version = "0.5.9"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-27 21:33:46 +02:00
|
|
|
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
2022-01-11 17:22:23 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "ttf-parser"
|
2022-06-20 15:50:52 +02:00
|
|
|
version = "0.15.2"
|
2022-01-11 17:22:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-20 15:50:52 +02:00
|
|
|
checksum = "7b3e06c9b9d80ed6b745c7159c40b311ad2916abb34a49e9be2653b90db0d8dd"
|
2022-01-11 17:22:23 +01:00
|
|
|
|
2022-04-27 21:33:46 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "typenum"
|
|
|
|
|
version = "1.15.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
2022-01-20 19:51:46 +01:00
|
|
|
name = "udev"
|
2022-02-04 20:53:18 +01:00
|
|
|
version = "0.6.3"
|
2022-01-20 19:51:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-04 20:53:18 +01:00
|
|
|
checksum = "1c960764f7e816eed851a96c364745d37f9fe71a2e7dba79fbd40104530b5dd0"
|
2022-01-20 19:51:46 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"libudev-sys",
|
|
|
|
|
"pkg-config",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2022-06-20 15:50:52 +02:00
|
|
|
name = "unicode-ident"
|
2022-08-04 12:49:19 +02:00
|
|
|
version = "1.0.3"
|
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 = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf"
|
2021-12-15 17:25:15 +01:00
|
|
|
|
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",
|
|
|
|
|
]
|
|
|
|
|
|
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"
|
2022-08-04 12:49:19 +02:00
|
|
|
version = "0.2.82"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 12:49:19 +02:00
|
|
|
checksum = "fc7652e3f6c4706c8d9cd54832c4a4ccb9b5336e2c3bd154d5cccfbf1c1f5f7d"
|
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"
|
2022-08-04 12:49:19 +02:00
|
|
|
version = "0.2.82"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 12:49:19 +02:00
|
|
|
checksum = "662cd44805586bd52971b9586b1df85cdbbd9112e4ef4d8f41559c334dc6ac3f"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bumpalo",
|
|
|
|
|
"log",
|
2022-08-04 12:49:19 +02:00
|
|
|
"once_cell",
|
2022-01-18 19:42:04 +01:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-macro"
|
2022-08-04 12:49:19 +02:00
|
|
|
version = "0.2.82"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 12:49:19 +02:00
|
|
|
checksum = "b260f13d3012071dfb1512849c033b1925038373aea48ced3012c09df952c602"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"quote",
|
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2022-08-04 12:49:19 +02:00
|
|
|
version = "0.2.82"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 12:49:19 +02:00
|
|
|
checksum = "5be8e654bdd9b79216c2929ab90721aa82faf65c48cdf08bdc4e7f51357b80da"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-shared"
|
2022-08-04 12:49:19 +02:00
|
|
|
version = "0.2.82"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 12:49:19 +02:00
|
|
|
checksum = "6598dd0bd3c7d51095ff6531a5b23e02acdc81804e30d8f07afb77b7215a140a"
|
2022-06-20 15:50:52 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wayland-backend"
|
2022-07-18 18:04:02 +02:00
|
|
|
version = "0.1.0-beta.8"
|
2022-06-20 15:50:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 18:04:02 +02:00
|
|
|
checksum = "0ee8e77c63b0cdc68bfc7b407b862b0fe2718949ce060b32d4f94ef1ea9607a4"
|
2022-06-20 15:50:52 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"cc",
|
|
|
|
|
"downcast-rs",
|
2022-07-18 17:43:37 +02:00
|
|
|
"nix 0.24.2",
|
2022-06-20 15:50:52 +02:00
|
|
|
"scoped-tls",
|
|
|
|
|
"smallvec",
|
2022-07-18 18:04:02 +02:00
|
|
|
"wayland-sys 0.30.0-beta.8",
|
2022-06-20 15:50:52 +02:00
|
|
|
]
|
2022-01-18 19:42:04 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wayland-client"
|
|
|
|
|
version = "0.29.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "91223460e73257f697d9e23d401279123d36039a3f7a449e983f123292d4458f"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"downcast-rs",
|
|
|
|
|
"libc",
|
2022-04-27 21:33:46 +02:00
|
|
|
"nix 0.22.3",
|
2022-01-18 19:42:04 +01:00
|
|
|
"scoped-tls",
|
|
|
|
|
"wayland-commons",
|
2022-06-20 15:50:52 +02:00
|
|
|
"wayland-scanner 0.29.4",
|
|
|
|
|
"wayland-sys 0.29.4",
|
2022-01-18 19:42:04 +01:00
|
|
|
]
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "wayland-commons"
|
2022-01-11 17:22:23 +01:00
|
|
|
version = "0.29.4"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-11 17:22:23 +01:00
|
|
|
checksum = "94f6e5e340d7c13490eca867898c4cec5af56c27a5ffe5c80c6fc4708e22d33e"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
2022-04-27 21:33:46 +02:00
|
|
|
"nix 0.22.3",
|
2021-12-15 17:25:15 +01:00
|
|
|
"once_cell",
|
|
|
|
|
"smallvec",
|
2022-06-20 15:50:52 +02:00
|
|
|
"wayland-sys 0.29.4",
|
2021-12-15 17:25:15 +01:00
|
|
|
]
|
|
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "wayland-cursor"
|
|
|
|
|
version = "0.29.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c52758f13d5e7861fc83d942d3d99bf270c83269575e52ac29e5b73cb956a6bd"
|
|
|
|
|
dependencies = [
|
2022-04-27 21:33:46 +02:00
|
|
|
"nix 0.22.3",
|
2022-07-18 21:26:02 +02:00
|
|
|
"wayland-client",
|
2022-01-18 19:42:04 +01:00
|
|
|
"xcursor",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wayland-egl"
|
2022-07-18 18:04:02 +02:00
|
|
|
version = "0.30.0-beta.8"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 18:04:02 +02:00
|
|
|
checksum = "c0c476ffaaea6f046c976d2ffd48c0bda72fba50a701d82f28651be9fab8e99a"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
2022-06-20 15:50:52 +02:00
|
|
|
"thiserror",
|
|
|
|
|
"wayland-backend",
|
2022-07-18 18:04:02 +02:00
|
|
|
"wayland-sys 0.30.0-beta.8",
|
2022-01-18 19:42:04 +01:00
|
|
|
]
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "wayland-protocols"
|
2022-01-11 17:22:23 +01:00
|
|
|
version = "0.29.4"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-11 17:22:23 +01:00
|
|
|
checksum = "60147ae23303402e41fe034f74fb2c35ad0780ee88a1c40ac09a3be1e7465741"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
2022-07-18 21:26:02 +02:00
|
|
|
"wayland-client",
|
2021-12-15 17:25:15 +01:00
|
|
|
"wayland-commons",
|
2022-06-20 15:50:52 +02:00
|
|
|
"wayland-scanner 0.29.4",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wayland-protocols"
|
2022-07-18 18:04:02 +02:00
|
|
|
version = "0.30.0-beta.8"
|
2022-06-20 15:50:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 18:04:02 +02:00
|
|
|
checksum = "e47c45a60d531d5a513601f47f51a4743901836778ddae208ae9124606be1719"
|
2022-06-20 15:50:52 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"wayland-backend",
|
2022-07-18 18:04:02 +02:00
|
|
|
"wayland-scanner 0.30.0-beta.8",
|
2022-06-20 15:50:52 +02:00
|
|
|
"wayland-server",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wayland-protocols-wlr"
|
2022-07-18 18:04:02 +02:00
|
|
|
version = "0.1.0-beta.8"
|
2022-06-20 15:50:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 18:04:02 +02:00
|
|
|
checksum = "d0b477d16e0c1d7512f11799403c8dbb1964e756667208569ec0ea2bd1abbccb"
|
2022-06-20 15:50:52 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"wayland-backend",
|
2022-07-18 18:04:02 +02:00
|
|
|
"wayland-protocols 0.30.0-beta.8",
|
|
|
|
|
"wayland-scanner 0.30.0-beta.8",
|
2021-12-15 17:25:15 +01:00
|
|
|
"wayland-server",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wayland-scanner"
|
2022-01-11 17:22:23 +01:00
|
|
|
version = "0.29.4"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-11 17:22:23 +01:00
|
|
|
checksum = "39a1ed3143f7a143187156a2ab52742e89dac33245ba505c17224df48939f9e0"
|
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"
|
2022-07-18 18:04:02 +02:00
|
|
|
version = "0.30.0-beta.8"
|
2022-06-20 15:50:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 18:04:02 +02:00
|
|
|
checksum = "87933ccc3df4f6335cf240aca0647aa34319fdd693dda503f645ca4df4e10386"
|
2022-06-20 15:50:52 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
"xml-rs",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "wayland-server"
|
2022-07-18 18:04:02 +02:00
|
|
|
version = "0.30.0-beta.8"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 18:04:02 +02:00
|
|
|
checksum = "b41683fd43b57d7ab2a2d5cc60acecea2cd8feca8514857088fba1721a568819"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"downcast-rs",
|
2022-07-18 17:43:37 +02:00
|
|
|
"nix 0.24.2",
|
2022-06-20 15:50:52 +02:00
|
|
|
"thiserror",
|
|
|
|
|
"wayland-backend",
|
2022-07-18 18:04:02 +02:00
|
|
|
"wayland-scanner 0.30.0-beta.8",
|
2021-12-15 17:25:15 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wayland-sys"
|
2022-01-11 17:22:23 +01:00
|
|
|
version = "0.29.4"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-11 17:22:23 +01:00
|
|
|
checksum = "d9341df79a8975679188e37dab3889bfa57c44ac2cb6da166f519a81cbe452d4"
|
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-07-18 18:04:02 +02:00
|
|
|
version = "0.30.0-beta.8"
|
2022-06-20 15:50:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 18:04:02 +02:00
|
|
|
checksum = "beca223ed017df1b356ff181d4d6e7f2b135418c4888df5bb02df7a563f02ab0"
|
2022-06-20 15:50:52 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"dlib",
|
2021-12-15 23:23:49 +01:00
|
|
|
"libc",
|
2022-06-20 15:50:52 +02:00
|
|
|
"log",
|
2021-12-15 23:23:49 +01:00
|
|
|
"memoffset",
|
2021-12-15 17:25:15 +01:00
|
|
|
"pkg-config",
|
|
|
|
|
]
|
|
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "web-sys"
|
2022-08-04 12:49:19 +02:00
|
|
|
version = "0.3.59"
|
2022-01-18 19:42:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 12:49:19 +02:00
|
|
|
checksum = "ed055ab27f941423197eb86b2035720b1a3ce40504df082cac2ecc6ed73335a1"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"js-sys",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
]
|
|
|
|
|
|
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"
|
|
|
|
|
|
|
|
|
|
[[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 = [
|
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
|
"windows_i686_gnu",
|
|
|
|
|
"windows_i686_msvc",
|
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
|
"windows_x86_64_msvc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
|
version = "0.36.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
|
version = "0.36.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
|
version = "0.36.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
|
version = "0.36.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
|
version = "0.36.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
|
|
|
|
|
|
2022-01-18 19:42:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "winit"
|
2022-08-15 11:39:55 +02:00
|
|
|
version = "0.27.2"
|
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 = "83a8f3e9d742401efcfe833b8f84960397482ff049cb7bf59a112e14a4be97f7"
|
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",
|
|
|
|
|
"parking_lot",
|
2022-01-18 19:42:04 +01:00
|
|
|
"percent-encoding",
|
2022-08-15 11:39:55 +02:00
|
|
|
"raw-window-handle 0.4.3",
|
|
|
|
|
"raw-window-handle 0.5.0",
|
2022-01-18 19:42:04 +01:00
|
|
|
"smithay-client-toolkit",
|
|
|
|
|
"wasm-bindgen",
|
2022-07-18 21:26:02 +02:00
|
|
|
"wayland-client",
|
2022-06-20 15:50:52 +02:00
|
|
|
"wayland-protocols 0.29.4",
|
2022-01-18 19:42:04 +01:00
|
|
|
"web-sys",
|
2022-08-15 11:39:55 +02:00
|
|
|
"windows-sys",
|
2022-01-18 19:42:04 +01:00
|
|
|
"x11-dl",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "x11-dl"
|
2022-08-15 11:39:55 +02:00
|
|
|
version = "2.20.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 = "0c83627bc137605acc00bb399c7b908ef460b621fc37c953db2b09f88c449ea6"
|
2022-01-18 19:42:04 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"lazy_static",
|
|
|
|
|
"libc",
|
|
|
|
|
"pkg-config",
|
|
|
|
|
]
|
|
|
|
|
|
2021-12-15 17:25:15 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "x11rb"
|
2022-06-20 15:50:52 +02:00
|
|
|
version = "0.10.1"
|
2021-12-15 17:25:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-20 15:50:52 +02:00
|
|
|
checksum = "592b4883219f345e712b3209c62654ebda0bb50887f330cbd018d0f654bfd507"
|
2021-12-15 17:25:15 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"gethostname",
|
2022-07-18 17:43:37 +02:00
|
|
|
"nix 0.24.2",
|
2021-12-15 17:25:15 +01:00
|
|
|
"winapi",
|
|
|
|
|
"winapi-wsapoll",
|
2022-06-20 15:50:52 +02:00
|
|
|
"x11rb-protocol",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "x11rb-protocol"
|
|
|
|
|
version = "0.10.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "56b245751c0ac9db0e006dc812031482784e434630205a93c73cfefcaabeac67"
|
|
|
|
|
dependencies = [
|
2022-07-18 17:43:37 +02:00
|
|
|
"nix 0.24.2",
|
2021-12-15 17:25:15 +01:00
|
|
|
]
|
|
|
|
|
|
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",
|
|
|
|
|
]
|
|
|
|
|
|
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",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "xml-rs"
|
|
|
|
|
version = "0.8.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
|