cosmic-comp/Cargo.lock

1727 lines
42 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-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",
]
[[package]]
name = "anyhow"
2022-03-16 20:05:24 +01:00
version = "1.0.55"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-16 20:05:24 +01:00
checksum = "159bb86af3a200e19a068f4224eae4c8bb2d0fa054c7e5d1cacd5cef95e684cd"
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"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5d78ce20460b82d3fa150275ed9d55e21064fc7951177baacf86a145c4a4b1f"
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-02-01 13:59:39 +01:00
version = "0.3.64"
2021-12-22 21:27:56 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 13:59:39 +01:00
checksum = "5e121dee8023ce33ab248d9ce1493df03c3b38a659b240096fcbd7048ff9c31f"
2021-12-22 21:27:56 +01:00
dependencies = [
"addr2line",
"cc",
"cfg-if 1.0.0",
2021-12-22 21:27:56 +01:00
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
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"
[[package]]
name = "bumpalo"
version = "3.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
2021-12-15 17:25:15 +01:00
[[package]]
name = "calloop"
2022-01-11 17:22:23 +01:00
version = "0.9.3"
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 = "bf2eec61efe56aa1e813f5126959296933cf0700030e4314786c48779a66ab82"
2021-12-15 17:25:15 +01:00
dependencies = [
"log",
"nix",
]
[[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 = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
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"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f63902e9223530efb4e26ccd0cf55ec30d592d3b42e21a28defc42a9586e832"
dependencies = [
"bitflags",
"block",
"cocoa-foundation",
2022-03-16 20:05:24 +01:00
"core-foundation 0.9.3",
"core-graphics 0.22.3",
"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-03-16 20:05:24 +01:00
"core-foundation 0.9.3",
"core-graphics-types",
"foreign-types",
"libc",
"objc",
]
[[package]]
name = "core-foundation"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
dependencies = [
"core-foundation-sys 0.7.0",
"libc",
]
[[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 0.8.3",
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
[[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.19.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3889374e6ea6ab25dba90bb5d96202f61108058361f6dc72e8b03e6f8bbe923"
dependencies = [
"bitflags",
"core-foundation 0.7.0",
"foreign-types",
"libc",
]
[[package]]
name = "core-graphics"
version = "0.22.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
dependencies = [
"bitflags",
2022-03-16 20:05:24 +01:00
"core-foundation 0.9.3",
"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-03-16 20:05:24 +01:00
"core-foundation 0.9.3",
"foreign-types",
"libc",
]
[[package]]
name = "core-video-sys"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34ecad23610ad9757664d644e369246edde1803fcb43ed72876565098a5d3828"
dependencies = [
"cfg-if 0.1.10",
"core-foundation-sys 0.7.0",
"core-graphics 0.19.2",
"libc",
"objc",
]
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-01-20 19:51:46 +01:00
"edid-rs",
2022-01-11 17:22:23 +01:00
"egui",
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-03-16 20:19:12 +01:00
"wayland-scanner",
2022-02-01 13:59:39 +01:00
"xcursor",
2021-12-15 17:25:15 +01:00
]
[[package]]
name = "crossbeam-channel"
2022-01-11 17:22:23 +01:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-11 17:22:23 +01:00
checksum = "e54ea8bc3fb1ee042f5aace6e3c6e025d3874866da222930f70ce62aceba0bfa"
dependencies = [
"cfg-if 1.0.0",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
2022-03-16 20:05:24 +01:00
version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-16 20:05:24 +01:00
checksum = "b5e5bed1f1c269533fa816a0a5492b3545209a205ca1a54842be180eb63a16a6"
dependencies = [
"cfg-if 1.0.0",
"lazy_static",
]
[[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.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0d720b8683f8dd83c65155f0530560cba68cd2bf395f6513a483caee57ff7f4"
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a340f241d2ceed1deb47ae36c4144b2707ec7dd0b649f894cb39bb595986324"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
"syn",
]
[[package]]
name = "darling_macro"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72c41b3b7352feb3211a0d743dc5700a4e3b60f51bd2b368892d1e0f9a95f44b"
dependencies = [
"darling_core",
"quote",
"syn",
]
[[package]]
name = "dirs-next"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
dependencies = [
"cfg-if 1.0.0",
"dirs-sys-next",
]
[[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-01-28 18:38:56 +01:00
version = "0.6.2"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-28 18:38:56 +01:00
checksum = "408e87132bd0d8a13a3b418b9d51fb92973b764d1d40785947d233ab2945fd27"
2021-12-15 17:25:15 +01:00
dependencies = [
2022-01-28 18:38:56 +01:00
"bitflags",
2021-12-15 17:25:15 +01:00
"drm-ffi",
"drm-fourcc",
"nix",
]
[[package]]
name = "drm-ffi"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "198d1b7fdb33b75e9bd08ba6842ddb730760f7eeea25552acc88c5403c4f0652"
dependencies = [
"drm-sys",
"nix",
]
[[package]]
name = "drm-fourcc"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0aafbcdb8afc29c1a7ee5fbe53b5d62f4565b35a042a662ca9fecd0b54dae6f4"
[[package]]
name = "drm-sys"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5f45fcdd3b2f3c13fadea11b2a4eda2023e7de55021da039eac4a3beecfe91c"
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-01-11 17:22:23 +01:00
[[package]]
name = "egui"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c733356eb5f1139fdeedc370c00e9ea689c5d9120502c43925285bc7249a333"
dependencies = [
"ahash",
"epaint",
"nohash-hasher",
]
[[package]]
name = "emath"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55673de2eb96660dde25ba7b2d36a7054beead1a2bec74dcfd5eb05a1e1ba76d"
[[package]]
name = "epaint"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adfd9296f7f92902e41c0e8e5deca6d2fb29f289c86d03a01ea01bd7498316c2"
dependencies = [
"ab_glyph",
"ahash",
"atomic_refcell",
"emath",
"nohash-hasher",
]
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-02-01 13:59:39 +01:00
version = "1.7.0"
2022-01-11 17:22:23 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 13:59:39 +01:00
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
2022-01-11 17:22:23 +01:00
dependencies = [
"instant",
]
[[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-01-28 18:38:56 +01:00
version = "0.8.0"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-28 18:38:56 +01:00
checksum = "06678321b809dfa34ca3be8ac2cb91b22116f86ba37b1610a752eaf90594c450"
2021-12-15 17:25:15 +01:00
dependencies = [
"bitflags",
"drm",
"drm-fourcc",
"gbm-sys",
"libc",
]
[[package]]
name = "gbm-sys"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1e3b363aeecb97d9f246e810af154a02701c80008f4da39f0c57740513102de"
dependencies = [
"libc",
]
[[package]]
name = "gethostname"
2022-01-18 12:11:55 +01:00
version = "0.2.2"
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 = "4addc164932852d066774c405dbbdb7914742d2b39e39e1a7ca949c856d054d1"
2021-12-15 17:25:15 +01:00
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "getrandom"
2022-03-16 20:05:24 +01:00
version = "0.2.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 = "d39cd93900197114fa1fcb7ae84ca742095eed9442088988ae74fa744e930e77"
2021-12-15 17:25:15 +01:00
dependencies = [
"cfg-if 1.0.0",
2021-12-15 17:25:15 +01:00
"libc",
"wasi",
]
2021-12-22 21:27:56 +01:00
[[package]]
name = "gimli"
version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
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.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
[[package]]
name = "hermit-abi"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
]
[[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-01-11 17:22:23 +01:00
version = "1.8.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 = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
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 1.0.0",
"js-sys",
"wasm-bindgen",
"web-sys",
]
2022-02-05 00:40:17 +01:00
[[package]]
name = "itoa"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
[[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-02-01 13:59:39 +01:00
version = "0.3.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 13:59:39 +01:00
checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04"
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-03-16 20:05:24 +01:00
version = "0.2.119"
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 = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4"
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 1.0.0",
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-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-02-01 13:59:39 +01:00
version = "0.4.6"
2021-12-15 23:23:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 13:59:39 +01:00
checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b"
2021-12-15 23:23:49 +01:00
dependencies = [
"scopeguard",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "log"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
dependencies = [
"cfg-if 1.0.0",
]
[[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.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
[[package]]
name = "memmap2"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b6c2ebff6180198788f5db08d7ce3bc1d0b617176678831a7510825973e357"
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"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
dependencies = [
"adler",
"autocfg",
]
[[package]]
name = "mio"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba272f85fa0b41fc91872be579b3bbe0f56b792aa361a380eb669469f68dafb2"
dependencies = [
"libc",
"log",
"miow",
"ntapi",
"winapi",
]
[[package]]
name = "miow"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
dependencies = [
"winapi",
]
[[package]]
name = "ndk"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96d868f654c72e75f8687572699cdabe755f03effbb62542768e995d5b8d699d"
dependencies = [
"bitflags",
"jni-sys",
"ndk-sys",
"num_enum",
"thiserror",
]
2022-03-16 20:05:24 +01:00
[[package]]
name = "ndk-context"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e3c5cc68637e21fe8f077f6a1c9e0b9ca495bb74895226b476310f613325884"
[[package]]
name = "ndk-glue"
2022-03-16 20:05:24 +01:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-16 20:05:24 +01:00
checksum = "a1c68f70683c5fc9a747a383744206cd371741b2f0b31781ab6770487ec572e2"
dependencies = [
"lazy_static",
"libc",
"log",
"ndk",
2022-03-16 20:05:24 +01:00
"ndk-context",
"ndk-macro",
"ndk-sys",
]
[[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.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1bcdd74c20ad5d95aacd60ef9ba40fdf77f767051040541df557b7a9b2a2121"
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",
"cfg-if 1.0.0",
2021-12-15 17:25:15 +01: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"
[[package]]
name = "nom"
version = "7.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"
dependencies = [
"memchr",
"minimal-lexical",
"version_check",
]
[[package]]
name = "ntapi"
2022-03-16 20:05:24 +01:00
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-16 20:05:24 +01:00
checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
dependencies = [
"winapi",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "num-traits"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
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.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97ba99ba6393e2c3734791401b66902d981cb03bf190af674ca69949b6d5fb15"
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"
version = "0.27.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"
dependencies = [
"memchr",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "once_cell"
2022-03-16 20:05:24 +01:00
version = "1.10.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 = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
2021-12-15 17:25:15 +01:00
2022-01-11 17:22:23 +01:00
[[package]]
name = "owned_ttf_parser"
2022-03-16 20:05:24 +01:00
version = "0.15.0"
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 = "4fb1e509cfe7a12db2a90bfa057dfcdbc55a347f5da677c506b53dd099cfec9d"
2022-01-11 17:22:23 +01:00
dependencies = [
"ttf-parser",
]
2021-12-15 23:23:49 +01:00
[[package]]
name = "parking_lot"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
dependencies = [
"instant",
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
dependencies = [
"cfg-if 1.0.0",
2021-12-15 23:23:49 +01:00
"instant",
"libc",
"redox_syscall",
"smallvec",
"winapi",
]
[[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"
version = "0.3.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"
[[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"
2022-03-16 20:05:24 +01:00
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-16 20:05:24 +01:00
checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"
dependencies = [
"thiserror",
"toml",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "proc-macro2"
2022-01-11 17:22:23 +01:00
version = "1.0.36"
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 = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
2021-12-15 17:25:15 +01:00
dependencies = [
"unicode-xid",
]
[[package]]
name = "quote"
2022-02-01 13:59:39 +01:00
version = "1.0.15"
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 = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145"
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",
]
[[package]]
name = "raw-window-handle"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fba75eee94a9d5273a68c9e1e105d9cffe1ef700532325788389e5a83e2522b7"
dependencies = [
"cty",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "redox_syscall"
2022-03-16 20:05:24 +01:00
version = "0.2.11"
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 = "8380fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c"
2021-12-15 17:25:15 +01:00
dependencies = [
"bitflags",
]
[[package]]
name = "redox_users"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
dependencies = [
"getrandom",
"redox_syscall",
]
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",
]
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"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"
2022-02-05 00:40:17 +01:00
[[package]]
name = "ryu"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
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"
[[package]]
name = "serde"
2022-01-28 18:38:56 +01:00
version = "1.0.136"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-28 18:38:56 +01:00
checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
2022-02-05 00:40:17 +01:00
[[package]]
name = "serde_json"
2022-03-16 20:05:24 +01:00
version = "1.0.79"
2022-02-05 00:40:17 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-16 20:05:24 +01:00
checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
2022-02-05 00:40:17 +01:00
dependencies = [
"itoa",
"ryu",
"serde",
]
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"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8228ab7302adbf4fcb37e66f3cda78003feb521e7fd9e3847ec117a7784d0f5a"
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",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "smallvec"
2022-01-18 12:11:55 +01:00
version = "1.8.0"
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 = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
2021-12-15 17:25:15 +01:00
[[package]]
name = "smithay"
version = "0.3.0"
2022-03-16 20:05:24 +01:00
source = "git+https://github.com/Smithay/smithay.git?rev=1151eea4#1151eea4ff719e7a802d0aced914b5650173ff91"
2021-12-15 17:25:15 +01:00
dependencies = [
"appendlist",
"bitflags",
"calloop",
"cgmath",
"downcast-rs",
"drm",
"drm-ffi",
"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",
2021-12-15 17:25:15 +01:00
"nix",
"once_cell",
"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",
2021-12-15 17:25:15 +01:00
"wayland-commons",
"wayland-egl",
2021-12-15 17:25:15 +01:00
"wayland-protocols",
"wayland-server",
2021-12-15 23:23:49 +01:00
"wayland-sys",
"winit",
2021-12-15 17:25:15 +01:00
"x11rb",
"xkbcommon",
]
[[package]]
name = "smithay-client-toolkit"
version = "0.15.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1325f292209cee78d5035530932422a30aa4c8fda1a16593ac083c1de211e68a"
dependencies = [
"bitflags",
"calloop",
"dlib",
"lazy_static",
"log",
"memmap2",
"nix",
"pkg-config",
"wayland-client",
"wayland-cursor",
"wayland-protocols",
]
2022-01-11 17:22:23 +01:00
[[package]]
name = "smithay-egui"
version = "0.1.0"
2022-03-16 20:05:24 +01:00
source = "git+https://github.com/Smithay/smithay-egui.git?rev=5cc416ce#5cc416ce2def8737816b3c69c170d9e01581f22c"
2022-01-11 17:22:23 +01:00
dependencies = [
2022-01-25 15:55:40 +01:00
"cgmath",
2022-01-11 17:22:23 +01:00
"egui",
"lazy_static",
"memoffset",
"slog",
"smithay",
2022-01-18 12:11:55 +01:00
"xkbcommon",
2022-01-11 17:22:23 +01:00
]
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2021-12-15 17:25:15 +01:00
[[package]]
name = "syn"
2022-02-01 13:59:39 +01:00
version = "1.0.86"
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 = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b"
2021-12-15 17:25:15 +01:00
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
]
[[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 1.0.0",
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"
version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
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-03-16 20:05:24 +01:00
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-16 20:05:24 +01:00
checksum = "004cbc98f30fa233c61a38bc77e96a9106e65c88f2d3bef182ae952027e5753d"
dependencies = [
2022-03-16 20:05:24 +01:00
"itoa",
"libc",
2022-03-16 20:05:24 +01:00
"num_threads",
"time-macros",
]
2022-03-16 20:05:24 +01:00
[[package]]
name = "time-macros"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25eb0ca3468fc0acc11828786797f6ef9aa1555e4a211a60d64cc8e4d1be47d6"
[[package]]
name = "toml"
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
dependencies = [
"serde",
]
2022-01-11 17:22:23 +01:00
[[package]]
name = "ttf-parser"
2022-03-16 20:05:24 +01:00
version = "0.15.0"
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 = "c74c96594835e10fa545e2a51e8709f30b173a092bfd6036ef2cec53376244f3"
2022-01-11 17:22:23 +01:00
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]]
2021-12-15 17:25:15 +01:00
name = "unicode-xid"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
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"
2021-12-15 17:25:15 +01:00
[[package]]
name = "wasi"
version = "0.10.2+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
[[package]]
name = "wasm-bindgen"
2022-02-01 13:59:39 +01:00
version = "0.2.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 13:59:39 +01:00
checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"
dependencies = [
"cfg-if 1.0.0",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2022-02-01 13:59:39 +01:00
version = "0.2.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 13:59:39 +01:00
checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"
dependencies = [
"bumpalo",
"lazy_static",
"log",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2022-02-01 13:59:39 +01:00
version = "0.2.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 13:59:39 +01:00
checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2022-02-01 13:59:39 +01:00
version = "0.2.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 13:59:39 +01:00
checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2022-02-01 13:59:39 +01:00
version = "0.2.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 13:59:39 +01:00
checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"
[[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",
"nix",
"scoped-tls",
"wayland-commons",
"wayland-scanner",
"wayland-sys",
]
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 = [
"nix",
"once_cell",
"smallvec",
"wayland-sys",
]
[[package]]
name = "wayland-cursor"
version = "0.29.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c52758f13d5e7861fc83d942d3d99bf270c83269575e52ac29e5b73cb956a6bd"
dependencies = [
"nix",
"wayland-client",
"xcursor",
]
[[package]]
name = "wayland-egl"
version = "0.29.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83281d69ee162b59031c666385e93bde4039ec553b90c4191cdb128ceea29a3a"
dependencies = [
"wayland-client",
"wayland-sys",
]
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",
"wayland-client",
2021-12-15 17:25:15 +01:00
"wayland-commons",
"wayland-scanner",
"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",
]
[[package]]
name = "wayland-server"
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 = "c6cc7a08542e2cdbca4a55daa9b5b9dce492f9703c8948045a5cae86847b48f2"
2021-12-15 17:25:15 +01:00
dependencies = [
"bitflags",
"downcast-rs",
2021-12-15 23:23:49 +01:00
"lazy_static",
2021-12-15 17:25:15 +01:00
"libc",
"nix",
2021-12-15 23:23:49 +01:00
"parking_lot",
"scoped-tls",
2021-12-15 17:25:15 +01:00
"wayland-commons",
"wayland-scanner",
"wayland-sys",
]
[[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",
"lazy_static",
2021-12-15 23:23:49 +01:00
"libc",
"memoffset",
2021-12-15 17:25:15 +01:00
"pkg-config",
]
[[package]]
name = "web-sys"
2022-02-01 13:59:39 +01:00
version = "0.3.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 13:59:39 +01:00
checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"
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 = "winit"
version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b43cc931d58b99461188607efd7acb2a093e65fc621f54cad78517a6063e73a"
dependencies = [
"bitflags",
"cocoa",
2022-03-16 20:05:24 +01:00
"core-foundation 0.9.3",
"core-graphics 0.22.3",
"core-video-sys",
"dispatch",
"instant",
"lazy_static",
"libc",
"log",
"mio",
"ndk",
"ndk-glue",
"ndk-sys",
"objc",
"parking_lot",
"percent-encoding",
"raw-window-handle",
"smithay-client-toolkit",
"wasm-bindgen",
"wayland-client",
"wayland-protocols",
"web-sys",
"winapi",
"x11-dl",
]
[[package]]
name = "x11-dl"
version = "2.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea26926b4ce81a6f5d9d0f3a0bc401e5a37c6ae14a1bfaa8ff6099ca80038c59"
dependencies = [
"lazy_static",
"libc",
"pkg-config",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "x11rb"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e99be55648b3ae2a52342f9a870c0e138709a3493261ce9b469afe6e4df6d8a"
dependencies = [
"gethostname",
"nix",
"winapi",
"winapi-wsapoll",
]
[[package]]
name = "xcursor"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7"
dependencies = [
"nom",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "xkbcommon"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fda0ea5f7ddabd51deeeda7799bee06274112f577da7dd3d954b8eda731b2fce"
dependencies = [
"libc",
]
[[package]]
name = "xml-rs"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"