2022-10-18 16:07:38 +11:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2022-11-17 16:08:11 +11:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2022-12-06 13:01:15 +11:00
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ash"
|
2023-01-14 09:59:22 +11:00
|
|
|
version = "0.37.2+1.3.238"
|
2022-12-06 13:01:15 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 09:59:22 +11:00
|
|
|
checksum = "28bf19c1f0a470be5fbf7522a308a05df06610252c5bcf5143e1b23f629a9a03"
|
2022-12-06 13:01:15 +11:00
|
|
|
dependencies = [
|
|
|
|
"libloading",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ash-window"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b912285a7c29f3a8f87ca6f55afc48768624e5e33ec17dbd2f2075903f5e35ab"
|
|
|
|
dependencies = [
|
|
|
|
"ash",
|
|
|
|
"raw-window-handle 0.5.0",
|
|
|
|
"raw-window-metal",
|
|
|
|
]
|
|
|
|
|
2022-11-22 17:56:39 +11:00
|
|
|
[[package]]
|
|
|
|
name = "auto_ops"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7460f7dd8e100147b82a63afca1a20eb6c231ee36b90ba7272e14951cb58af59"
|
|
|
|
|
2022-10-23 17:36:41 +11:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-set"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
|
|
|
|
dependencies = [
|
|
|
|
"bit-vec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-vec"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2022-12-06 13:01:15 +11:00
|
|
|
[[package]]
|
|
|
|
name = "block"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
|
|
|
|
2022-10-23 17:36:41 +11:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
|
|
|
version = "3.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
|
|
|
|
|
2022-10-20 13:47:43 +11:00
|
|
|
[[package]]
|
|
|
|
name = "bytecount"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c"
|
|
|
|
|
2022-11-14 17:49:51 +11:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
|
|
|
version = "1.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aaa3a8d9a1ca92e282c96a32d6511b695d7d994d1d102ba85d279f9b2756947f"
|
|
|
|
|
2022-10-24 14:22:26 +11:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
|
2022-12-06 13:01:15 +11:00
|
|
|
[[package]]
|
|
|
|
name = "calloop"
|
|
|
|
version = "0.10.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19457a0da465234abd76134a5c2a910c14bd3c5558463e4396ab9a37a328e465"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"nix 0.25.1",
|
|
|
|
"slotmap",
|
|
|
|
"thiserror",
|
|
|
|
"vec_map",
|
|
|
|
]
|
|
|
|
|
2022-10-23 17:36:41 +11:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2022-12-06 13:01:15 +11:00
|
|
|
version = "1.0.77"
|
2022-10-23 17:36:41 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:01:15 +11:00
|
|
|
checksum = "e9f73505338f7d905b19d18738976aae232eb46b8efc15554ffc56deb5d9ebe4"
|
2022-10-23 17:36:41 +11:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cmake"
|
2022-12-06 13:01:15 +11:00
|
|
|
version = "0.1.49"
|
2022-10-23 17:36:41 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:01:15 +11:00
|
|
|
checksum = "db34956e100b30725f2eb215f90d4871051239535632f84fea3bc92722c66b7c"
|
2022-10-23 17:36:41 +11:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2022-12-06 13:01:15 +11:00
|
|
|
[[package]]
|
|
|
|
name = "cocoa"
|
|
|
|
version = "0.24.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"block",
|
|
|
|
"cocoa-foundation",
|
|
|
|
"core-foundation",
|
|
|
|
"core-graphics",
|
|
|
|
"foreign-types 0.3.2",
|
|
|
|
"libc",
|
|
|
|
"objc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cocoa-foundation"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"block",
|
|
|
|
"core-foundation",
|
|
|
|
"core-graphics-types",
|
|
|
|
"foreign-types 0.3.2",
|
|
|
|
"libc",
|
|
|
|
"objc",
|
|
|
|
]
|
|
|
|
|
2022-11-17 16:08:11 +11:00
|
|
|
[[package]]
|
|
|
|
name = "color_quant"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
|
|
|
|
2022-12-06 13:01:15 +11:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-graphics"
|
|
|
|
version = "0.22.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"core-foundation",
|
|
|
|
"core-graphics-types",
|
|
|
|
"foreign-types 0.3.2",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-graphics-types"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"core-foundation",
|
|
|
|
"foreign-types 0.3.2",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-text"
|
|
|
|
version = "19.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "99d74ada66e07c1cefa18f8abfba765b486f250de2e4a999e5727fc0dd4b4a25"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation",
|
|
|
|
"core-graphics",
|
|
|
|
"foreign-types 0.3.2",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-11-17 16:08:11 +11:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2022-12-06 13:01:15 +11:00
|
|
|
[[package]]
|
|
|
|
name = "crossfont"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "21fd3add36ea31aba1520aa5288714dd63be506106753226d0eb387a93bc9c45"
|
|
|
|
dependencies = [
|
|
|
|
"cocoa",
|
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"core-graphics",
|
|
|
|
"core-text",
|
|
|
|
"dwrote",
|
|
|
|
"foreign-types 0.5.0",
|
|
|
|
"freetype-rs",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"objc",
|
|
|
|
"once_cell",
|
|
|
|
"pkg-config",
|
|
|
|
"servo-fontconfig",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-11-12 13:52:22 +11:00
|
|
|
[[package]]
|
|
|
|
name = "cty"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
|
|
|
|
|
2022-12-06 13:01:15 +11:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
|
|
|
version = "0.13.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
|
|
|
version = "0.13.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
|
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
|
|
|
version = "0.13.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794"
|
|
|
|
dependencies = [
|
|
|
|
"libloading",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "downcast-rs"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dwrote"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "439a1c2ba5611ad3ed731280541d36d2e9c4ac5e7fb818a27b604bdc5a6aa65b"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"winapi",
|
|
|
|
"wio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "expat-sys"
|
|
|
|
version = "2.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "658f19728920138342f68408b7cf7644d90d4784353d8ebc32e7e8663dbe45fa"
|
|
|
|
dependencies = [
|
|
|
|
"cmake",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2022-10-23 17:36:41 +11:00
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
|
|
|
|
|
2022-11-17 16:08:11 +11:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2022-12-06 13:01:15 +11:00
|
|
|
version = "1.0.25"
|
2022-11-17 16:08:11 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:01:15 +11:00
|
|
|
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
|
2022-11-17 16:08:11 +11:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
2022-12-06 13:01:15 +11:00
|
|
|
"miniz_oxide",
|
2022-11-17 16:08:11 +11:00
|
|
|
]
|
|
|
|
|
2022-12-06 13:01:15 +11:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
|
dependencies = [
|
|
|
|
"foreign-types-shared 0.1.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
|
|
|
|
dependencies = [
|
|
|
|
"foreign-types-macros",
|
|
|
|
"foreign-types-shared 0.3.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-macros"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8469d0d40519bc608ec6863f1cc88f3f1deee15913f2f3b3e573d81ed38cccc"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "freetype-rs"
|
|
|
|
version = "0.26.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "74eadec9d0a5c28c54bb9882e54787275152a4e36ce206b45d7451384e5bf5fb"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"freetype-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "freetype-sys"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a37d4011c0cc628dfa766fcc195454f4b068d7afdc2adfd28861191d866e731a"
|
|
|
|
dependencies = [
|
|
|
|
"cmake",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2022-11-22 17:56:39 +11:00
|
|
|
[[package]]
|
|
|
|
name = "gfx-maths"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14d29863ada049ecbeb0f1359d0bc4e38a95e86dc594b71f43807cdc80791c4f"
|
|
|
|
dependencies = [
|
|
|
|
"auto_ops",
|
|
|
|
]
|
|
|
|
|
2022-11-17 16:08:11 +11:00
|
|
|
[[package]]
|
|
|
|
name = "gif"
|
|
|
|
version = "0.11.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3edd93c6756b4dfaf2709eafcc345ba2636565295c198a9cfbf75fa5e3e00b06"
|
|
|
|
dependencies = [
|
|
|
|
"color_quant",
|
|
|
|
"weezl",
|
|
|
|
]
|
|
|
|
|
2022-11-11 18:26:57 +11:00
|
|
|
[[package]]
|
|
|
|
name = "gl"
|
|
|
|
version = "0.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a94edab108827d67608095e269cf862e60d920f144a5026d3dbcfd8b877fb404"
|
|
|
|
dependencies = [
|
|
|
|
"gl_generator",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2022-11-12 13:52:22 +11:00
|
|
|
[[package]]
|
|
|
|
name = "glfw"
|
|
|
|
version = "0.47.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c2c532509718cb34e0c449ec5ef74529c1af3a33b664e6b8ddfe29252f86f936"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"glfw-sys",
|
|
|
|
"objc",
|
2022-12-06 13:01:15 +11:00
|
|
|
"raw-window-handle 0.4.3",
|
2022-11-12 13:52:22 +11:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-01-13 17:48:04 +11:00
|
|
|
[[package]]
|
|
|
|
name = "glfw"
|
|
|
|
version = "0.49.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c70971598fc996224a36fe95256e90335242c00da647f7b0a0b125136613c54b"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"glfw-sys",
|
|
|
|
"objc",
|
|
|
|
"raw-window-handle 0.5.0",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-11-12 13:52:22 +11:00
|
|
|
[[package]]
|
|
|
|
name = "glfw-sys"
|
|
|
|
version = "4.0.0+3.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5abed6d39a50226676aab893d6b4ad154da7e93fcdfed90d7696758a1b477ed1"
|
|
|
|
dependencies = [
|
|
|
|
"cmake",
|
|
|
|
]
|
|
|
|
|
2022-10-23 17:36:41 +11:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
|
|
|
2022-12-06 13:01:15 +11:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
2022-11-17 16:08:11 +11:00
|
|
|
[[package]]
|
|
|
|
name = "image"
|
|
|
|
version = "0.24.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "69b7ea949b537b0fd0af141fff8c77690f2ce96f4f41f042ccb6c69c6c965945"
|
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
"byteorder",
|
|
|
|
"color_quant",
|
|
|
|
"gif",
|
|
|
|
"jpeg-decoder",
|
|
|
|
"num-rational",
|
|
|
|
"num-traits",
|
|
|
|
"png",
|
|
|
|
"tiff",
|
|
|
|
]
|
|
|
|
|
2022-10-23 17:36:41 +11:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2022-12-06 13:01:15 +11:00
|
|
|
version = "1.9.2"
|
2022-10-23 17:36:41 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:01:15 +11:00
|
|
|
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
|
2022-10-23 17:36:41 +11:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"hashbrown",
|
2022-10-25 16:47:41 +11:00
|
|
|
]
|
|
|
|
|
2022-12-06 13:01:15 +11:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jni-sys"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
|
|
|
|
|
2022-10-23 17:36:41 +11:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
|
|
|
version = "0.1.25"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-11-17 16:08:11 +11:00
|
|
|
[[package]]
|
|
|
|
name = "jpeg-decoder"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e"
|
|
|
|
|
2022-10-23 17:36:41 +11:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
|
|
|
version = "0.3.60"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
|
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-11-11 18:26:57 +11:00
|
|
|
[[package]]
|
|
|
|
name = "khronos_api"
|
|
|
|
version = "3.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
|
|
|
|
|
2022-12-06 13:01:15 +11:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
2022-10-23 17:36:41 +11:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2022-12-06 13:01:15 +11:00
|
|
|
version = "0.2.138"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
|
|
|
version = "0.7.4"
|
2022-10-23 17:36:41 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:01:15 +11:00
|
|
|
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"winapi",
|
|
|
|
]
|
2022-10-23 17:36:41 +11:00
|
|
|
|
2022-11-22 17:56:39 +11:00
|
|
|
[[package]]
|
|
|
|
name = "librashader"
|
2023-01-16 12:06:59 +11:00
|
|
|
version = "0.1.0-beta.7"
|
2022-11-22 17:56:39 +11:00
|
|
|
dependencies = [
|
2023-01-14 15:58:59 +11:00
|
|
|
"ash",
|
2022-11-22 17:56:39 +11:00
|
|
|
"librashader-common",
|
|
|
|
"librashader-preprocess",
|
|
|
|
"librashader-presets",
|
|
|
|
"librashader-reflect",
|
2022-12-01 14:50:57 +11:00
|
|
|
"librashader-runtime",
|
2022-11-27 07:58:26 +11:00
|
|
|
"librashader-runtime-d3d11",
|
2022-11-22 17:56:39 +11:00
|
|
|
"librashader-runtime-gl",
|
2023-01-13 17:48:04 +11:00
|
|
|
"librashader-runtime-vk",
|
2023-01-17 11:35:23 +11:00
|
|
|
"spirv_cross",
|
2023-01-14 15:58:59 +11:00
|
|
|
"windows",
|
2022-11-22 17:56:39 +11:00
|
|
|
]
|
|
|
|
|
2022-12-04 10:32:10 +11:00
|
|
|
[[package]]
|
|
|
|
name = "librashader-capi"
|
2023-01-16 12:06:59 +11:00
|
|
|
version = "0.1.0-beta.7"
|
2022-12-04 10:32:10 +11:00
|
|
|
dependencies = [
|
2023-01-14 09:59:22 +11:00
|
|
|
"ash",
|
2022-12-04 10:32:10 +11:00
|
|
|
"gl",
|
|
|
|
"librashader",
|
|
|
|
"paste",
|
2023-01-03 10:22:52 +11:00
|
|
|
"rustc-hash",
|
2022-12-04 10:32:10 +11:00
|
|
|
"thiserror",
|
2022-12-05 14:48:57 +11:00
|
|
|
"windows",
|
2022-12-04 10:32:10 +11:00
|
|
|
]
|
|
|
|
|
2022-10-22 12:04:00 +11:00
|
|
|
[[package]]
|
2022-11-22 08:13:37 +11:00
|
|
|
name = "librashader-common"
|
2023-01-16 12:06:59 +11:00
|
|
|
version = "0.1.0-beta.7"
|
2022-11-14 16:14:05 +11:00
|
|
|
dependencies = [
|
2022-12-06 13:01:15 +11:00
|
|
|
"ash",
|
2022-11-14 16:14:05 +11:00
|
|
|
"gl",
|
2022-11-24 17:37:16 +11:00
|
|
|
"num-traits",
|
2022-11-27 07:55:14 +11:00
|
|
|
"windows",
|
2022-11-14 16:14:05 +11:00
|
|
|
]
|
2022-10-22 12:04:00 +11:00
|
|
|
|
2022-10-21 16:12:17 +11:00
|
|
|
[[package]]
|
|
|
|
name = "librashader-preprocess"
|
2023-01-16 12:06:59 +11:00
|
|
|
version = "0.1.0-beta.7"
|
2022-10-21 16:12:17 +11:00
|
|
|
dependencies = [
|
2022-11-22 08:13:37 +11:00
|
|
|
"librashader-common",
|
2022-10-22 12:04:00 +11:00
|
|
|
"nom",
|
2023-01-16 06:06:38 +11:00
|
|
|
"rustc-hash",
|
2022-10-21 16:12:17 +11:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2022-10-18 16:07:38 +11:00
|
|
|
[[package]]
|
|
|
|
name = "librashader-presets"
|
2023-01-16 12:06:59 +11:00
|
|
|
version = "0.1.0-beta.7"
|
2022-10-20 13:47:43 +11:00
|
|
|
dependencies = [
|
2022-11-22 08:13:37 +11:00
|
|
|
"librashader-common",
|
2022-10-20 13:47:43 +11:00
|
|
|
"nom",
|
|
|
|
"nom_locate",
|
2022-11-22 08:13:37 +11:00
|
|
|
"num-traits",
|
2022-10-20 13:47:43 +11:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2022-10-23 17:36:41 +11:00
|
|
|
[[package]]
|
|
|
|
name = "librashader-reflect"
|
2023-01-16 12:06:59 +11:00
|
|
|
version = "0.1.0-beta.7"
|
2022-10-23 17:36:41 +11:00
|
|
|
dependencies = [
|
2022-10-26 13:13:39 +11:00
|
|
|
"bitflags",
|
2022-11-22 08:13:37 +11:00
|
|
|
"librashader-common",
|
|
|
|
"librashader-preprocess",
|
2023-01-19 13:58:13 +11:00
|
|
|
"librashader-presets",
|
2022-10-23 17:36:41 +11:00
|
|
|
"naga",
|
2022-10-26 13:13:39 +11:00
|
|
|
"rustc-hash",
|
2022-10-23 17:36:41 +11:00
|
|
|
"shaderc",
|
|
|
|
"spirv_cross",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2022-11-29 16:23:48 +11:00
|
|
|
[[package]]
|
|
|
|
name = "librashader-runtime"
|
2023-01-16 12:06:59 +11:00
|
|
|
version = "0.1.0-beta.7"
|
2022-11-29 16:23:48 +11:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
2022-12-02 09:11:42 +11:00
|
|
|
"image",
|
2022-11-30 15:56:10 +11:00
|
|
|
"librashader-common",
|
2022-11-29 16:23:48 +11:00
|
|
|
"librashader-preprocess",
|
|
|
|
"librashader-presets",
|
|
|
|
"librashader-reflect",
|
2022-11-30 15:56:10 +11:00
|
|
|
"num-traits",
|
2022-11-29 16:23:48 +11:00
|
|
|
"rustc-hash",
|
|
|
|
]
|
|
|
|
|
2022-11-07 16:25:11 +11:00
|
|
|
[[package]]
|
2022-11-27 07:58:26 +11:00
|
|
|
name = "librashader-runtime-d3d11"
|
2023-01-16 12:06:59 +11:00
|
|
|
version = "0.1.0-beta.7"
|
2022-11-07 16:25:11 +11:00
|
|
|
dependencies = [
|
2022-11-24 17:37:16 +11:00
|
|
|
"bytemuck",
|
2022-11-22 17:56:39 +11:00
|
|
|
"gfx-maths",
|
2022-11-22 08:13:37 +11:00
|
|
|
"librashader-common",
|
2022-11-07 16:25:11 +11:00
|
|
|
"librashader-preprocess",
|
|
|
|
"librashader-presets",
|
|
|
|
"librashader-reflect",
|
2022-11-29 16:23:48 +11:00
|
|
|
"librashader-runtime",
|
2022-11-07 16:25:11 +11:00
|
|
|
"rustc-hash",
|
2022-12-01 09:59:55 +11:00
|
|
|
"spirv_cross",
|
|
|
|
"thiserror",
|
2022-11-09 17:11:25 +11:00
|
|
|
"windows",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "librashader-runtime-gl"
|
2023-01-16 12:06:59 +11:00
|
|
|
version = "0.1.0-beta.7"
|
2022-11-09 17:11:25 +11:00
|
|
|
dependencies = [
|
2022-11-14 17:49:51 +11:00
|
|
|
"bytemuck",
|
2022-11-11 18:26:57 +11:00
|
|
|
"gl",
|
2023-01-13 17:48:04 +11:00
|
|
|
"glfw 0.47.0",
|
2022-11-22 08:13:37 +11:00
|
|
|
"librashader-common",
|
2022-11-09 17:11:25 +11:00
|
|
|
"librashader-preprocess",
|
|
|
|
"librashader-presets",
|
|
|
|
"librashader-reflect",
|
2022-11-29 16:23:48 +11:00
|
|
|
"librashader-runtime",
|
2022-11-09 17:11:25 +11:00
|
|
|
"rustc-hash",
|
2022-11-11 18:26:57 +11:00
|
|
|
"spirv_cross",
|
2022-11-22 17:56:39 +11:00
|
|
|
"thiserror",
|
2022-11-07 16:25:11 +11:00
|
|
|
]
|
|
|
|
|
2022-12-06 13:01:15 +11:00
|
|
|
[[package]]
|
|
|
|
name = "librashader-runtime-vk"
|
2023-01-16 12:06:59 +11:00
|
|
|
version = "0.1.0-beta.7"
|
2022-12-06 13:01:15 +11:00
|
|
|
dependencies = [
|
|
|
|
"ash",
|
|
|
|
"ash-window",
|
|
|
|
"bytemuck",
|
2023-01-13 17:48:04 +11:00
|
|
|
"glfw 0.49.1",
|
2022-12-06 13:01:15 +11:00
|
|
|
"librashader-common",
|
|
|
|
"librashader-preprocess",
|
|
|
|
"librashader-presets",
|
|
|
|
"librashader-reflect",
|
|
|
|
"librashader-runtime",
|
2023-01-13 18:10:07 +11:00
|
|
|
"num",
|
2022-12-06 13:01:15 +11:00
|
|
|
"raw-window-handle 0.5.0",
|
|
|
|
"rustc-hash",
|
|
|
|
"spirv_cross",
|
|
|
|
"thiserror",
|
|
|
|
"winit",
|
|
|
|
]
|
|
|
|
|
2022-11-17 16:08:11 +11:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
|
|
|
version = "0.4.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2022-10-23 17:36:41 +11:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
|
|
|
version = "0.4.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2022-11-12 13:52:22 +11:00
|
|
|
[[package]]
|
|
|
|
name = "malloc_buf"
|
|
|
|
version = "0.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-10-20 13:47:43 +11:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
|
|
|
version = "2.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
|
|
|
|
2022-12-06 13:01:15 +11:00
|
|
|
[[package]]
|
|
|
|
name = "memmap2"
|
|
|
|
version = "0.5.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4b182332558b18d807c4ce1ca8ca983b34c3ee32765e47b3f0f69b90355cc1dc"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-10-25 16:47:41 +11:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.6.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2022-10-20 13:47:43 +11:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2022-11-17 16:08:11 +11:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2022-12-06 13:01:15 +11:00
|
|
|
version = "0.6.2"
|
2022-11-17 16:08:11 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:01:15 +11:00
|
|
|
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
|
2022-11-17 16:08:11 +11:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-06 13:01:15 +11:00
|
|
|
name = "mio"
|
|
|
|
version = "0.8.5"
|
2022-11-17 16:08:11 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:01:15 +11:00
|
|
|
checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
|
2022-11-17 16:08:11 +11:00
|
|
|
dependencies = [
|
2022-12-06 13:01:15 +11:00
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"wasi",
|
|
|
|
"windows-sys 0.42.0",
|
2022-11-17 16:08:11 +11:00
|
|
|
]
|
|
|
|
|
2022-10-23 17:36:41 +11:00
|
|
|
[[package]]
|
|
|
|
name = "naga"
|
|
|
|
version = "0.10.0"
|
2022-11-22 08:21:50 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "262d2840e72dbe250e8cf2f522d080988dfca624c4112c096238a4845f591707"
|
2022-10-23 17:36:41 +11:00
|
|
|
dependencies = [
|
|
|
|
"bit-set",
|
|
|
|
"bitflags",
|
|
|
|
"indexmap",
|
|
|
|
"log",
|
|
|
|
"num-traits",
|
|
|
|
"petgraph",
|
|
|
|
"pp-rs",
|
|
|
|
"rustc-hash",
|
|
|
|
"spirv",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2022-10-20 13:47:43 +11:00
|
|
|
[[package]]
|
2022-12-06 13:01:15 +11:00
|
|
|
name = "ndk"
|
|
|
|
version = "0.7.0"
|
2022-10-20 13:47:43 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:01:15 +11:00
|
|
|
checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0"
|
2022-10-20 13:47:43 +11:00
|
|
|
dependencies = [
|
2022-12-06 13:01:15 +11:00
|
|
|
"bitflags",
|
|
|
|
"jni-sys",
|
|
|
|
"ndk-sys",
|
|
|
|
"num_enum",
|
|
|
|
"raw-window-handle 0.5.0",
|
|
|
|
"thiserror",
|
2022-10-20 13:47:43 +11:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-06 13:01:15 +11:00
|
|
|
name = "ndk-context"
|
|
|
|
version = "0.1.1"
|
2022-10-20 13:47:43 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:01:15 +11:00
|
|
|
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
|
2022-10-20 13:47:43 +11:00
|
|
|
|
2022-11-17 16:08:11 +11:00
|
|
|
[[package]]
|
2022-12-06 13:01:15 +11:00
|
|
|
name = "ndk-glue"
|
|
|
|
version = "0.7.0"
|
2022-11-17 16:08:11 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:01:15 +11:00
|
|
|
checksum = "0434fabdd2c15e0aab768ca31d5b7b333717f03cf02037d5a0a3ff3c278ed67f"
|
2022-11-17 16:08:11 +11:00
|
|
|
dependencies = [
|
2022-12-06 13:01:15 +11:00
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"ndk",
|
|
|
|
"ndk-context",
|
|
|
|
"ndk-macro",
|
|
|
|
"ndk-sys",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
2022-11-17 16:08:11 +11:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-06 13:01:15 +11:00
|
|
|
name = "ndk-macro"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0df7ac00c4672f9d5aece54ee3347520b7e20f158656c7db2e6de01902eb7a6c"
|
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"proc-macro-crate",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ndk-sys"
|
|
|
|
version = "0.4.1+23.1.7779620"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3"
|
|
|
|
dependencies = [
|
|
|
|
"jni-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
|
|
|
version = "0.24.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2023-01-16 07:48:56 +11:00
|
|
|
"memoffset",
|
2022-12-06 13:01:15 +11:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
|
|
|
version = "0.25.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"bitflags",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2023-01-16 07:48:56 +11:00
|
|
|
"memoffset",
|
2022-12-06 13:01:15 +11:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "7.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nom_locate"
|
|
|
|
version = "4.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "37794436ca3029a3089e0b95d42da1f0b565ad271e4d3bb4bad0c7bb70b10605"
|
|
|
|
dependencies = [
|
|
|
|
"bytecount",
|
|
|
|
"memchr",
|
|
|
|
"nom",
|
|
|
|
]
|
|
|
|
|
2023-01-13 18:10:07 +11:00
|
|
|
[[package]]
|
|
|
|
name = "num"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43db66d1170d347f9a065114077f7dccb00c1b9478c89384490a3425279a4606"
|
|
|
|
dependencies = [
|
|
|
|
"num-bigint",
|
|
|
|
"num-complex",
|
|
|
|
"num-integer",
|
|
|
|
"num-iter",
|
|
|
|
"num-rational",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-complex"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ae39348c8bc5fbd7f40c727a9925f03517afd2ab27d46702108b6a7e5414c19"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2022-12-06 13:01:15 +11:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.45"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2023-01-13 18:10:07 +11:00
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
|
|
|
version = "0.1.43"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2022-12-06 13:01:15 +11:00
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
2022-11-17 16:08:11 +11:00
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2023-01-13 18:10:07 +11:00
|
|
|
"num-bigint",
|
2022-11-17 16:08:11 +11:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2022-10-23 17:36:41 +11:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2022-12-06 13:01:15 +11:00
|
|
|
[[package]]
|
|
|
|
name = "num_enum"
|
|
|
|
version = "0.5.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cf5395665662ef45796a4ff5486c5d41d29e0c09640af4c5f17fd94ee2c119c9"
|
|
|
|
dependencies = [
|
|
|
|
"num_enum_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_enum_derive"
|
|
|
|
version = "0.5.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3b0498641e53dd6ac1a4f22547548caa6864cc4933784319cd1775271c5a46ce"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-crate",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-11-12 13:52:22 +11:00
|
|
|
[[package]]
|
|
|
|
name = "objc"
|
|
|
|
version = "0.2.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
|
|
|
|
dependencies = [
|
|
|
|
"malloc_buf",
|
|
|
|
]
|
|
|
|
|
2022-10-23 17:36:41 +11:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2022-12-06 13:01:15 +11:00
|
|
|
version = "1.16.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.1"
|
2022-10-23 17:36:41 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:01:15 +11:00
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.9.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ff9f3fef3968a3ec5945535ed654cb38ff72d7495a25619e2247fb15a2ed9ba"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
|
|
|
"windows-sys 0.42.0",
|
|
|
|
]
|
2022-10-23 17:36:41 +11:00
|
|
|
|
2022-12-04 10:32:10 +11:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
|
|
|
version = "1.0.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"
|
|
|
|
|
2022-12-06 13:01:15 +11:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
|
|
|
|
2022-10-23 17:36:41 +11:00
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"
|
|
|
|
dependencies = [
|
|
|
|
"fixedbitset",
|
|
|
|
"indexmap",
|
|
|
|
]
|
|
|
|
|
2022-12-06 13:01:15 +11:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
|
|
|
version = "0.3.26"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
|
|
|
|
|
2022-11-17 16:08:11 +11:00
|
|
|
[[package]]
|
|
|
|
name = "png"
|
|
|
|
version = "0.17.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5d708eaf860a19b19ce538740d2b4bdeeb8337fa53f7738455e706623ad5c638"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"crc32fast",
|
|
|
|
"flate2",
|
2022-12-06 13:01:15 +11:00
|
|
|
"miniz_oxide",
|
2022-11-17 16:08:11 +11:00
|
|
|
]
|
|
|
|
|
2022-10-23 17:36:41 +11:00
|
|
|
[[package]]
|
|
|
|
name = "pp-rs"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bb458bb7f6e250e6eb79d5026badc10a3ebb8f9a15d1fff0f13d17c71f4d6dee"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
2022-12-06 13:01:15 +11:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"thiserror",
|
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
2022-10-20 13:47:43 +11:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
|
|
|
version = "1.0.47"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "1.0.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2022-11-12 13:52:22 +11:00
|
|
|
[[package]]
|
|
|
|
name = "raw-window-handle"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b800beb9b6e7d2df1fe337c9e3d04e3af22a124460fb4c30fcc22c9117cefb41"
|
|
|
|
dependencies = [
|
|
|
|
"cty",
|
|
|
|
]
|
|
|
|
|
2022-12-06 13:01:15 +11:00
|
|
|
[[package]]
|
|
|
|
name = "raw-window-handle"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ed7e3d950b66e19e0c372f3fa3fbbcf85b1746b571f74e0c2af6042a5c93420a"
|
|
|
|
dependencies = [
|
|
|
|
"cty",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "raw-window-metal"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ed91094d30089fc273de843cfef783f8c04cc75828277a64e0e8dc2a0cebd4dc"
|
|
|
|
dependencies = [
|
|
|
|
"cocoa",
|
|
|
|
"core-graphics",
|
|
|
|
"objc",
|
|
|
|
"raw-window-handle 0.5.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.2.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2022-10-23 17:36:41 +11:00
|
|
|
[[package]]
|
|
|
|
name = "roxmltree"
|
|
|
|
version = "0.14.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "921904a62e410e37e215c40381b7117f830d9d89ba60ab5236170541dd25646b"
|
|
|
|
dependencies = [
|
|
|
|
"xmlparser",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
2022-12-06 13:01:15 +11:00
|
|
|
[[package]]
|
|
|
|
name = "safe_arch"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c1ff3d6d9696af502cc3110dacce942840fb06ff4514cad92236ecc455f2ce05"
|
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
|
|
|
|
|
2022-10-25 16:47:41 +11:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
2022-12-06 13:01:15 +11:00
|
|
|
[[package]]
|
|
|
|
name = "sctk-adwaita"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "61270629cc6b4d77ec1907db1033d5c2e1a404c412743621981a871dc9c12339"
|
|
|
|
dependencies = [
|
|
|
|
"crossfont",
|
|
|
|
"log",
|
|
|
|
"smithay-client-toolkit",
|
|
|
|
"tiny-skia",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
|
|
|
version = "1.0.149"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "256b9932320c590e707b94576e3cc1f7c9024d0ee6612dfbcf1cb106cbe8e055"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
|
|
|
version = "1.0.149"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b4eae9b04cbffdfd550eb462ed33bc6a1b68c935127d008b27444d08380f94e4"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "servo-fontconfig"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c7e3e22fe5fd73d04ebf0daa049d3efe3eae55369ce38ab16d07ddd9ac5c217c"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"servo-fontconfig-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "servo-fontconfig-sys"
|
|
|
|
version = "5.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e36b879db9892dfa40f95da1c38a835d41634b825fbd8c4c418093d53c24b388"
|
|
|
|
dependencies = [
|
|
|
|
"expat-sys",
|
|
|
|
"freetype-sys",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2022-10-23 17:36:41 +11:00
|
|
|
[[package]]
|
|
|
|
name = "shaderc"
|
2023-01-13 17:48:04 +11:00
|
|
|
version = "0.8.1"
|
2022-10-23 17:36:41 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-13 17:48:04 +11:00
|
|
|
checksum = "77a410ea26a220ceaef964dd71054ccd63cc97fd54393014c09046e795127824"
|
2022-10-23 17:36:41 +11:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"shaderc-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "shaderc-sys"
|
2023-01-13 17:48:04 +11:00
|
|
|
version = "0.8.1"
|
2022-10-23 17:36:41 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-13 17:48:04 +11:00
|
|
|
checksum = "a281c39df7d8a0a97e9430409abb466ff4bd046875c4d97591935042bbffc898"
|
2022-10-23 17:36:41 +11:00
|
|
|
dependencies = [
|
|
|
|
"cmake",
|
|
|
|
"libc",
|
|
|
|
"roxmltree",
|
|
|
|
]
|
|
|
|
|
2022-12-06 13:01:15 +11:00
|
|
|
[[package]]
|
|
|
|
name = "slotmap"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
|
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-11-17 16:08:11 +11:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
|
|
|
version = "1.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
|
|
|
|
2022-12-06 13:01:15 +11:00
|
|
|
[[package]]
|
|
|
|
name = "smithay-client-toolkit"
|
|
|
|
version = "0.16.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f307c47d32d2715eb2e0ece5589057820e0e5e70d07c247d1063e844e107f454"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"calloop",
|
|
|
|
"dlib",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"memmap2",
|
|
|
|
"nix 0.24.3",
|
|
|
|
"pkg-config",
|
|
|
|
"wayland-client",
|
|
|
|
"wayland-cursor",
|
|
|
|
"wayland-protocols",
|
|
|
|
]
|
|
|
|
|
2022-10-23 17:36:41 +11:00
|
|
|
[[package]]
|
|
|
|
name = "spirv"
|
|
|
|
version = "0.2.0+1.5.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "246bfa38fe3db3f1dfc8ca5a2cdeb7348c78be2112740cc0ec8ef18b6d94f830"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "spirv_cross"
|
|
|
|
version = "0.23.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "60647fadbf83c4a72f0d7ea67a7ca3a81835cf442b8deae5c134c3e0055b2e14"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-12-06 13:01:15 +11:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
2022-10-20 13:47:43 +11:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-12-06 13:01:15 +11:00
|
|
|
version = "1.0.105"
|
2022-10-20 13:47:43 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:01:15 +11:00
|
|
|
checksum = "60b9b43d45702de4c839cb9b51d9f529c5dd26a4aff255b42b1ebc03e88ee908"
|
2022-10-20 13:47:43 +11:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
|
|
|
version = "1.0.37"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"
|
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
|
|
|
version = "1.0.37"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-11-17 16:08:11 +11:00
|
|
|
[[package]]
|
|
|
|
name = "tiff"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f17def29300a156c19ae30814710d9c63cd50288a49c6fd3a10ccfbe4cf886fd"
|
|
|
|
dependencies = [
|
|
|
|
"flate2",
|
|
|
|
"jpeg-decoder",
|
|
|
|
"weezl",
|
|
|
|
]
|
|
|
|
|
2022-12-06 13:01:15 +11:00
|
|
|
[[package]]
|
|
|
|
name = "tiny-skia"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "642680569bb895b16e4b9d181c60be1ed136fa0c9c7f11d004daf053ba89bf82"
|
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"arrayvec",
|
|
|
|
"bytemuck",
|
|
|
|
"cfg-if",
|
|
|
|
"png",
|
|
|
|
"safe_arch",
|
|
|
|
"tiny-skia-path",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tiny-skia-path"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c114d32f0c2ee43d585367cb013dfaba967ab9f62b90d9af0d696e955e70fa6c"
|
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"bytemuck",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.5.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-10-20 13:47:43 +11:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
|
2022-10-23 17:36:41 +11:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
|
|
|
|
|
2022-12-06 13:01:15 +11:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
2022-11-17 16:08:11 +11:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2022-10-23 17:36:41 +11:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
|
|
|
version = "0.2.83"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
|
|
|
version = "0.2.83"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
|
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
|
|
|
version = "0.2.83"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
|
|
|
version = "0.2.83"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
|
|
|
version = "0.2.83"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
|
|
|
|
|
2022-12-06 13:01:15 +11:00
|
|
|
[[package]]
|
|
|
|
name = "wayland-client"
|
|
|
|
version = "0.29.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f3b068c05a039c9f755f881dc50f01732214f5685e379829759088967c46715"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"downcast-rs",
|
|
|
|
"libc",
|
|
|
|
"nix 0.24.3",
|
|
|
|
"scoped-tls",
|
|
|
|
"wayland-commons",
|
|
|
|
"wayland-scanner",
|
|
|
|
"wayland-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-commons"
|
|
|
|
version = "0.29.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8691f134d584a33a6606d9d717b95c4fa20065605f798a3f350d78dced02a902"
|
|
|
|
dependencies = [
|
|
|
|
"nix 0.24.3",
|
|
|
|
"once_cell",
|
|
|
|
"smallvec",
|
|
|
|
"wayland-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-cursor"
|
|
|
|
version = "0.29.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6865c6b66f13d6257bef1cd40cbfe8ef2f150fb8ebbdb1e8e873455931377661"
|
|
|
|
dependencies = [
|
|
|
|
"nix 0.24.3",
|
|
|
|
"wayland-client",
|
|
|
|
"xcursor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-protocols"
|
|
|
|
version = "0.29.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b950621f9354b322ee817a23474e479b34be96c2e909c14f7bc0100e9a970bc6"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"wayland-client",
|
|
|
|
"wayland-commons",
|
|
|
|
"wayland-scanner",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-scanner"
|
|
|
|
version = "0.29.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f4303d8fa22ab852f789e75a967f0a2cdc430a607751c0499bada3e451cbd53"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"xml-rs",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-sys"
|
|
|
|
version = "0.29.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be12ce1a3c39ec7dba25594b97b42cb3195d54953ddb9d3d95a7c3902bc6e9d4"
|
|
|
|
dependencies = [
|
|
|
|
"dlib",
|
|
|
|
"lazy_static",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
|
|
|
version = "0.3.60"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"
|
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-11-17 16:08:11 +11:00
|
|
|
[[package]]
|
|
|
|
name = "weezl"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb"
|
|
|
|
|
2022-10-25 16:47:41 +11: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-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
2022-11-09 17:11:25 +11:00
|
|
|
[[package]]
|
|
|
|
name = "windows"
|
2023-01-17 10:45:02 +11:00
|
|
|
version = "0.44.0"
|
2022-11-09 17:11:25 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 10:45:02 +11:00
|
|
|
checksum = "9e745dab35a0c4c77aa3ce42d595e13d2003d6902d6b08c9ef5fc326d08da12b"
|
2022-11-09 17:11:25 +11:00
|
|
|
dependencies = [
|
2023-01-17 10:45:02 +11:00
|
|
|
"windows-targets",
|
2022-12-06 13:01:15 +11:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_msvc 0.36.1",
|
|
|
|
"windows_i686_gnu 0.36.1",
|
|
|
|
"windows_i686_msvc 0.36.1",
|
|
|
|
"windows_x86_64_gnu 0.36.1",
|
|
|
|
"windows_x86_64_msvc 0.36.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm",
|
2023-01-17 10:45:02 +11:00
|
|
|
"windows_aarch64_msvc 0.42.1",
|
|
|
|
"windows_i686_gnu 0.42.1",
|
|
|
|
"windows_i686_msvc 0.42.1",
|
|
|
|
"windows_x86_64_gnu 0.42.1",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc 0.42.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.42.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc 0.42.1",
|
|
|
|
"windows_i686_gnu 0.42.1",
|
|
|
|
"windows_i686_msvc 0.42.1",
|
|
|
|
"windows_x86_64_gnu 0.42.1",
|
2022-11-09 17:11:25 +11:00
|
|
|
"windows_x86_64_gnullvm",
|
2023-01-17 10:45:02 +11:00
|
|
|
"windows_x86_64_msvc 0.42.1",
|
2022-11-09 17:11:25 +11:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-01-17 10:45:02 +11:00
|
|
|
version = "0.42.1"
|
2022-11-09 17:11:25 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 10:45:02 +11:00
|
|
|
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
|
2022-11-09 17:11:25 +11:00
|
|
|
|
2022-12-06 13:01:15 +11:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
|
|
|
|
|
2022-11-09 17:11:25 +11:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-01-17 10:45:02 +11:00
|
|
|
version = "0.42.1"
|
2022-11-09 17:11:25 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 10:45:02 +11:00
|
|
|
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
|
2022-11-09 17:11:25 +11:00
|
|
|
|
2022-12-06 13:01:15 +11:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
|
|
|
|
|
2022-11-09 17:11:25 +11:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-01-17 10:45:02 +11:00
|
|
|
version = "0.42.1"
|
2022-11-09 17:11:25 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 10:45:02 +11:00
|
|
|
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
|
2022-11-09 17:11:25 +11:00
|
|
|
|
2022-12-06 13:01:15 +11:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
|
|
|
|
|
2022-11-09 17:11:25 +11:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-01-17 10:45:02 +11:00
|
|
|
version = "0.42.1"
|
2022-11-09 17:11:25 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 10:45:02 +11:00
|
|
|
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
|
2022-11-09 17:11:25 +11:00
|
|
|
|
2022-12-06 13:01:15 +11:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
|
|
|
|
|
2022-11-09 17:11:25 +11:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-01-17 10:45:02 +11:00
|
|
|
version = "0.42.1"
|
2022-11-09 17:11:25 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 10:45:02 +11:00
|
|
|
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
|
2022-11-09 17:11:25 +11:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-01-17 10:45:02 +11:00
|
|
|
version = "0.42.1"
|
2022-11-09 17:11:25 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 10:45:02 +11:00
|
|
|
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
|
2022-11-09 17:11:25 +11:00
|
|
|
|
2022-12-06 13:01:15 +11:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
|
|
|
|
|
2022-11-09 17:11:25 +11:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-01-17 10:45:02 +11:00
|
|
|
version = "0.42.1"
|
2022-11-09 17:11:25 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 10:45:02 +11:00
|
|
|
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
|
2022-11-09 17:11:25 +11:00
|
|
|
|
2022-12-06 13:01:15 +11:00
|
|
|
[[package]]
|
|
|
|
name = "winit"
|
|
|
|
version = "0.27.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bb796d6fbd86b2fd896c9471e6f04d39d750076ebe5680a3958f00f5ab97657c"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cocoa",
|
|
|
|
"core-foundation",
|
|
|
|
"core-graphics",
|
|
|
|
"dispatch",
|
|
|
|
"instant",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"mio",
|
|
|
|
"ndk",
|
|
|
|
"ndk-glue",
|
|
|
|
"objc",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
|
|
|
"percent-encoding",
|
|
|
|
"raw-window-handle 0.4.3",
|
|
|
|
"raw-window-handle 0.5.0",
|
|
|
|
"sctk-adwaita",
|
|
|
|
"smithay-client-toolkit",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wayland-client",
|
|
|
|
"wayland-protocols",
|
|
|
|
"web-sys",
|
|
|
|
"windows-sys 0.36.1",
|
|
|
|
"x11-dl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wio"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "x11-dl"
|
|
|
|
version = "2.20.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1536d6965a5d4e573c7ef73a2c15ebcd0b2de3347bdf526c34c297c00ac40f0"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xcursor"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7"
|
|
|
|
dependencies = [
|
|
|
|
"nom",
|
|
|
|
]
|
|
|
|
|
2022-11-11 18:26:57 +11:00
|
|
|
[[package]]
|
|
|
|
name = "xml-rs"
|
|
|
|
version = "0.8.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
|
|
|
|
|
2022-10-23 17:36:41 +11:00
|
|
|
[[package]]
|
|
|
|
name = "xmlparser"
|
|
|
|
version = "0.13.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd"
|