cosmic-comp/Cargo.lock

2251 lines
55 KiB
Text
Raw Normal View History

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-11-04 14:14:35 +01:00
version = "0.2.18"
2022-01-11 17:22:23 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-04 14:14:35 +01:00
checksum = "4dcdbc68024b653943864d436fe8a24b028095bc1cf91a8926f8241e4aaffe59"
2022-01-11 17:22:23 +01:00
dependencies = [
"ab_glyph_rasterizer",
"owned_ttf_parser",
]
[[package]]
name = "ab_glyph_rasterizer"
2022-09-28 15:18:04 +02:00
version = "0.1.7"
2022-01-11 17:22:23 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-28 15:18:04 +02:00
checksum = "330223a1aecc308757b9926e9391c9b47f8ef2dbd8aea9df88312aea18c5e8d6"
2022-01-11 17:22:23 +01:00
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",
]
[[package]]
name = "aho-corasick"
2022-09-28 15:18:04 +02:00
version = "0.7.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-28 15:18:04 +02:00
checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"
dependencies = [
"memchr",
]
[[package]]
name = "anyhow"
2022-11-04 14:14:35 +01:00
version = "1.0.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-04 14:14:35 +01:00
checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
2021-12-22 21:27:56 +01:00
dependencies = [
"backtrace",
]
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",
]
[[package]]
name = "arc-swap"
2022-08-04 12:49:19 +02:00
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-04 12:49:19 +02:00
checksum = "983cd8b9d4b02a6dc6ffa557262eb5858a27a0038ffffe21a0f133eaa819a164"
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"
[[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",
"cfg-if",
2021-12-22 21:27:56 +01:00
"libc",
2022-11-04 14:14:35 +01:00
"miniz_oxide 0.5.4",
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
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
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2022-04-27 21:33:46 +02:00
[[package]]
name = "block-buffer"
2022-09-28 15:18:04 +02:00
version = "0.10.3"
2022-04-27 21:33:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-28 15:18:04 +02:00
checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
2022-04-27 21:33:46 +02:00
dependencies = [
"generic-array",
]
[[package]]
name = "bumpalo"
2022-11-04 14:14:35 +01:00
version = "3.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-04 14:14:35 +01:00
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
2022-07-20 17:25:36 +02:00
[[package]]
name = "bytemuck"
2022-11-04 14:14:35 +01:00
version = "1.12.2"
2022-07-20 17:25:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-04 14:14:35 +01:00
checksum = "5aec14f5d4e6e3f927cd0c81f72e5710d95ee9019fbeb4b3021193867491bfd8"
dependencies = [
"bytemuck_derive",
]
2022-07-20 17:25:36 +02:00
2021-12-15 17:25:15 +01:00
[[package]]
name = "bytemuck_derive"
2022-09-28 15:18:04 +02:00
version = "1.2.1"
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 = "1b9e1f5fa78f69496407a27ae9ed989e3c3b072310286f5ef385525e4cbc24a9"
2021-12-15 17:25:15 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2021-12-15 17:25:15 +01:00
]
[[package]]
name = "calloop"
2022-06-20 15:50:52 +02:00
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-20 15:50:52 +02:00
checksum = "a22a6a8f622f797120d452c630b0ab12e1331a1a753e2039ce7868d4ac77b4ee"
dependencies = [
"log",
"nix 0.24.2",
"slotmap",
"thiserror",
"vec_map",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "cc"
2022-11-04 14:14:35 +01:00
version = "1.0.74"
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 = "581f5dba903aac52ea3feb5ec4810848460ee833876f1f9b0fdeab1f19091574"
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",
]
[[package]]
name = "cocoa"
2022-11-04 14:14:35 +01:00
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-04 14:14:35 +01:00
checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a"
dependencies = [
"bitflags",
"block",
"cocoa-foundation",
"core-foundation",
"core-graphics",
"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",
"core-foundation",
"core-graphics-types",
"foreign-types",
"libc",
"objc",
]
[[package]]
name = "core-foundation"
2022-03-16 20:05:24 +01:00
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-16 20:05:24 +01:00
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
dependencies = [
"core-foundation-sys",
"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",
"core-foundation",
"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",
"core-foundation",
"foreign-types",
"libc",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "cosmic-comp"
version = "0.1.0"
dependencies = [
"anyhow",
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",
"png",
"regex",
2022-03-28 23:45:30 +02:00
"ron",
"sendfd",
2022-02-05 00:40:17 +01:00
"serde",
"serde_json",
"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-11-04 14:14:35 +01:00
"wayland-scanner 0.30.0-beta.13",
2022-02-01 13:59:39 +01:00
"xcursor",
2022-03-28 23:45:30 +02:00
"xdg",
"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"
2022-11-04 14:14:35 +01:00
source = "git+https://github.com/pop-os/cosmic-protocols?branch=main#aee21196b19591e83c04c803bfa1a865fda46337"
2022-07-04 15:24:50 +02:00
dependencies = [
"bitflags",
"wayland-backend",
2022-11-04 14:14:35 +01:00
"wayland-protocols 0.30.0-beta.13",
"wayland-scanner 0.30.0-beta.13",
2022-07-04 15:24:50 +02:00
"wayland-server",
]
2022-04-27 21:33:46 +02:00
[[package]]
name = "cpufeatures"
2022-09-28 15:18:04 +02:00
version = "0.2.5"
2022-04-27 21:33:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-28 15:18:04 +02:00
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
2022-04-27 21:33:46 +02:00
dependencies = [
"libc",
]
[[package]]
name = "crc32fast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
"cfg-if",
]
[[package]]
name = "crossbeam-channel"
2022-08-04 12:49:19 +02:00
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-04 12:49:19 +02:00
checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
dependencies = [
"cfg-if",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc"
dependencies = [
"cfg-if",
"once_cell",
]
2022-04-27 21:33:46 +02:00
[[package]]
name = "crypto-common"
version = "0.1.6"
2022-04-27 21:33:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
2022-04-27 21:33:46 +02:00
dependencies = [
"generic-array",
"typenum",
]
[[package]]
name = "cty"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
[[package]]
name = "darling"
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
"syn",
]
[[package]]
name = "darling_macro"
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
dependencies = [
"darling_core",
"quote",
"syn",
]
2022-04-27 21:33:46 +02:00
[[package]]
name = "digest"
2022-09-28 15:18:04 +02:00
version = "0.10.5"
2022-04-27 21:33:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-28 15:18:04 +02:00
checksum = "adfbc57365a37acbd2ebf2b64d7e69bb766e2fea813521ed536f5d0520dcf86c"
2022-04-27 21:33:46 +02:00
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",
]
[[package]]
name = "dirs-next"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
dependencies = [
"cfg-if",
"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",
]
[[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",
]
[[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-08-31 13:01:23 +02:00
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01406fcc6bf5180bf107c2922c8f37a875440c56a4d436b4c4cc8c09f433cc2d"
2021-12-15 17:25:15 +01:00
dependencies = [
2022-01-28 18:38:56 +01:00
"bitflags",
"bytemuck",
2022-08-16 22:11:22 -04:00
"drm-ffi",
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
]
[[package]]
name = "drm-ffi"
2022-08-31 13:01:23 +02:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e538131f5ca07f76483b6bcdb18f540fdfe4bb0c95742f64e7d2c5649c61bca5"
dependencies = [
2022-08-16 22:11:22 -04:00
"drm-sys",
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"
[[package]]
name = "drm-sys"
2022-08-31 13:01:23 +02:00
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abe573f73b81a2127a5d5989e12a4ea4a4dab7800e53c73c663494d6c342a338"
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",
"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-09-28 15:18:04 +02:00
[[package]]
name = "flate2"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
dependencies = [
"crc32fast",
2022-11-04 14:14:35 +01:00
"miniz_oxide 0.5.4",
2022-09-28 15:18:04 +02: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"
2022-08-31 13:01:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f388f2b6aa25fbf6730726f714b3c8653b05e529defc63589d3be945df431897"
2021-12-15 17:25:15 +01:00
dependencies = [
"bitflags",
"drm",
"drm-fourcc",
"gbm-sys",
"libc",
]
[[package]]
name = "gbm-sys"
2022-08-31 13:01:23 +02:00
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c366578b2e6e7caf75f1a17e64f026dddf814d39844e77e7857a4106232c7e15"
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-11-04 14:14:35 +01:00
version = "0.2.8"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-04 14:14:35 +01:00
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
2021-12-15 17:25:15 +01:00
dependencies = [
"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"
version = "0.26.2"
2021-12-22 21:27:56 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
version = "0.12.3"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2021-12-15 17:25:15 +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",
]
[[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 = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
2022-09-28 15:18:04 +02:00
[[package]]
name = "io-lifetimes"
version = "1.0.0-rc1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f65dae1d3aa98e6877917ab4e6fdbfdfb00e95885ea7c4f4f29e3a5dfc08fdf"
dependencies = [
"libc",
2022-11-04 14:14:35 +01:00
"windows-sys 0.36.1",
2022-09-28 15:18:04 +02:00
]
2022-02-05 00:40:17 +01:00
[[package]]
name = "itoa"
version = "1.0.3"
2022-02-05 00:40:17 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754"
2022-02-05 00:40:17 +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-09-28 15:18:04 +02:00
version = "0.3.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-28 15:18:04 +02:00
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
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-11-04 14:14:35 +01:00
version = "0.2.137"
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 = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
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 = [
"cfg-if",
2021-12-15 17:25:15 +01:00
"winapi",
]
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 = [
"cc",
"errno",
"libseat-sys",
2022-09-28 15:18:04 +02:00
"pkg-config",
2022-02-09 14:26:35 +01:00
"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 = [
"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-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"
version = "0.4.17"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
2021-12-15 17:25:15 +01:00
dependencies = [
"cfg-if",
]
[[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"
version = "2.5.0"
2021-12-22 21:27:56 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2021-12-22 21:27:56 +01:00
[[package]]
name = "memmap2"
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95af15f345b17af2efc8ead6080fb8bc376f8cec1b35277b935637595fe77498"
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",
]
[[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-09-28 15:18:04 +02:00
version = "0.5.4"
2021-12-22 21:27:56 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-28 15:18:04 +02:00
checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"
2021-12-22 21:27:56 +01:00
dependencies = [
"adler",
]
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",
]
[[package]]
name = "mio"
2022-11-04 14:14:35 +01:00
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-04 14:14:35 +01:00
checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
dependencies = [
"libc",
"log",
2022-06-20 15:50:52 +02:00
"wasi",
2022-11-04 14:14:35 +01:00
"windows-sys 0.42.0",
]
[[package]]
name = "ndk"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0"
dependencies = [
"bitflags",
"jni-sys",
"ndk-sys",
"num_enum",
"raw-window-handle 0.5.0",
"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
[[package]]
name = "ndk-glue"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0434fabdd2c15e0aab768ca31d5b7b333717f03cf02037d5a0a3ff3c278ed67f"
dependencies = [
"libc",
"log",
"ndk",
2022-03-16 20:05:24 +01:00
"ndk-context",
"ndk-macro",
"ndk-sys",
"once_cell",
"parking_lot",
]
[[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"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21d83ec9c63ec5bf950200a8e508bdad6659972187b625469f58ef8c08e29046"
dependencies = [
"jni-sys",
]
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",
"cfg-if",
2022-04-27 21:33:46 +02:00
"libc",
"memoffset",
]
[[package]]
name = "nix"
version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"
dependencies = [
"bitflags",
"cfg-if",
"libc",
"memoffset",
]
[[package]]
name = "nix"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e322c04a9e3440c327fca7b6c8a63e6890a32fa2ad689db972425f07e0d22abb"
dependencies = [
"autocfg",
"bitflags",
"cfg-if",
"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"
[[package]]
name = "nom"
2022-03-22 12:31:19 +01:00
version = "7.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-22 12:31:19 +01:00
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
dependencies = [
"memchr",
"minimal-lexical",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "num-traits"
version = "0.2.15"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
2021-12-15 17:25:15 +01:00
dependencies = [
"autocfg",
]
[[package]]
name = "num_enum"
2022-03-16 20:05:24 +01:00
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-16 20:05:24 +01:00
checksum = "cf5395665662ef45796a4ff5486c5d41d29e0c09640af4c5f17fd94ee2c119c9"
dependencies = [
"num_enum_derive",
]
[[package]]
name = "num_enum_derive"
2022-03-16 20:05:24 +01:00
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-16 20:05:24 +01:00
checksum = "3b0498641e53dd6ac1a4f22547548caa6864cc4933784319cd1775271c5a46ce"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
"syn",
]
2022-03-16 20:05:24 +01:00
[[package]]
name = "num_threads"
version = "0.1.6"
2022-03-16 20:05:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
2022-03-16 20:05:24 +01:00
dependencies = [
"libc",
]
[[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-11-04 14:14:35 +01:00
version = "1.16.0"
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 = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
2021-12-15 17:25:15 +01:00
2022-01-11 17:22:23 +01:00
[[package]]
name = "owned_ttf_parser"
2022-11-04 14:14:35 +01:00
version = "0.17.0"
2022-01-11 17:22:23 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-04 14:14:35 +01:00
checksum = "4665508572151759e8d60404e20dc096ef93a99801a05ac2ac6e43bf5b4ca187"
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",
"parking_lot_core",
2021-12-15 23:23:49 +01:00
]
2022-06-20 15:50:52 +02:00
[[package]]
name = "parking_lot_core"
2022-11-04 14:14:35 +01:00
version = "0.9.4"
2022-06-20 15:50:52 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-04 14:14:35 +01:00
checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"
2022-06-20 15:50:52 +02:00
dependencies = [
"cfg-if",
2022-06-20 15:50:52 +02:00
"libc",
"redox_syscall",
"smallvec",
2022-11-04 14:14:35 +01:00
"windows-sys 0.42.0",
2022-06-20 15:50:52 +02:00
]
[[package]]
name = "percent-encoding"
2022-09-28 15:18:04 +02:00
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-28 15:18:04 +02:00
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
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
[[package]]
name = "png"
2022-11-04 14:14:35 +01:00
version = "0.17.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-04 14:14:35 +01:00
checksum = "5d708eaf860a19b19ce538740d2b4bdeeb8337fa53f7738455e706623ad5c638"
dependencies = [
"bitflags",
"crc32fast",
2022-09-28 15:18:04 +02:00
"flate2",
2022-11-04 14:14:35 +01:00
"miniz_oxide 0.6.2",
]
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
[[package]]
name = "proc-macro-crate"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"
dependencies = [
2022-08-04 12:49:19 +02:00
"once_cell",
"thiserror",
"toml",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "proc-macro2"
version = "1.0.44"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7bd7356a8122b6c4a24a82b278680c73357984ca2fc79a0f9fa6dea7dced7c58"
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 = "quick-xml"
2022-09-28 15:18:04 +02:00
version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-28 15:18:04 +02:00
checksum = "11bafc859c6815fbaffbbbf4229ecb767ac913fecb27f9ad4343662e9ef099ea"
dependencies = [
"memchr",
]
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"
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",
]
[[package]]
name = "raw-window-handle"
2022-03-30 23:54:00 +02:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 23:54:00 +02:00
checksum = "b800beb9b6e7d2df1fe337c9e3d04e3af22a124460fb4c30fcc22c9117cefb41"
dependencies = [
"cty",
]
[[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",
]
[[package]]
name = "redox_users"
2022-03-31 18:57:32 +02:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-31 18:57:32 +02:00
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
dependencies = [
"getrandom",
"redox_syscall",
2022-03-22 12:31:19 +01:00
"thiserror",
]
[[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"
[[package]]
name = "rustversion"
2022-08-04 12:49:19 +02:00
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-04 12:49:19 +02:00
checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8"
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"
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"
[[package]]
name = "sendfd"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "604b71b8fc267e13bb3023a2c901126c8f349393666a6d98ac1ae5729b701798"
dependencies = [
"libc",
]
[[package]]
name = "serde"
2022-11-04 14:14:35 +01:00
version = "1.0.147"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-04 14:14:35 +01:00
checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
2022-03-28 23:45:30 +02:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2022-11-04 14:14:35 +01:00
version = "1.0.147"
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 = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"
2022-03-28 23:45:30 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-02-05 00:40:17 +01:00
[[package]]
name = "serde_json"
2022-11-04 14:14:35 +01:00
version = "1.0.87"
2022-02-05 00:40:17 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-04 14:14:35 +01:00
checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45"
2022-02-05 00:40:17 +01:00
dependencies = [
"itoa",
"ryu",
"serde",
]
2022-04-27 21:33:46 +02:00
[[package]]
name = "sha2"
2022-09-28 15:18:04 +02:00
version = "0.10.6"
2022-04-27 21:33:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-28 15:18:04 +02:00
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
2022-04-27 21:33:46 +02:00
dependencies = [
"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"
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 20:32:31 +01:00
checksum = "6706b2ace5bbae7291d3f8d2473e2bfab073ccd7d03670946197aec98471fa3e"
dependencies = [
"log",
"slog",
"slog-scope",
]
[[package]]
name = "slog-term"
2022-03-16 20:05:24 +01:00
version = "2.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-16 20:05:24 +01:00
checksum = "87d29185c55b7b258b4f120eab00f48557d4d9bc814f41713f449d35b0f8977c"
dependencies = [
"atty",
"slog",
"term",
"thread_local",
2022-03-16 20:05:24 +01:00
"time",
]
[[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"
version = "1.9.0"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
2021-12-15 17:25:15 +01:00
[[package]]
name = "smithay"
version = "0.3.0"
2022-11-04 14:14:35 +01:00
source = "git+https://github.com/Smithay//smithay?rev=b0ec5090df#b0ec5090df54e711a59b67869b495795053574e5"
2021-12-15 17:25:15 +01:00
dependencies = [
"appendlist",
"bitflags",
"calloop",
"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",
"gbm",
"gl_generator",
"indexmap",
2022-01-20 19:51:46 +01:00
"input",
2022-09-28 15:18:04 +02:00
"io-lifetimes",
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",
"pkg-config",
2021-12-15 17:25:15 +01:00
"rand",
"scan_fmt",
"slog",
"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",
"wayland-egl",
2022-11-04 14:14:35 +01:00
"wayland-protocols 0.30.0-beta.13",
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-11-04 14:14:35 +01:00
"wayland-sys 0.30.0-beta.13",
"winit",
2021-12-15 17:25:15 +01:00
"x11rb",
"xkbcommon 0.5.0",
2021-12-15 17:25:15 +01:00
]
[[package]]
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",
"memmap2",
"nix 0.24.2",
"pkg-config",
2022-07-18 21:26:02 +02:00
"wayland-client",
"wayland-cursor",
2022-09-28 15:18:04 +02:00
"wayland-protocols 0.29.5",
]
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",
"xkbcommon 0.4.1",
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"
[[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-11-04 14:14:35 +01:00
version = "1.0.103"
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 = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
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
]
[[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 = [
"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",
]
[[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-09-28 15:18:04 +02:00
version = "1.0.37"
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 = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"
2021-12-15 17:25:15 +01:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2022-09-28 15:18:04 +02:00
version = "1.0.37"
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 = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"
2021-12-15 17:25:15 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "thread_local"
2022-02-01 13:59:39 +01:00
version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 13:59:39 +01:00
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
dependencies = [
"once_cell",
]
[[package]]
name = "time"
2022-11-04 14:14:35 +01:00
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-04 14:14:35 +01:00
checksum = "0fab5c8b9980850e06d92ddbe3ab839c062c801f3927c0fb8abd6fc8e918fbca"
dependencies = [
2022-03-16 20:05:24 +01:00
"itoa",
"libc",
2022-03-16 20:05:24 +01:00
"num_threads",
2022-11-04 14:14:35 +01:00
"serde",
"time-core",
2022-03-16 20:05:24 +01:00
"time-macros",
]
2022-11-04 14:14:35 +01:00
[[package]]
name = "time-core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
2022-03-16 20:05:24 +01:00
[[package]]
name = "time-macros"
2022-11-04 14:14:35 +01:00
version = "0.2.5"
2022-03-16 20:05:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-04 14:14:35 +01:00
checksum = "65bb801831d812c562ae7d2bfb531f26e66e4e1f6b17307ba4149c5064710e5b"
dependencies = [
"time-core",
]
2022-03-16 20:05:24 +01:00
[[package]]
name = "toml"
2022-04-27 21:33:46 +02:00
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-27 21:33:46 +02:00
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
dependencies = [
"serde",
]
2022-01-11 17:22:23 +01:00
[[package]]
name = "ttf-parser"
2022-11-04 14:14:35 +01:00
version = "0.17.1"
2022-01-11 17:22:23 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-04 14:14:35 +01:00
checksum = "375812fa44dab6df41c195cd2f7fecb488f6c09fbaafb62807488cefab642bff"
2022-01-11 17:22:23 +01:00
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"
version = "1.0.4"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcc811dc4066ac62f84f11307873c4850cb653bfa9b1719cee2bd2204a4bc5dd"
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",
]
[[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"
[[package]]
name = "wasm-bindgen"
2022-09-28 15:18:04 +02:00
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-28 15:18:04 +02:00
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2022-09-28 15:18:04 +02:00
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-28 15:18:04 +02:00
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
dependencies = [
"bumpalo",
"log",
2022-08-04 12:49:19 +02:00
"once_cell",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2022-09-28 15:18:04 +02:00
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-28 15:18:04 +02:00
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2022-09-28 15:18:04 +02:00
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-28 15:18:04 +02:00
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2022-09-28 15:18:04 +02:00
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-28 15:18:04 +02:00
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
2022-06-20 15:50:52 +02:00
[[package]]
name = "wayland-backend"
2022-11-04 14:14:35 +01:00
version = "0.1.0-beta.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3f96c52ca34b33e6bb55497327428be54dad648973aa5d3d1e02982d2fcc298"
2022-06-20 15:50:52 +02:00
dependencies = [
"cc",
"downcast-rs",
2022-09-28 15:18:04 +02:00
"io-lifetimes",
"nix 0.25.0",
2022-06-20 15:50:52 +02:00
"scoped-tls",
"smallvec",
2022-11-04 14:14:35 +01:00
"wayland-sys 0.30.0-beta.13",
2022-06-20 15:50:52 +02:00
]
[[package]]
name = "wayland-client"
2022-09-28 15:18:04 +02:00
version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-28 15:18:04 +02:00
checksum = "3f3b068c05a039c9f755f881dc50f01732214f5685e379829759088967c46715"
dependencies = [
"bitflags",
"downcast-rs",
"libc",
2022-09-28 15:18:04 +02:00
"nix 0.24.2",
"scoped-tls",
"wayland-commons",
2022-09-28 15:18:04 +02:00
"wayland-scanner 0.29.5",
"wayland-sys 0.29.5",
]
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 = [
2022-09-28 15:18:04 +02:00
"nix 0.24.2",
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
]
[[package]]
name = "wayland-cursor"
2022-09-28 15:18:04 +02:00
version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-28 15:18:04 +02:00
checksum = "6865c6b66f13d6257bef1cd40cbfe8ef2f150fb8ebbdb1e8e873455931377661"
dependencies = [
2022-09-28 15:18:04 +02:00
"nix 0.24.2",
2022-07-18 21:26:02 +02:00
"wayland-client",
"xcursor",
]
[[package]]
name = "wayland-egl"
2022-11-04 14:14:35 +01:00
version = "0.30.0-beta.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da29b4a38d5cd89b90786305b62c21889d7d97bb1e2ccf46a94906832898e20e"
dependencies = [
2022-06-20 15:50:52 +02:00
"thiserror",
"wayland-backend",
2022-11-04 14:14:35 +01:00
"wayland-sys 0.30.0-beta.13",
]
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",
2022-07-18 21:26:02 +02:00
"wayland-client",
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"
2022-11-04 14:14:35 +01:00
version = "0.30.0-beta.13"
2022-06-20 15:50:52 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-04 14:14:35 +01:00
checksum = "e32104ba51988754f4429dbb59c7b7fd2ccf1feaa0009bb59e49a5e2f91e985d"
2022-06-20 15:50:52 +02:00
dependencies = [
"bitflags",
"wayland-backend",
2022-11-04 14:14:35 +01:00
"wayland-scanner 0.30.0-beta.13",
2022-06-20 15:50:52 +02:00
"wayland-server",
]
2022-08-31 13:01:23 +02:00
[[package]]
name = "wayland-protocols-misc"
2022-11-04 14:14:35 +01:00
version = "0.1.0-beta.13"
2022-08-31 13:01:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-04 14:14:35 +01:00
checksum = "d6d0be545a3b35869060efa6e19622f6b071a9ee8d09da5ffa48f072524fddaa"
2022-08-31 13:01:23 +02:00
dependencies = [
"bitflags",
"wayland-backend",
2022-11-04 14:14:35 +01:00
"wayland-protocols 0.30.0-beta.13",
"wayland-scanner 0.30.0-beta.13",
2022-08-31 13:01:23 +02:00
"wayland-server",
]
2022-06-20 15:50:52 +02:00
[[package]]
name = "wayland-protocols-wlr"
2022-11-04 14:14:35 +01:00
version = "0.1.0-beta.13"
2022-06-20 15:50:52 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-04 14:14:35 +01:00
checksum = "130613a48629204e4ab50ea4b5de2efa2e17c58f71a5af15b39535f99421f8c3"
2022-06-20 15:50:52 +02:00
dependencies = [
"bitflags",
"wayland-backend",
2022-11-04 14:14:35 +01:00
"wayland-protocols 0.30.0-beta.13",
"wayland-scanner 0.30.0-beta.13",
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"
2022-11-04 14:14:35 +01:00
version = "0.30.0-beta.13"
2022-06-20 15:50:52 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-04 14:14:35 +01:00
checksum = "1fb55ca28710dcc155078db4e2bd29aacf24bd311261c48750f38c6c5430bf1f"
2022-11-03 18:51:27 +01:00
dependencies = [
"proc-macro2",
"quick-xml",
"quote",
"syn",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "wayland-server"
2022-11-04 14:14:35 +01:00
version = "0.30.0-beta.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba5ed6de3d02e0bcfee03cf23b8f8e923fb3707d826bcb1ef10ef34647778e20"
2021-12-15 17:25:15 +01:00
dependencies = [
"bitflags",
"downcast-rs",
"nix 0.25.0",
2022-06-20 15:50:52 +02:00
"thiserror",
"wayland-backend",
2022-11-04 14:14:35 +01:00
"wayland-scanner 0.30.0-beta.13",
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",
"lazy_static",
2022-06-20 15:50:52 +02:00
"pkg-config",
]
[[package]]
name = "wayland-sys"
2022-11-04 14:14:35 +01:00
version = "0.30.0-beta.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "882bda56e8397384ad66ec0ebe763e0b3b53153a6327344f7d74b85981a271e1"
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",
]
[[package]]
name = "web-sys"
2022-09-28 15:18:04 +02:00
version = "0.3.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-28 15:18:04 +02:00
checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"
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"
[[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-11-04 14:14:35 +01:00
[[package]]
name = "windows-sys"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc 0.42.0",
"windows_i686_gnu 0.42.0",
"windows_i686_msvc 0.42.0",
"windows_x86_64_gnu 0.42.0",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc 0.42.0",
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
[[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"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
[[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"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
[[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"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
[[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"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
[[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"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
[[package]]
name = "winit"
2022-11-04 14:14:35 +01:00
version = "0.27.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-04 14:14:35 +01:00
checksum = "bb796d6fbd86b2fd896c9471e6f04d39d750076ebe5680a3958f00f5ab97657c"
dependencies = [
"bitflags",
"cocoa",
"core-foundation",
"core-graphics",
"dispatch",
"instant",
"libc",
"log",
"mio",
"ndk",
"ndk-glue",
"objc",
"once_cell",
"parking_lot",
"percent-encoding",
"raw-window-handle 0.4.3",
"raw-window-handle 0.5.0",
"smithay-client-toolkit",
"wasm-bindgen",
2022-07-18 21:26:02 +02:00
"wayland-client",
2022-09-28 15:18:04 +02:00
"wayland-protocols 0.29.5",
"web-sys",
2022-11-04 14:14:35 +01:00
"windows-sys 0.36.1",
"x11-dl",
]
[[package]]
name = "x11-dl"
version = "2.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c83627bc137605acc00bb399c7b908ef460b621fc37c953db2b09f88c449ea6"
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",
"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 = [
"nix 0.24.2",
2021-12-15 17:25:15 +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 = "xkbcommon"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acbee136714379ab22da0280207fdb7f47e0bb940adea97731b65598b8c7a92e"
dependencies = [
"libc",
"memmap2",
]
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"