todoodoo/Cargo.lock

2860 lines
71 KiB
Text
Raw Normal View History

2024-01-04 16:36:41 +01:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "ab_glyph"
2024-05-11 12:45:02 +02:00
version = "0.2.26"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "2e53b0a3d5760cd2ba9b787ae0c6440ad18ee294ff71b05e3381c900a7d16cfd"
2024-01-04 16:36:41 +01:00
dependencies = [
"ab_glyph_rasterizer",
"owned_ttf_parser",
]
[[package]]
name = "ab_glyph_rasterizer"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046"
[[package]]
name = "accesskit"
2024-05-11 12:45:02 +02:00
version = "0.12.3"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "74a4b14f3d99c1255dcba8f45621ab1a2e7540a0009652d33989005a4d0bfc6b"
2024-01-04 16:36:41 +01:00
dependencies = [
"enumn",
"serde",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "ahash"
2024-05-11 12:45:02 +02:00
version = "0.8.11"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
2024-01-04 16:36:41 +01:00
dependencies = [
"cfg-if",
2024-05-11 12:45:02 +02:00
"getrandom",
2024-01-04 16:36:41 +01:00
"once_cell",
"serde",
"version_check",
"zerocopy",
]
2024-05-11 12:45:02 +02:00
[[package]]
name = "allocator-api2"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
2024-01-04 16:36:41 +01:00
[[package]]
name = "android-activity"
2024-05-11 12:45:02 +02:00
version = "0.5.2"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "ee91c0c2905bae44f84bfa4e044536541df26b7703fd0888deeb9060fcc44289"
2024-01-04 16:36:41 +01:00
dependencies = [
"android-properties",
2024-05-11 12:45:02 +02:00
"bitflags 2.5.0",
2024-01-04 16:36:41 +01:00
"cc",
2024-05-11 12:45:02 +02:00
"cesu8",
"jni",
2024-01-04 16:36:41 +01:00
"jni-sys",
"libc",
"log",
"ndk",
"ndk-context",
"ndk-sys",
2024-05-11 12:45:02 +02:00
"num_enum",
"thiserror",
2024-01-04 16:36:41 +01:00
]
[[package]]
name = "android-properties"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04"
2024-01-04 23:28:47 +01:00
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
2024-01-04 16:36:41 +01:00
[[package]]
name = "arboard"
2024-05-11 12:45:02 +02:00
version = "3.4.0"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "9fb4009533e8ff8f1450a5bcbc30f4242a1d34442221f72314bea1f5dc9c7f89"
2024-01-04 16:36:41 +01:00
dependencies = [
"clipboard-win",
"log",
2024-05-11 12:45:02 +02:00
"objc2 0.5.1",
"objc2-app-kit",
"objc2-foundation",
2024-01-04 16:36:41 +01:00
"parking_lot",
"x11rb",
]
2024-05-11 12:45:02 +02:00
[[package]]
name = "arrayvec"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
[[package]]
name = "as-raw-xcb-connection"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
[[package]]
name = "ash"
version = "0.37.3+1.3.251"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39e9c3835d686b0a6084ab4234fcd1b07dbf6e4767dce60874b12356a25ecd4a"
dependencies = [
"libloading 0.7.4",
]
[[package]]
name = "atomic-waker"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
2024-01-04 16:36:41 +01:00
[[package]]
name = "autocfg"
2024-05-11 12:45:02 +02:00
version = "1.3.0"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
2024-01-04 16:36:41 +01:00
[[package]]
name = "base64"
2024-02-05 21:27:26 +01:00
version = "0.21.7"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-05 21:27:26 +01:00
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
2024-01-04 16:36:41 +01:00
2024-05-11 12:45:02 +02:00
[[package]]
name = "bit-set"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
dependencies = [
"bit-vec",
]
[[package]]
name = "bit-vec"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
2024-01-04 16:36:41 +01:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
2024-05-11 12:45:02 +02:00
version = "2.5.0"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
2024-01-04 16:36:41 +01:00
dependencies = [
"serde",
]
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
[[package]]
name = "block-sys"
2024-05-11 12:45:02 +02:00
version = "0.2.1"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "ae85a0696e7ea3b835a453750bf002770776609115e6d25c6d2ff28a8200f7e7"
2024-01-04 16:36:41 +01:00
dependencies = [
"objc-sys",
]
[[package]]
name = "block2"
2024-05-11 12:45:02 +02:00
version = "0.3.0"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "15b55663a85f33501257357e6421bb33e769d5c9ffb5ba0921c975a123e35e68"
2024-01-04 16:36:41 +01:00
dependencies = [
"block-sys",
2024-05-11 12:45:02 +02:00
"objc2 0.4.1",
]
[[package]]
name = "block2"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43ff7d91d3c1d568065b06c899777d1e48dcf76103a672a0adbc238a7f247f1e"
dependencies = [
"objc2 0.5.1",
2024-01-04 16:36:41 +01:00
]
[[package]]
name = "bumpalo"
2024-05-11 12:45:02 +02:00
version = "3.16.0"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2024-01-04 16:36:41 +01:00
[[package]]
name = "bytemuck"
2024-05-11 12:45:02 +02:00
version = "1.15.0"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "5d6d68c57235a3a081186990eca2867354726650f42f7516ca50c28d6281fd15"
2024-01-04 16:36:41 +01:00
dependencies = [
"bytemuck_derive",
]
[[package]]
name = "bytemuck_derive"
2024-05-11 12:45:02 +02:00
version = "1.6.0"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "4da9a32f3fed317401fa3c862968128267c3106685286e15d5aaa3d7389c2f60"
2024-01-04 16:36:41 +01:00
dependencies = [
"proc-macro2",
"quote",
2024-05-11 12:45:02 +02:00
"syn 2.0.62",
2024-01-04 16:36:41 +01:00
]
[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "bytes"
2024-05-11 12:45:02 +02:00
version = "1.6.0"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
2024-01-04 16:36:41 +01:00
[[package]]
name = "calloop"
2024-05-11 12:45:02 +02:00
version = "0.12.4"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "fba7adb4dd5aa98e5553510223000e7148f621165ec5f9acd7113f6ca4995298"
2024-01-04 16:36:41 +01:00
dependencies = [
2024-05-11 12:45:02 +02:00
"bitflags 2.5.0",
2024-01-04 16:36:41 +01:00
"log",
2024-05-11 12:45:02 +02:00
"polling",
"rustix",
"slab",
2024-01-04 16:36:41 +01:00
"thiserror",
2024-05-11 12:45:02 +02:00
]
[[package]]
name = "calloop-wayland-source"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f0ea9b9476c7fad82841a8dbb380e2eae480c21910feba80725b46931ed8f02"
dependencies = [
"calloop",
"rustix",
"wayland-backend",
"wayland-client",
2024-01-04 16:36:41 +01:00
]
[[package]]
name = "cc"
2024-05-11 12:45:02 +02:00
version = "1.0.97"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4"
2024-01-04 16:36:41 +01:00
dependencies = [
"jobserver",
"libc",
2024-05-11 12:45:02 +02:00
"once_cell",
2024-01-04 16:36:41 +01:00
]
[[package]]
name = "cesu8"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cfg_aliases"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
[[package]]
name = "cgl"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
dependencies = [
"libc",
]
2024-01-04 23:28:47 +01:00
[[package]]
name = "chrono"
2024-05-11 12:45:02 +02:00
version = "0.4.38"
2024-01-04 23:28:47 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
2024-01-04 23:28:47 +01:00
dependencies = [
"android-tzdata",
"iana-time-zone",
"num-traits",
"serde",
2024-05-11 12:45:02 +02:00
"windows-targets 0.52.5",
2024-01-04 23:28:47 +01:00
]
2024-01-04 16:36:41 +01:00
[[package]]
name = "clipboard-win"
2024-05-11 12:45:02 +02:00
version = "5.3.1"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "79f4473f5144e20d9aceaf2972478f06ddf687831eafeeb434fbaf0acc4144ad"
2024-01-04 16:36:41 +01:00
dependencies = [
"error-code",
]
[[package]]
name = "cocoa"
2024-05-11 12:45:02 +02:00
version = "0.25.0"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2024-01-04 16:36:41 +01:00
dependencies = [
"bitflags 1.3.2",
"block",
"cocoa-foundation",
"core-foundation",
"core-graphics",
"foreign-types",
"libc",
"objc",
]
[[package]]
name = "cocoa-foundation"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
dependencies = [
"bitflags 1.3.2",
"block",
"core-foundation",
"core-graphics-types",
"libc",
"objc",
]
2024-05-11 12:45:02 +02:00
[[package]]
name = "codespan-reporting"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
dependencies = [
"termcolor",
"unicode-width",
]
2024-01-04 16:36:41 +01:00
[[package]]
name = "color_quant"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2024-05-11 12:45:02 +02:00
[[package]]
name = "com"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e17887fd17353b65b1b2ef1c526c83e26cd72e74f598a8dc1bee13a48f3d9f6"
dependencies = [
"com_macros",
]
[[package]]
name = "com_macros"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d375883580a668c7481ea6631fc1a8863e33cc335bf56bfad8d7e6d4b04b13a5"
dependencies = [
"com_macros_support",
"proc-macro2",
"syn 1.0.109",
]
[[package]]
name = "com_macros_support"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad899a1087a9296d5644792d7cb72b8e34c1bec8e7d4fbc002230169a6e8710c"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
2024-01-04 16:36:41 +01:00
[[package]]
name = "combine"
2024-05-11 12:45:02 +02:00
version = "4.6.7"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2024-01-04 16:36:41 +01:00
dependencies = [
"bytes",
"memchr",
]
2024-05-11 12:45:02 +02:00
[[package]]
name = "concurrent-queue"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
dependencies = [
"crossbeam-utils",
]
2024-01-04 16:36:41 +01:00
[[package]]
name = "core-foundation"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
[[package]]
name = "core-graphics"
2024-05-11 12:45:02 +02:00
version = "0.23.2"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
2024-01-04 16:36:41 +01:00
dependencies = [
"bitflags 1.3.2",
"core-foundation",
"core-graphics-types",
"foreign-types",
"libc",
]
[[package]]
name = "core-graphics-types"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
dependencies = [
"bitflags 1.3.2",
"core-foundation",
"libc",
]
[[package]]
name = "crc32fast"
2024-05-11 12:45:02 +02:00
version = "1.4.0"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
2024-01-04 16:36:41 +01:00
dependencies = [
"cfg-if",
]
2024-05-11 12:45:02 +02:00
[[package]]
name = "crossbeam-utils"
version = "0.8.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
[[package]]
name = "cursor-icon"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
2024-01-04 16:36:41 +01:00
[[package]]
name = "directories-next"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
dependencies = [
"cfg-if",
"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"
[[package]]
name = "dlib"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
dependencies = [
2024-05-11 12:45:02 +02:00
"libloading 0.8.3",
]
[[package]]
name = "document-features"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef5282ad69563b5fc40319526ba27e0e7363d552a896f0297d54f767717f9b95"
dependencies = [
"litrs",
2024-01-04 16:36:41 +01:00
]
[[package]]
name = "downcast-rs"
2024-05-11 12:45:02 +02:00
version = "1.2.1"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
2024-01-04 16:36:41 +01:00
[[package]]
name = "ecolor"
2024-05-11 12:45:02 +02:00
version = "0.27.2"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "20930a432bbd57a6d55e07976089708d4893f3d556cf42a0d79e9e321fa73b10"
2024-01-04 16:36:41 +01:00
dependencies = [
"bytemuck",
"serde",
]
[[package]]
name = "eframe"
2024-05-11 12:45:02 +02:00
version = "0.27.2"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "020e2ccef6bbcec71dbc542f7eed64a5846fc3076727f5746da8fd307c91bab2"
2024-01-04 16:36:41 +01:00
dependencies = [
"bytemuck",
"cocoa",
"directories-next",
2024-05-11 12:45:02 +02:00
"document-features",
2024-01-04 16:36:41 +01:00
"egui",
2024-05-11 12:45:02 +02:00
"egui-wgpu",
2024-01-04 16:36:41 +01:00
"egui-winit",
"egui_glow",
"glow",
"glutin",
"glutin-winit",
"image",
"js-sys",
"log",
"objc",
"parking_lot",
"percent-encoding",
2024-05-11 12:45:02 +02:00
"raw-window-handle 0.5.2",
"raw-window-handle 0.6.1",
2024-01-04 16:36:41 +01:00
"ron",
"serde",
"static_assertions",
"thiserror",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2024-05-11 12:45:02 +02:00
"web-time",
2024-01-04 16:36:41 +01:00
"winapi",
"winit",
]
[[package]]
name = "egui"
2024-05-11 12:45:02 +02:00
version = "0.27.2"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "584c5d1bf9a67b25778a3323af222dbe1a1feb532190e103901187f92c7fe29a"
2024-01-04 16:36:41 +01:00
dependencies = [
"accesskit",
"ahash",
"epaint",
"log",
"nohash-hasher",
"ron",
"serde",
]
2024-05-11 12:45:02 +02:00
[[package]]
name = "egui-wgpu"
version = "0.27.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "469ff65843f88a702b731a1532b7d03b0e8e96d283e70f3a22b0e06c46cb9b37"
dependencies = [
"bytemuck",
"document-features",
"egui",
"epaint",
"log",
"thiserror",
"type-map",
"web-time",
"wgpu",
"winit",
]
2024-01-04 16:36:41 +01:00
[[package]]
name = "egui-winit"
2024-05-11 12:45:02 +02:00
version = "0.27.2"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "2e3da0cbe020f341450c599b35b92de4af7b00abde85624fd16f09c885573609"
2024-01-04 16:36:41 +01:00
dependencies = [
"arboard",
"egui",
"log",
2024-05-11 12:45:02 +02:00
"raw-window-handle 0.6.1",
2024-01-04 16:36:41 +01:00
"serde",
"smithay-clipboard",
"web-time",
"webbrowser",
"winit",
]
[[package]]
name = "egui_glow"
2024-05-11 12:45:02 +02:00
version = "0.27.2"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "e0e5d975f3c86edc3d35b1db88bb27c15dde7c55d3b5af164968ab5ede3f44ca"
2024-01-04 16:36:41 +01:00
dependencies = [
"bytemuck",
"egui",
"glow",
"log",
2024-05-11 12:45:02 +02:00
"memoffset 0.9.1",
2024-01-04 16:36:41 +01:00
"wasm-bindgen",
"web-sys",
2024-05-11 12:45:02 +02:00
"winit",
2024-01-04 16:36:41 +01:00
]
[[package]]
name = "emath"
2024-05-11 12:45:02 +02:00
version = "0.27.2"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "e4c3a552cfca14630702449d35f41c84a0d15963273771c6059175a803620f3f"
2024-01-04 16:36:41 +01:00
dependencies = [
"bytemuck",
"serde",
]
[[package]]
name = "enumn"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fd000fd6988e73bbe993ea3db9b1aa64906ab88766d654973924340c8cddb42"
dependencies = [
"proc-macro2",
"quote",
2024-05-11 12:45:02 +02:00
"syn 2.0.62",
2024-01-04 16:36:41 +01:00
]
[[package]]
name = "epaint"
2024-05-11 12:45:02 +02:00
version = "0.27.2"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "b381f8b149657a4acf837095351839f32cd5c4aec1817fc4df84e18d76334176"
2024-01-04 16:36:41 +01:00
dependencies = [
"ab_glyph",
"ahash",
"bytemuck",
"ecolor",
"emath",
"log",
"nohash-hasher",
"parking_lot",
"serde",
]
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
2024-05-11 12:45:02 +02:00
name = "errno"
version = "0.3.9"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
2024-01-04 16:36:41 +01:00
dependencies = [
"libc",
2024-05-11 12:45:02 +02:00
"windows-sys 0.52.0",
2024-01-04 16:36:41 +01:00
]
2024-05-11 12:45:02 +02:00
[[package]]
name = "error-code"
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0474425d51df81997e2f90a21591180b38eccf27292d755f3e30750225c175b"
2024-01-04 16:36:41 +01:00
[[package]]
name = "fdeflate"
2024-02-05 21:27:26 +01:00
version = "0.3.4"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-05 21:27:26 +01:00
checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
2024-01-04 16:36:41 +01:00
dependencies = [
"simd-adler32",
]
[[package]]
name = "flate2"
2024-05-11 12:45:02 +02:00
version = "1.0.30"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
2024-01-04 16:36:41 +01:00
dependencies = [
"crc32fast",
"miniz_oxide",
]
[[package]]
name = "foreign-types"
2024-05-11 12:45:02 +02:00
version = "0.5.0"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
2024-01-04 16:36:41 +01:00
dependencies = [
2024-05-11 12:45:02 +02:00
"foreign-types-macros",
2024-01-04 16:36:41 +01:00
"foreign-types-shared",
]
2024-05-11 12:45:02 +02:00
[[package]]
name = "foreign-types-macros"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.62",
]
2024-01-04 16:36:41 +01:00
[[package]]
name = "foreign-types-shared"
2024-05-11 12:45:02 +02:00
version = "0.3.1"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
2024-01-04 16:36:41 +01:00
[[package]]
name = "form_urlencoded"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
dependencies = [
"percent-encoding",
]
2024-01-04 23:28:47 +01:00
[[package]]
name = "futures"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
[[package]]
name = "futures-executor"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
[[package]]
name = "futures-macro"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
dependencies = [
"proc-macro2",
"quote",
2024-05-11 12:45:02 +02:00
"syn 2.0.62",
2024-01-04 23:28:47 +01:00
]
[[package]]
name = "futures-sink"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
[[package]]
name = "futures-task"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
[[package]]
name = "futures-util"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
2024-01-04 16:36:41 +01:00
[[package]]
name = "gethostname"
2024-05-11 12:45:02 +02:00
version = "0.4.3"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
2024-01-04 16:36:41 +01:00
dependencies = [
"libc",
2024-05-11 12:45:02 +02:00
"windows-targets 0.48.5",
2024-01-04 16:36:41 +01:00
]
[[package]]
name = "getrandom"
2024-05-11 12:45:02 +02:00
version = "0.2.15"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
2024-01-04 16:36:41 +01:00
dependencies = [
"cfg-if",
"libc",
"wasi",
]
[[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 = "glow"
2024-05-11 12:45:02 +02:00
version = "0.13.1"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "bd348e04c43b32574f2de31c8bb397d96c9fcfa1371bd4ca6d8bdc464ab121b1"
2024-01-04 16:36:41 +01:00
dependencies = [
"js-sys",
"slotmap",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "glutin"
2024-05-11 12:45:02 +02:00
version = "0.31.3"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "18fcd4ae4e86d991ad1300b8f57166e5be0c95ef1f63f3f5b827f8a164548746"
2024-01-04 16:36:41 +01:00
dependencies = [
2024-05-11 12:45:02 +02:00
"bitflags 2.5.0",
2024-01-04 16:36:41 +01:00
"cfg_aliases",
"cgl",
"core-foundation",
"dispatch",
"glutin_egl_sys",
"glutin_glx_sys",
"glutin_wgl_sys",
2024-05-11 12:45:02 +02:00
"icrate",
"libloading 0.8.3",
"objc2 0.4.1",
2024-01-04 16:36:41 +01:00
"once_cell",
2024-05-11 12:45:02 +02:00
"raw-window-handle 0.5.2",
"wayland-sys",
"windows-sys 0.48.0",
2024-01-04 16:36:41 +01:00
"x11-dl",
]
[[package]]
name = "glutin-winit"
2024-05-11 12:45:02 +02:00
version = "0.4.2"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "1ebcdfba24f73b8412c5181e56f092b5eff16671c514ce896b258a0a64bd7735"
2024-01-04 16:36:41 +01:00
dependencies = [
"cfg_aliases",
"glutin",
2024-05-11 12:45:02 +02:00
"raw-window-handle 0.5.2",
2024-01-04 16:36:41 +01:00
"winit",
]
[[package]]
name = "glutin_egl_sys"
2024-05-11 12:45:02 +02:00
version = "0.6.0"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "77cc5623f5309ef433c3dd4ca1223195347fe62c413da8e2fdd0eb76db2d9bcd"
2024-01-04 16:36:41 +01:00
dependencies = [
"gl_generator",
2024-05-11 12:45:02 +02:00
"windows-sys 0.48.0",
2024-01-04 16:36:41 +01:00
]
[[package]]
name = "glutin_glx_sys"
2024-05-11 12:45:02 +02:00
version = "0.5.0"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "a165fd686c10dcc2d45380b35796e577eacfd43d4660ee741ec8ebe2201b3b4f"
2024-01-04 16:36:41 +01:00
dependencies = [
"gl_generator",
"x11-dl",
]
[[package]]
name = "glutin_wgl_sys"
2024-05-11 12:45:02 +02:00
version = "0.5.0"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "6c8098adac955faa2d31079b65dc48841251f69efd3ac25477903fc424362ead"
2024-01-04 16:36:41 +01:00
dependencies = [
"gl_generator",
]
2024-05-11 12:45:02 +02:00
[[package]]
name = "gpu-alloc"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
dependencies = [
"bitflags 2.5.0",
"gpu-alloc-types",
]
[[package]]
name = "gpu-alloc-types"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
dependencies = [
"bitflags 2.5.0",
]
[[package]]
name = "gpu-allocator"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f56f6318968d03c18e1bcf4857ff88c61157e9da8e47c5f29055d60e1228884"
dependencies = [
"log",
"presser",
"thiserror",
"winapi",
"windows",
]
[[package]]
name = "gpu-descriptor"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc11df1ace8e7e564511f53af41f3e42ddc95b56fd07b3f4445d2a6048bc682c"
dependencies = [
"bitflags 2.5.0",
"gpu-descriptor-types",
"hashbrown",
]
[[package]]
name = "gpu-descriptor-types"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bf0b36e6f090b7e1d8a4b49c0cb81c1f8376f72198c65dd3ad9ff3556b8b78c"
dependencies = [
"bitflags 2.5.0",
]
2024-01-04 16:36:41 +01:00
[[package]]
name = "hashbrown"
2024-05-11 12:45:02 +02:00
version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
dependencies = [
"ahash",
"allocator-api2",
]
[[package]]
name = "hassle-rs"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af2a7e73e1f34c48da31fb668a907f250794837e08faa144fd24f0b8b741e890"
dependencies = [
"bitflags 2.5.0",
"com",
"libc",
"libloading 0.8.3",
"thiserror",
"widestring",
"winapi",
]
[[package]]
name = "hermit-abi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
[[package]]
name = "hexf-parse"
version = "0.2.1"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
2024-01-04 16:36:41 +01:00
[[package]]
name = "home"
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
dependencies = [
"windows-sys 0.52.0",
]
2024-01-04 23:28:47 +01:00
[[package]]
name = "homedir"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22074da8bba2ef26fc1737ae6c777b5baab5524c2dc403b5c6a76166766ccda5"
dependencies = [
"cfg-if",
2024-05-11 12:45:02 +02:00
"nix",
2024-01-04 23:28:47 +01:00
"serde",
"widestring",
"windows-sys 0.48.0",
"wmi",
]
[[package]]
name = "iana-time-zone"
2024-02-05 21:27:26 +01:00
version = "0.1.60"
2024-01-04 23:28:47 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-05 21:27:26 +01:00
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
2024-01-04 23:28:47 +01:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
"windows-core",
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
"cc",
]
2024-05-11 12:45:02 +02:00
[[package]]
name = "icrate"
version = "0.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99d3aaff8a54577104bafdf686ff18565c3b6903ca5782a2026ef06e2c7aa319"
dependencies = [
"block2 0.3.0",
"dispatch",
"objc2 0.4.1",
]
2024-01-04 16:36:41 +01:00
[[package]]
name = "idna"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "image"
2024-05-11 12:45:02 +02:00
version = "0.24.9"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d"
2024-01-04 16:36:41 +01:00
dependencies = [
"bytemuck",
"byteorder",
"color_quant",
"num-traits",
"png",
]
[[package]]
name = "indexmap"
2024-05-11 12:45:02 +02:00
version = "2.2.6"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
2024-01-04 16:36:41 +01:00
dependencies = [
"equivalent",
"hashbrown",
]
[[package]]
name = "jni"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
dependencies = [
"cesu8",
"cfg-if",
"combine",
"jni-sys",
"log",
"thiserror",
"walkdir",
"windows-sys 0.45.0",
]
[[package]]
name = "jni-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
[[package]]
name = "jobserver"
2024-05-11 12:45:02 +02:00
version = "0.1.31"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e"
2024-01-04 16:36:41 +01:00
dependencies = [
"libc",
]
[[package]]
name = "js-sys"
2024-05-11 12:45:02 +02:00
version = "0.3.69"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
2024-01-04 16:36:41 +01:00
dependencies = [
"wasm-bindgen",
]
[[package]]
2024-05-11 12:45:02 +02:00
name = "khronos-egl"
version = "6.0.0"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
dependencies = [
"libc",
"libloading 0.8.3",
"pkg-config",
]
2024-01-04 16:36:41 +01:00
[[package]]
2024-05-11 12:45:02 +02:00
name = "khronos_api"
version = "3.1.0"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
2024-01-04 16:36:41 +01:00
[[package]]
name = "libc"
2024-05-11 12:45:02 +02:00
version = "0.2.154"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346"
2024-01-04 16:36:41 +01:00
[[package]]
name = "libloading"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
dependencies = [
"cfg-if",
"winapi",
]
[[package]]
name = "libloading"
2024-05-11 12:45:02 +02:00
version = "0.8.3"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
2024-01-04 16:36:41 +01:00
dependencies = [
"cfg-if",
2024-05-11 12:45:02 +02:00
"windows-targets 0.52.5",
2024-01-04 16:36:41 +01:00
]
[[package]]
name = "libredox"
2024-05-11 12:45:02 +02:00
version = "0.0.2"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "3af92c55d7d839293953fcd0fda5ecfe93297cfde6ffbdec13b41d99c0ba6607"
2024-01-04 16:36:41 +01:00
dependencies = [
2024-05-11 12:45:02 +02:00
"bitflags 2.5.0",
2024-01-04 16:36:41 +01:00
"libc",
"redox_syscall 0.4.1",
]
[[package]]
name = "libredox"
2024-05-11 12:45:02 +02:00
version = "0.1.3"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
2024-01-04 16:36:41 +01:00
dependencies = [
2024-05-11 12:45:02 +02:00
"bitflags 2.5.0",
2024-01-04 16:36:41 +01:00
"libc",
]
[[package]]
2024-05-11 12:45:02 +02:00
name = "linux-raw-sys"
version = "0.4.13"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
[[package]]
name = "litrs"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5"
[[package]]
name = "lock_api"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
dependencies = [
2024-01-04 16:36:41 +01:00
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
2024-05-11 12:45:02 +02:00
version = "0.4.21"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
2024-01-04 16:36:41 +01:00
[[package]]
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
dependencies = [
"libc",
]
[[package]]
name = "memchr"
2024-05-11 12:45:02 +02:00
version = "2.7.2"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
2024-01-04 16:36:41 +01:00
[[package]]
name = "memmap2"
2024-05-11 12:45:02 +02:00
version = "0.9.4"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
2024-01-04 16:36:41 +01:00
dependencies = [
"libc",
]
[[package]]
name = "memoffset"
2024-05-11 12:45:02 +02:00
version = "0.7.1"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
2024-01-04 16:36:41 +01:00
dependencies = [
"autocfg",
]
[[package]]
name = "memoffset"
2024-05-11 12:45:02 +02:00
version = "0.9.1"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
2024-01-04 16:36:41 +01:00
dependencies = [
"autocfg",
]
2024-05-11 12:45:02 +02:00
[[package]]
name = "metal"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c43f73953f8cbe511f021b58f18c3ce1c3d1ae13fe953293e13345bf83217f25"
dependencies = [
"bitflags 2.5.0",
"block",
"core-graphics-types",
"foreign-types",
"log",
"objc",
"paste",
]
2024-01-04 16:36:41 +01:00
[[package]]
name = "miniz_oxide"
2024-02-05 21:27:26 +01:00
version = "0.7.2"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-05 21:27:26 +01:00
checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
2024-01-04 16:36:41 +01:00
dependencies = [
"adler",
"simd-adler32",
]
[[package]]
2024-05-11 12:45:02 +02:00
name = "naga"
version = "0.19.2"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "50e3524642f53d9af419ab5e8dd29d3ba155708267667c2f3f06c88c9e130843"
2024-01-04 16:36:41 +01:00
dependencies = [
2024-05-11 12:45:02 +02:00
"bit-set",
"bitflags 2.5.0",
"codespan-reporting",
"hexf-parse",
"indexmap",
2024-01-04 16:36:41 +01:00
"log",
2024-05-11 12:45:02 +02:00
"num-traits",
"rustc-hash",
"spirv",
"termcolor",
"thiserror",
"unicode-xid",
2024-01-04 16:36:41 +01:00
]
[[package]]
name = "ndk"
2024-05-11 12:45:02 +02:00
version = "0.8.0"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
2024-01-04 16:36:41 +01:00
dependencies = [
2024-05-11 12:45:02 +02:00
"bitflags 2.5.0",
2024-01-04 16:36:41 +01:00
"jni-sys",
2024-05-11 12:45:02 +02:00
"log",
2024-01-04 16:36:41 +01:00
"ndk-sys",
2024-05-11 12:45:02 +02:00
"num_enum",
"raw-window-handle 0.5.2",
"raw-window-handle 0.6.1",
2024-01-04 16:36:41 +01:00
"thiserror",
]
[[package]]
name = "ndk-context"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
[[package]]
name = "ndk-sys"
2024-05-11 12:45:02 +02:00
version = "0.5.0+25.2.9519653"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
2024-01-04 16:36:41 +01:00
dependencies = [
"jni-sys",
]
[[package]]
name = "nix"
version = "0.26.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
dependencies = [
"bitflags 1.3.2",
"cfg-if",
"libc",
"memoffset 0.7.1",
2024-01-04 23:28:47 +01:00
"pin-utils",
2024-01-04 16:36:41 +01:00
]
[[package]]
name = "nohash-hasher"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
[[package]]
name = "num-traits"
2024-05-11 12:45:02 +02:00
version = "0.2.19"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2024-01-04 16:36:41 +01:00
dependencies = [
"autocfg",
]
[[package]]
name = "num_enum"
2024-05-11 12:45:02 +02:00
version = "0.7.2"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "02339744ee7253741199f897151b38e72257d13802d4ee837285cc2990a90845"
2024-01-04 16:36:41 +01:00
dependencies = [
2024-05-11 12:45:02 +02:00
"num_enum_derive",
2024-01-04 16:36:41 +01:00
]
[[package]]
name = "num_enum_derive"
2024-05-11 12:45:02 +02:00
version = "0.7.2"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b"
2024-01-04 16:36:41 +01:00
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
2024-05-11 12:45:02 +02:00
"syn 2.0.62",
2024-01-04 16:36:41 +01:00
]
[[package]]
2024-05-11 12:45:02 +02:00
name = "objc"
version = "0.2.7"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
2024-01-04 16:36:41 +01:00
dependencies = [
2024-05-11 12:45:02 +02:00
"malloc_buf",
"objc_exception",
2024-01-04 16:36:41 +01:00
]
[[package]]
2024-05-11 12:45:02 +02:00
name = "objc-sys"
version = "0.3.3"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "da284c198fb9b7b0603f8635185e85fbd5b64ee154b1ed406d489077de2d6d60"
[[package]]
name = "objc2"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "559c5a40fdd30eb5e344fbceacf7595a81e242529fb4e21cf5f43fb4f11ff98d"
2024-01-04 16:36:41 +01:00
dependencies = [
2024-05-11 12:45:02 +02:00
"objc-sys",
"objc2-encode 3.0.0",
2024-01-04 16:36:41 +01:00
]
[[package]]
2024-05-11 12:45:02 +02:00
name = "objc2"
version = "0.5.1"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "b4b25e1034d0e636cd84707ccdaa9f81243d399196b8a773946dcffec0401659"
2024-01-04 16:36:41 +01:00
dependencies = [
2024-05-11 12:45:02 +02:00
"objc-sys",
"objc2-encode 4.0.1",
2024-01-04 16:36:41 +01:00
]
[[package]]
2024-05-11 12:45:02 +02:00
name = "objc2-app-kit"
version = "0.2.0"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "fb79768a710a9a1798848179edb186d1af7e8a8679f369e4b8d201dd2a034047"
dependencies = [
"block2 0.5.0",
"objc2 0.5.1",
"objc2-core-data",
"objc2-foundation",
]
2024-01-04 16:36:41 +01:00
[[package]]
2024-05-11 12:45:02 +02:00
name = "objc2-core-data"
version = "0.2.0"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "6e092bc42eaf30a08844e6a076938c60751225ec81431ab89f5d1ccd9f958d6c"
2024-01-04 16:36:41 +01:00
dependencies = [
2024-05-11 12:45:02 +02:00
"block2 0.5.0",
"objc2 0.5.1",
"objc2-foundation",
2024-01-04 16:36:41 +01:00
]
[[package]]
name = "objc2-encode"
2024-05-11 12:45:02 +02:00
version = "3.0.0"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "d079845b37af429bfe5dfa76e6d087d788031045b25cfc6fd898486fd9847666"
[[package]]
name = "objc2-encode"
version = "4.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88658da63e4cc2c8adb1262902cd6af51094df0488b760d6fd27194269c0950a"
[[package]]
name = "objc2-foundation"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfaefe14254871ea16c7d88968c0ff14ba554712a20d76421eec52f0a7fb8904"
2024-01-04 16:36:41 +01:00
dependencies = [
2024-05-11 12:45:02 +02:00
"block2 0.5.0",
"objc2 0.5.1",
2024-01-04 16:36:41 +01:00
]
[[package]]
2024-05-11 12:45:02 +02:00
name = "objc_exception"
version = "0.1.2"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
2024-01-04 16:36:41 +01:00
dependencies = [
2024-05-11 12:45:02 +02:00
"cc",
2024-01-04 16:36:41 +01:00
]
[[package]]
name = "once_cell"
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
[[package]]
name = "orbclient"
version = "0.3.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52f0d54bde9774d3a51dcf281a5def240c71996bc6ca05d2c847ec8b2b216166"
dependencies = [
"libredox 0.0.2",
]
[[package]]
name = "owned_ttf_parser"
2024-05-11 12:45:02 +02:00
version = "0.21.0"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "6b41438d2fc63c46c74a2203bf5ccd82c41ba04347b2fcf5754f230b167067d5"
2024-01-04 16:36:41 +01:00
dependencies = [
"ttf-parser",
]
[[package]]
name = "parking_lot"
2024-05-11 12:45:02 +02:00
version = "0.12.2"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb"
2024-01-04 16:36:41 +01:00
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2024-05-11 12:45:02 +02:00
version = "0.9.10"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2024-01-04 16:36:41 +01:00
dependencies = [
"cfg-if",
"libc",
2024-05-11 12:45:02 +02:00
"redox_syscall 0.5.1",
2024-01-04 16:36:41 +01:00
"smallvec",
2024-05-11 12:45:02 +02:00
"windows-targets 0.52.5",
2024-01-04 16:36:41 +01:00
]
2024-05-11 12:45:02 +02:00
[[package]]
name = "paste"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2024-01-04 16:36:41 +01:00
[[package]]
name = "percent-encoding"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2024-01-04 23:28:47 +01:00
[[package]]
name = "pin-project-lite"
2024-05-11 12:45:02 +02:00
version = "0.2.14"
2024-01-04 23:28:47 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
2024-01-04 23:28:47 +01:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2024-01-04 16:36:41 +01:00
[[package]]
name = "pkg-config"
2024-05-11 12:45:02 +02:00
version = "0.3.30"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
2024-01-04 16:36:41 +01:00
[[package]]
name = "png"
2024-05-11 12:45:02 +02:00
version = "0.17.13"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
2024-01-04 16:36:41 +01:00
dependencies = [
"bitflags 1.3.2",
"crc32fast",
"fdeflate",
"flate2",
"miniz_oxide",
]
2024-05-11 12:45:02 +02:00
[[package]]
name = "polling"
version = "3.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "645493cf344456ef24219d02a768cf1fb92ddf8c92161679ae3d91b91a637be3"
dependencies = [
"cfg-if",
"concurrent-queue",
"hermit-abi",
"pin-project-lite",
"rustix",
"tracing",
"windows-sys 0.52.0",
]
[[package]]
name = "presser"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
2024-01-04 16:36:41 +01:00
[[package]]
name = "proc-macro-crate"
2024-05-11 12:45:02 +02:00
version = "3.1.0"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
2024-01-04 16:36:41 +01:00
dependencies = [
"toml_edit",
]
[[package]]
name = "proc-macro2"
2024-05-11 12:45:02 +02:00
version = "1.0.82"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b"
2024-01-04 16:36:41 +01:00
dependencies = [
"unicode-ident",
]
2024-05-11 12:45:02 +02:00
[[package]]
name = "profiling"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58"
[[package]]
name = "quick-xml"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
dependencies = [
"memchr",
]
2024-01-04 16:36:41 +01:00
[[package]]
name = "quote"
2024-05-11 12:45:02 +02:00
version = "1.0.36"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
2024-01-04 16:36:41 +01:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "raw-window-handle"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
2024-05-11 12:45:02 +02:00
[[package]]
name = "raw-window-handle"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8cc3bcbdb1ddfc11e700e62968e6b4cc9c75bb466464ad28fb61c5b2c964418b"
2024-01-04 16:36:41 +01:00
[[package]]
name = "redox_syscall"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
dependencies = [
"bitflags 1.3.2",
]
[[package]]
name = "redox_syscall"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
dependencies = [
"bitflags 1.3.2",
]
2024-05-11 12:45:02 +02:00
[[package]]
name = "redox_syscall"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e"
dependencies = [
"bitflags 2.5.0",
]
2024-01-04 16:36:41 +01:00
[[package]]
name = "redox_users"
2024-05-11 12:45:02 +02:00
version = "0.4.5"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
2024-01-04 16:36:41 +01:00
dependencies = [
"getrandom",
2024-05-11 12:45:02 +02:00
"libredox 0.1.3",
2024-01-04 16:36:41 +01:00
"thiserror",
]
2024-05-11 12:45:02 +02:00
[[package]]
name = "renderdoc-sys"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
2024-01-04 16:36:41 +01:00
[[package]]
name = "ron"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94"
dependencies = [
"base64",
2024-05-11 12:45:02 +02:00
"bitflags 2.5.0",
2024-01-04 16:36:41 +01:00
"serde",
"serde_derive",
]
2024-05-11 12:45:02 +02:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "rustix"
version = "0.38.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
dependencies = [
"bitflags 2.5.0",
"errno",
"libc",
"linux-raw-sys",
"windows-sys 0.52.0",
]
2024-01-04 16:36:41 +01:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
[[package]]
name = "scoped-tls"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
[[package]]
name = "scopeguard"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]]
name = "serde"
2024-05-11 12:45:02 +02:00
version = "1.0.201"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "780f1cebed1629e4753a1a38a3c72d30b97ec044f0aef68cb26650a3c5cf363c"
2024-01-04 16:36:41 +01:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2024-05-11 12:45:02 +02:00
version = "1.0.201"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "c5e405930b9796f1c00bee880d03fc7e0bb4b9a11afc776885ffe84320da2865"
2024-01-04 16:36:41 +01:00
dependencies = [
"proc-macro2",
"quote",
2024-05-11 12:45:02 +02:00
"syn 2.0.62",
2024-01-04 16:36:41 +01:00
]
[[package]]
name = "simd-adler32"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
2024-01-04 23:28:47 +01:00
[[package]]
name = "slab"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
dependencies = [
"autocfg",
]
2024-01-04 16:36:41 +01:00
[[package]]
name = "slotmap"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
dependencies = [
"version_check",
]
[[package]]
name = "smallvec"
2024-05-11 12:45:02 +02:00
version = "1.13.2"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2024-01-04 16:36:41 +01:00
[[package]]
name = "smithay-client-toolkit"
2024-05-11 12:45:02 +02:00
version = "0.18.1"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "922fd3eeab3bd820d76537ce8f582b1cf951eceb5475c28500c7457d9d17f53a"
2024-01-04 16:36:41 +01:00
dependencies = [
2024-05-11 12:45:02 +02:00
"bitflags 2.5.0",
2024-01-04 16:36:41 +01:00
"calloop",
2024-05-11 12:45:02 +02:00
"calloop-wayland-source",
"cursor-icon",
"libc",
2024-01-04 16:36:41 +01:00
"log",
"memmap2",
2024-05-11 12:45:02 +02:00
"rustix",
"thiserror",
"wayland-backend",
2024-01-04 16:36:41 +01:00
"wayland-client",
2024-05-11 12:45:02 +02:00
"wayland-csd-frame",
2024-01-04 16:36:41 +01:00
"wayland-cursor",
"wayland-protocols",
2024-05-11 12:45:02 +02:00
"wayland-protocols-wlr",
"wayland-scanner",
"xkeysym",
2024-01-04 16:36:41 +01:00
]
[[package]]
name = "smithay-clipboard"
2024-05-11 12:45:02 +02:00
version = "0.7.1"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "c091e7354ea8059d6ad99eace06dd13ddeedbb0ac72d40a9a6e7ff790525882d"
2024-01-04 16:36:41 +01:00
dependencies = [
2024-05-11 12:45:02 +02:00
"libc",
2024-01-04 16:36:41 +01:00
"smithay-client-toolkit",
2024-05-11 12:45:02 +02:00
"wayland-backend",
2024-01-04 16:36:41 +01:00
]
[[package]]
2024-05-11 12:45:02 +02:00
name = "smol_str"
version = "0.2.1"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "e6845563ada680337a52d43bb0b29f396f2d911616f6573012645b9e3d048a49"
dependencies = [
"serde",
]
2024-01-04 16:36:41 +01:00
[[package]]
2024-05-11 12:45:02 +02:00
name = "spirv"
version = "0.3.0+sdk-1.3.268.0"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
dependencies = [
"bitflags 2.5.0",
]
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2024-01-04 16:36:41 +01:00
[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
2024-05-11 12:45:02 +02:00
version = "2.0.62"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "9f660c3bfcefb88c538776b6685a0c472e3128b51e74d48793dc2a488196e8eb"
2024-01-04 16:36:41 +01:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2024-05-11 12:45:02 +02:00
[[package]]
name = "termcolor"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
dependencies = [
"winapi-util",
]
2024-01-04 16:36:41 +01:00
[[package]]
name = "thiserror"
2024-05-11 12:45:02 +02:00
version = "1.0.60"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18"
2024-01-04 16:36:41 +01:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-05-11 12:45:02 +02:00
version = "1.0.60"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524"
2024-01-04 16:36:41 +01:00
dependencies = [
"proc-macro2",
"quote",
2024-05-11 12:45:02 +02:00
"syn 2.0.62",
2024-01-04 16:36:41 +01:00
]
[[package]]
name = "tinyvec"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "todoodoo"
2024-05-11 12:45:02 +02:00
version = "0.2.2"
2024-01-04 16:36:41 +01:00
dependencies = [
"eframe",
2024-01-04 23:28:47 +01:00
"homedir",
2024-01-04 16:36:41 +01:00
]
[[package]]
name = "toml_datetime"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
[[package]]
name = "toml_edit"
2024-05-11 12:45:02 +02:00
version = "0.21.1"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
2024-01-04 16:36:41 +01:00
dependencies = [
"indexmap",
"toml_datetime",
"winnow",
]
2024-05-11 12:45:02 +02:00
[[package]]
name = "tracing"
version = "0.1.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
dependencies = [
"pin-project-lite",
"tracing-core",
]
[[package]]
name = "tracing-core"
version = "0.1.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2024-01-04 16:36:41 +01:00
[[package]]
name = "ttf-parser"
2024-05-11 12:45:02 +02:00
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
[[package]]
name = "type-map"
version = "0.5.0"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "deb68604048ff8fa93347f02441e4487594adc20bb8a084f9e564d2b827a0a9f"
dependencies = [
"rustc-hash",
]
2024-01-04 16:36:41 +01:00
[[package]]
name = "unicode-bidi"
2024-02-05 21:27:26 +01:00
version = "0.3.15"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-05 21:27:26 +01:00
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
2024-01-04 16:36:41 +01:00
[[package]]
name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
[[package]]
name = "unicode-normalization"
2024-05-11 12:45:02 +02:00
version = "0.1.23"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
2024-01-04 16:36:41 +01:00
dependencies = [
"tinyvec",
]
2024-05-11 12:45:02 +02:00
[[package]]
name = "unicode-segmentation"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
[[package]]
name = "unicode-width"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6"
[[package]]
name = "unicode-xid"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2024-01-04 16:36:41 +01:00
[[package]]
name = "url"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "walkdir"
2024-05-11 12:45:02 +02:00
version = "2.5.0"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2024-01-04 16:36:41 +01:00
dependencies = [
"same-file",
"winapi-util",
]
[[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"
2024-05-11 12:45:02 +02:00
version = "0.2.92"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
2024-01-04 16:36:41 +01:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2024-05-11 12:45:02 +02:00
version = "0.2.92"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
2024-01-04 16:36:41 +01:00
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
2024-05-11 12:45:02 +02:00
"syn 2.0.62",
2024-01-04 16:36:41 +01:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2024-05-11 12:45:02 +02:00
version = "0.4.42"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
2024-01-04 16:36:41 +01:00
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2024-05-11 12:45:02 +02:00
version = "0.2.92"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
2024-01-04 16:36:41 +01:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2024-05-11 12:45:02 +02:00
version = "0.2.92"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
2024-01-04 16:36:41 +01:00
dependencies = [
"proc-macro2",
"quote",
2024-05-11 12:45:02 +02:00
"syn 2.0.62",
2024-01-04 16:36:41 +01:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2024-05-11 12:45:02 +02:00
version = "0.2.92"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
2024-01-04 16:36:41 +01:00
[[package]]
2024-05-11 12:45:02 +02:00
name = "wayland-backend"
version = "0.3.3"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "9d50fa61ce90d76474c87f5fc002828d81b32677340112b4ef08079a9d459a40"
2024-01-04 16:36:41 +01:00
dependencies = [
2024-05-11 12:45:02 +02:00
"cc",
2024-01-04 16:36:41 +01:00
"downcast-rs",
2024-05-11 12:45:02 +02:00
"rustix",
2024-01-04 16:36:41 +01:00
"scoped-tls",
2024-05-11 12:45:02 +02:00
"smallvec",
"wayland-sys",
]
[[package]]
name = "wayland-client"
version = "0.31.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82fb96ee935c2cea6668ccb470fb7771f6215d1691746c2d896b447a00ad3f1f"
dependencies = [
"bitflags 2.5.0",
"rustix",
"wayland-backend",
2024-01-04 16:36:41 +01:00
"wayland-scanner",
]
[[package]]
2024-05-11 12:45:02 +02:00
name = "wayland-csd-frame"
version = "0.3.0"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e"
2024-01-04 16:36:41 +01:00
dependencies = [
2024-05-11 12:45:02 +02:00
"bitflags 2.5.0",
"cursor-icon",
"wayland-backend",
2024-01-04 16:36:41 +01:00
]
[[package]]
name = "wayland-cursor"
2024-05-11 12:45:02 +02:00
version = "0.31.1"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "71ce5fa868dd13d11a0d04c5e2e65726d0897be8de247c0c5a65886e283231ba"
2024-01-04 16:36:41 +01:00
dependencies = [
2024-05-11 12:45:02 +02:00
"rustix",
2024-01-04 16:36:41 +01:00
"wayland-client",
"xcursor",
]
[[package]]
name = "wayland-protocols"
2024-05-11 12:45:02 +02:00
version = "0.31.2"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
2024-01-04 16:36:41 +01:00
dependencies = [
2024-05-11 12:45:02 +02:00
"bitflags 2.5.0",
"wayland-backend",
2024-01-04 16:36:41 +01:00
"wayland-client",
"wayland-scanner",
]
[[package]]
2024-05-11 12:45:02 +02:00
name = "wayland-protocols-plasma"
version = "0.2.0"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
2024-01-04 16:36:41 +01:00
dependencies = [
2024-05-11 12:45:02 +02:00
"bitflags 2.5.0",
"wayland-backend",
"wayland-client",
"wayland-protocols",
"wayland-scanner",
2024-01-04 16:36:41 +01:00
]
[[package]]
2024-05-11 12:45:02 +02:00
name = "wayland-protocols-wlr"
version = "0.2.0"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "ad1f61b76b6c2d8742e10f9ba5c3737f6530b4c243132c2a2ccc8aa96fe25cd6"
2024-01-04 16:36:41 +01:00
dependencies = [
2024-05-11 12:45:02 +02:00
"bitflags 2.5.0",
"wayland-backend",
"wayland-client",
"wayland-protocols",
"wayland-scanner",
]
[[package]]
name = "wayland-scanner"
version = "0.31.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63b3a62929287001986fb58c789dce9b67604a397c15c611ad9f747300b6c283"
dependencies = [
"proc-macro2",
"quick-xml",
"quote",
2024-01-04 16:36:41 +01:00
]
[[package]]
name = "wayland-sys"
2024-05-11 12:45:02 +02:00
version = "0.31.1"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af"
2024-01-04 16:36:41 +01:00
dependencies = [
"dlib",
"log",
2024-05-11 12:45:02 +02:00
"once_cell",
2024-01-04 16:36:41 +01:00
"pkg-config",
]
[[package]]
name = "web-sys"
2024-05-11 12:45:02 +02:00
version = "0.3.69"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
2024-01-04 16:36:41 +01:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "web-time"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa30049b1c872b72c89866d458eae9f20380ab280ffd1b1e18df2d3e2d98cfe0"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webbrowser"
2024-05-11 12:45:02 +02:00
version = "0.8.15"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "db67ae75a9405634f5882791678772c94ff5f16a66535aae186e26aa0841fc8b"
2024-01-04 16:36:41 +01:00
dependencies = [
"core-foundation",
"home",
"jni",
"log",
"ndk-context",
"objc",
2024-05-11 12:45:02 +02:00
"raw-window-handle 0.5.2",
2024-01-04 16:36:41 +01:00
"url",
"web-sys",
]
2024-05-11 12:45:02 +02:00
[[package]]
name = "wgpu"
version = "0.19.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbd7311dbd2abcfebaabf1841a2824ed7c8be443a0f29166e5d3c6a53a762c01"
dependencies = [
"arrayvec",
"cfg-if",
"cfg_aliases",
"js-sys",
"log",
"parking_lot",
"profiling",
"raw-window-handle 0.6.1",
"smallvec",
"static_assertions",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"wgpu-core",
"wgpu-hal",
"wgpu-types",
]
[[package]]
name = "wgpu-core"
version = "0.19.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28b94525fc99ba9e5c9a9e24764f2bc29bad0911a7446c12f446a8277369bf3a"
dependencies = [
"arrayvec",
"bit-vec",
"bitflags 2.5.0",
"cfg_aliases",
"codespan-reporting",
"indexmap",
"log",
"naga",
"once_cell",
"parking_lot",
"profiling",
"raw-window-handle 0.6.1",
"rustc-hash",
"smallvec",
"thiserror",
"web-sys",
"wgpu-hal",
"wgpu-types",
]
[[package]]
name = "wgpu-hal"
version = "0.19.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc1a4924366df7ab41a5d8546d6534f1f33231aa5b3f72b9930e300f254e39c3"
dependencies = [
"android_system_properties",
"arrayvec",
"ash",
"bitflags 2.5.0",
"cfg_aliases",
"core-graphics-types",
"glow",
"glutin_wgl_sys",
"gpu-alloc",
"gpu-allocator",
"gpu-descriptor",
"hassle-rs",
"js-sys",
"khronos-egl",
"libc",
"libloading 0.8.3",
"log",
"metal",
"naga",
"ndk-sys",
"objc",
"once_cell",
"parking_lot",
"profiling",
"raw-window-handle 0.6.1",
"renderdoc-sys",
"rustc-hash",
"smallvec",
"thiserror",
"wasm-bindgen",
"web-sys",
"wgpu-types",
"winapi",
]
[[package]]
name = "wgpu-types"
version = "0.19.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b671ff9fb03f78b46ff176494ee1ebe7d603393f42664be55b64dc8d53969805"
dependencies = [
"bitflags 2.5.0",
"js-sys",
"web-sys",
]
2024-01-04 23:28:47 +01:00
[[package]]
name = "widestring"
2024-05-11 12:45:02 +02:00
version = "1.1.0"
2024-01-04 23:28:47 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311"
2024-01-04 23:28:47 +01:00
2024-01-04 16:36:41 +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-util"
2024-05-11 12:45:02 +02:00
version = "0.1.8"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
2024-01-04 16:36:41 +01:00
dependencies = [
2024-05-11 12:45:02 +02:00
"windows-sys 0.52.0",
2024-01-04 16:36:41 +01:00
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2024-01-04 23:28:47 +01:00
[[package]]
name = "windows"
2024-02-05 21:27:26 +01:00
version = "0.52.0"
2024-01-04 23:28:47 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-05 21:27:26 +01:00
checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
2024-01-04 23:28:47 +01:00
dependencies = [
2024-02-05 21:27:26 +01:00
"windows-core",
2024-01-04 23:28:47 +01:00
"windows-implement",
"windows-interface",
2024-05-11 12:45:02 +02:00
"windows-targets 0.52.5",
2024-01-04 23:28:47 +01:00
]
[[package]]
name = "windows-core"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
dependencies = [
2024-05-11 12:45:02 +02:00
"windows-targets 0.52.5",
2024-01-04 23:28:47 +01:00
]
[[package]]
name = "windows-implement"
2024-02-05 21:27:26 +01:00
version = "0.52.0"
2024-01-04 23:28:47 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-05 21:27:26 +01:00
checksum = "12168c33176773b86799be25e2a2ba07c7aab9968b37541f1094dbd7a60c8946"
2024-01-04 23:28:47 +01:00
dependencies = [
"proc-macro2",
"quote",
2024-05-11 12:45:02 +02:00
"syn 2.0.62",
2024-01-04 23:28:47 +01:00
]
[[package]]
name = "windows-interface"
2024-02-05 21:27:26 +01:00
version = "0.52.0"
2024-01-04 23:28:47 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-05 21:27:26 +01:00
checksum = "9d8dc32e0095a7eeccebd0e3f09e9509365ecb3fc6ac4d6f5f14a3f6392942d1"
2024-01-04 23:28:47 +01:00
dependencies = [
"proc-macro2",
"quote",
2024-05-11 12:45:02 +02:00
"syn 2.0.62",
2024-01-04 23:28:47 +01:00
]
2024-01-04 16:36:41 +01:00
[[package]]
name = "windows-sys"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
"windows-targets 0.42.2",
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets 0.48.5",
]
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
2024-05-11 12:45:02 +02:00
"windows-targets 0.52.5",
2024-01-04 16:36:41 +01:00
]
[[package]]
name = "windows-targets"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
dependencies = [
"windows_aarch64_gnullvm 0.42.2",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
"windows_x86_64_msvc 0.42.2",
]
[[package]]
name = "windows-targets"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
]
[[package]]
name = "windows-targets"
2024-05-11 12:45:02 +02:00
version = "0.52.5"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
2024-01-04 16:36:41 +01:00
dependencies = [
2024-05-11 12:45:02 +02:00
"windows_aarch64_gnullvm 0.52.5",
"windows_aarch64_msvc 0.52.5",
"windows_i686_gnu 0.52.5",
"windows_i686_gnullvm",
"windows_i686_msvc 0.52.5",
"windows_x86_64_gnu 0.52.5",
"windows_x86_64_gnullvm 0.52.5",
"windows_x86_64_msvc 0.52.5",
2024-01-04 16:36:41 +01:00
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
[[package]]
name = "windows_aarch64_gnullvm"
2024-05-11 12:45:02 +02:00
version = "0.52.5"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
2024-01-04 16:36:41 +01:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
[[package]]
name = "windows_aarch64_msvc"
2024-05-11 12:45:02 +02:00
version = "0.52.5"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
2024-01-04 16:36:41 +01:00
[[package]]
name = "windows_i686_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
[[package]]
name = "windows_i686_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
[[package]]
name = "windows_i686_gnu"
2024-05-11 12:45:02 +02:00
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.5"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
2024-01-04 16:36:41 +01:00
[[package]]
name = "windows_i686_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
[[package]]
name = "windows_i686_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
[[package]]
name = "windows_i686_msvc"
2024-05-11 12:45:02 +02:00
version = "0.52.5"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
2024-01-04 16:36:41 +01:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
[[package]]
name = "windows_x86_64_gnu"
2024-05-11 12:45:02 +02:00
version = "0.52.5"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
2024-01-04 16:36:41 +01:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
[[package]]
name = "windows_x86_64_gnullvm"
2024-05-11 12:45:02 +02:00
version = "0.52.5"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
2024-01-04 16:36:41 +01:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
[[package]]
name = "windows_x86_64_msvc"
2024-05-11 12:45:02 +02:00
version = "0.52.5"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
2024-01-04 16:36:41 +01:00
[[package]]
name = "winit"
2024-05-11 12:45:02 +02:00
version = "0.29.15"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "0d59ad965a635657faf09c8f062badd885748428933dad8e8bdd64064d92e5ca"
2024-01-04 16:36:41 +01:00
dependencies = [
2024-05-11 12:45:02 +02:00
"ahash",
2024-01-04 16:36:41 +01:00
"android-activity",
2024-05-11 12:45:02 +02:00
"atomic-waker",
"bitflags 2.5.0",
"bytemuck",
"calloop",
2024-01-04 16:36:41 +01:00
"cfg_aliases",
"core-foundation",
"core-graphics",
2024-05-11 12:45:02 +02:00
"cursor-icon",
"icrate",
"js-sys",
2024-01-04 16:36:41 +01:00
"libc",
"log",
2024-05-11 12:45:02 +02:00
"memmap2",
2024-01-04 16:36:41 +01:00
"ndk",
2024-05-11 12:45:02 +02:00
"ndk-sys",
"objc2 0.4.1",
2024-01-04 16:36:41 +01:00
"once_cell",
"orbclient",
"percent-encoding",
2024-05-11 12:45:02 +02:00
"raw-window-handle 0.5.2",
"raw-window-handle 0.6.1",
2024-01-04 16:36:41 +01:00
"redox_syscall 0.3.5",
2024-05-11 12:45:02 +02:00
"rustix",
2024-01-04 16:36:41 +01:00
"smithay-client-toolkit",
2024-05-11 12:45:02 +02:00
"smol_str",
"unicode-segmentation",
2024-01-04 16:36:41 +01:00
"wasm-bindgen",
2024-05-11 12:45:02 +02:00
"wasm-bindgen-futures",
"wayland-backend",
2024-01-04 16:36:41 +01:00
"wayland-client",
"wayland-protocols",
2024-05-11 12:45:02 +02:00
"wayland-protocols-plasma",
2024-01-04 16:36:41 +01:00
"web-sys",
2024-05-11 12:45:02 +02:00
"web-time",
"windows-sys 0.48.0",
2024-01-04 16:36:41 +01:00
"x11-dl",
2024-05-11 12:45:02 +02:00
"x11rb",
"xkbcommon-dl",
2024-01-04 16:36:41 +01:00
]
[[package]]
name = "winnow"
2024-05-11 12:45:02 +02:00
version = "0.5.40"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
2024-01-04 16:36:41 +01:00
dependencies = [
"memchr",
]
2024-01-04 23:28:47 +01:00
[[package]]
name = "wmi"
2024-05-11 12:45:02 +02:00
version = "0.13.3"
2024-01-04 23:28:47 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "fc2f0a4062ca522aad4705a2948fd4061b3857537990202a8ddd5af21607f79a"
2024-01-04 23:28:47 +01:00
dependencies = [
"chrono",
"futures",
"log",
"serde",
"thiserror",
"windows",
]
2024-01-04 16:36:41 +01:00
[[package]]
name = "x11-dl"
version = "2.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
dependencies = [
"libc",
"once_cell",
"pkg-config",
]
[[package]]
name = "x11rb"
2024-05-11 12:45:02 +02:00
version = "0.13.1"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
2024-01-04 16:36:41 +01:00
dependencies = [
2024-05-11 12:45:02 +02:00
"as-raw-xcb-connection",
2024-01-04 16:36:41 +01:00
"gethostname",
2024-05-11 12:45:02 +02:00
"libc",
"libloading 0.8.3",
"once_cell",
"rustix",
2024-01-04 16:36:41 +01:00
"x11rb-protocol",
]
[[package]]
name = "x11rb-protocol"
2024-05-11 12:45:02 +02:00
version = "0.13.1"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
2024-01-04 16:36:41 +01:00
[[package]]
name = "xcursor"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a0ccd7b4a5345edfcd0c3535718a4e9ff7798ffc536bb5b5a0e26ff84732911"
2024-05-11 12:45:02 +02:00
[[package]]
name = "xkbcommon-dl"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5"
dependencies = [
"bitflags 2.5.0",
"dlib",
"log",
"once_cell",
"xkeysym",
]
[[package]]
name = "xkeysym"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "054a8e68b76250b253f671d1268cb7f1ae089ec35e195b2efb2a4e9a836d0621"
2024-01-04 16:36:41 +01:00
[[package]]
name = "xml-rs"
2024-05-11 12:45:02 +02:00
version = "0.8.20"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "791978798f0597cfc70478424c2b4fdc2b7a8024aaff78497ef00f24ef674193"
2024-01-04 16:36:41 +01:00
[[package]]
name = "zerocopy"
2024-05-11 12:45:02 +02:00
version = "0.7.34"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087"
2024-01-04 16:36:41 +01:00
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
2024-05-11 12:45:02 +02:00
version = "0.7.34"
2024-01-04 16:36:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 12:45:02 +02:00
checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b"
2024-01-04 16:36:41 +01:00
dependencies = [
"proc-macro2",
"quote",
2024-05-11 12:45:02 +02:00
"syn 2.0.62",
2024-01-04 16:36:41 +01:00
]