mirror of
https://github.com/sotrh/learn-wgpu.git
synced 2024-11-04 06:00:47 +00:00
2777 lines
63 KiB
TOML
2777 lines
63 KiB
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
[[package]]
|
|
name = "ab_glyph_rasterizer"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2692800d602527d2b8fea50036119c37df74ab565b10e285706a3dcec0ec3e16"
|
|
|
|
[[package]]
|
|
name = "adler32"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "567b077b825e468cc974f0020d4082ee6e03132512f207ef1a02fd5d00d1f32d"
|
|
|
|
[[package]]
|
|
name = "ahash"
|
|
version = "0.4.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e"
|
|
|
|
[[package]]
|
|
name = "ahash"
|
|
version = "0.7.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98"
|
|
dependencies = [
|
|
"getrandom",
|
|
"once_cell",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aho-corasick"
|
|
version = "0.7.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alignment"
|
|
version = "0.1.0"
|
|
|
|
[[package]]
|
|
name = "andrew"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8c4afb09dd642feec8408e33f92f3ffc4052946f6b20f32fb99c1f58cd4fa7cf"
|
|
dependencies = [
|
|
"bitflags",
|
|
"rusttype",
|
|
"walkdir",
|
|
"xdg",
|
|
"xml-rs",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ansi_term"
|
|
version = "0.12.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
|
dependencies = [
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "anyhow"
|
|
version = "1.0.32"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6b602bfe940d21c130f3895acd65221e8a61270debe89d628b9cb4e3ccb8569b"
|
|
|
|
[[package]]
|
|
name = "approx"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f2a05fd1bd10b2527e20a2cd32d8873d115b8b39fe219ee25f42a8aca6ba278"
|
|
dependencies = [
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "arrayvec"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ash"
|
|
version = "0.32.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "06063a002a77d2734631db74e8f4ce7148b77fe522e6bca46f2ae7774fd48112"
|
|
dependencies = [
|
|
"libloading 0.7.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "atty"
|
|
version = "0.2.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
dependencies = [
|
|
"hermit-abi",
|
|
"libc",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "autocfg"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
|
|
|
|
[[package]]
|
|
name = "base64"
|
|
version = "0.12.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
|
|
|
|
[[package]]
|
|
name = "bit-set"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de"
|
|
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.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
|
|
|
[[package]]
|
|
name = "block"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
|
|
|
[[package]]
|
|
name = "bumpalo"
|
|
version = "3.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"
|
|
|
|
[[package]]
|
|
name = "bytemuck"
|
|
version = "1.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "92046dbb6f9332943252123f53623e0a6d513651af14967e2991c371ec20201c"
|
|
dependencies = [
|
|
"bytemuck_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bytemuck_derive"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "28dae23a39becf0b1c8f9198d7e9fc80aaf1ec1ee7428ec570f6a0269e59a9cc"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "byteorder"
|
|
version = "1.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
|
|
|
|
[[package]]
|
|
name = "calloop"
|
|
version = "0.6.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0b036167e76041694579972c28cf4877b4f92da222560ddb49008937b6a6727c"
|
|
dependencies = [
|
|
"log",
|
|
"nix",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cc"
|
|
version = "1.0.67"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
|
|
dependencies = [
|
|
"jobserver",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cfg-if"
|
|
version = "0.1.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
[[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 = "cgmath"
|
|
version = "0.18.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1a98d30140e3296250832bbaaff83b27dcd6fa3cc70fb6f1f3e5c9c0023b5317"
|
|
dependencies = [
|
|
"approx",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "chrono"
|
|
version = "0.4.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
|
dependencies = [
|
|
"libc",
|
|
"num-integer",
|
|
"num-traits",
|
|
"time",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cloudabi"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467"
|
|
dependencies = [
|
|
"bitflags",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cmake"
|
|
version = "0.1.44"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0e56268c17a6248366d66d4a47a3381369d068cce8409bb1716ed77ea32163bb"
|
|
dependencies = [
|
|
"cc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cocoa"
|
|
version = "0.24.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6f63902e9223530efb4e26ccd0cf55ec30d592d3b42e21a28defc42a9586e832"
|
|
dependencies = [
|
|
"bitflags",
|
|
"block",
|
|
"cocoa-foundation",
|
|
"core-foundation 0.9.0",
|
|
"core-graphics 0.22.1",
|
|
"foreign-types",
|
|
"libc",
|
|
"objc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cocoa-foundation"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318"
|
|
dependencies = [
|
|
"bitflags",
|
|
"block",
|
|
"core-foundation 0.9.0",
|
|
"core-graphics-types",
|
|
"foreign-types",
|
|
"libc",
|
|
"objc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "codespan-reporting"
|
|
version = "0.11.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
|
|
dependencies = [
|
|
"termcolor",
|
|
"unicode-width",
|
|
]
|
|
|
|
[[package]]
|
|
name = "color_quant"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0dbbb57365263e881e805dc77d94697c9118fd94d8da011240555aa7b23445bd"
|
|
|
|
[[package]]
|
|
name = "compute"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bytemuck",
|
|
"cgmath",
|
|
"env_logger",
|
|
"fs_extra",
|
|
"futures",
|
|
"glob",
|
|
"image",
|
|
"log",
|
|
"rayon",
|
|
"shaderc",
|
|
"tobj 2.0.2",
|
|
"wgpu",
|
|
"winit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "const_fn"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c478836e029dcef17fb47c89023448c64f781a046e0300e257ad8225ae59afab"
|
|
|
|
[[package]]
|
|
name = "copyless"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a2df960f5d869b2dd8532793fde43eb5427cceb126c929747a26823ab0eeb536"
|
|
|
|
[[package]]
|
|
name = "core-foundation"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
|
|
dependencies = [
|
|
"core-foundation-sys 0.7.0",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-foundation"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3b5ed8e7e76c45974e15e41bfa8d5b0483cd90191639e01d8f5f1e606299d3fb"
|
|
dependencies = [
|
|
"core-foundation-sys 0.8.0",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-foundation-sys"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
|
|
|
|
[[package]]
|
|
name = "core-foundation-sys"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9a21fa21941700a3cd8fcb4091f361a6a712fac632f85d9f487cc892045d55c6"
|
|
|
|
[[package]]
|
|
name = "core-graphics"
|
|
version = "0.19.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b3889374e6ea6ab25dba90bb5d96202f61108058361f6dc72e8b03e6f8bbe923"
|
|
dependencies = [
|
|
"bitflags",
|
|
"core-foundation 0.7.0",
|
|
"foreign-types",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-graphics"
|
|
version = "0.22.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fc239bba52bab96649441699533a68de294a101533b0270b2d65aa402b29a7f9"
|
|
dependencies = [
|
|
"bitflags",
|
|
"core-foundation 0.9.0",
|
|
"core-graphics-types",
|
|
"foreign-types",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-graphics-types"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e92f5d519093a4178296707dbaa3880eae85a5ef5386675f361a1cf25376e93c"
|
|
dependencies = [
|
|
"bitflags",
|
|
"core-foundation 0.9.0",
|
|
"foreign-types",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-video-sys"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "34ecad23610ad9757664d644e369246edde1803fcb43ed72876565098a5d3828"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"core-foundation-sys 0.7.0",
|
|
"core-graphics 0.19.2",
|
|
"libc",
|
|
"objc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crc32fast"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-channel"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"crossbeam-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-deque"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"crossbeam-epoch",
|
|
"crossbeam-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-epoch"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ec0f606a85340376eef0d6d8fec399e6d4a544d648386c6645eb6d0653b27d9f"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"const_fn",
|
|
"crossbeam-utils",
|
|
"lazy_static",
|
|
"memoffset",
|
|
"scopeguard",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-utils"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ec91540d98355f690a86367e566ecad2e9e579f230230eb7c21398372be73ea5"
|
|
dependencies = [
|
|
"autocfg",
|
|
"cfg-if 1.0.0",
|
|
"const_fn",
|
|
"lazy_static",
|
|
]
|
|
|
|
[[package]]
|
|
name = "d3d12"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "091ed1b25fe47c7ff129fc440c23650b6114f36aa00bc7212cc8041879294428"
|
|
dependencies = [
|
|
"bitflags",
|
|
"libloading 0.7.0",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "darling"
|
|
version = "0.10.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
|
|
dependencies = [
|
|
"darling_core",
|
|
"darling_macro",
|
|
]
|
|
|
|
[[package]]
|
|
name = "darling_core"
|
|
version = "0.10.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
|
|
dependencies = [
|
|
"fnv",
|
|
"ident_case",
|
|
"proc-macro2",
|
|
"quote",
|
|
"strsim",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "darling_macro"
|
|
version = "0.10.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
|
|
dependencies = [
|
|
"darling_core",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "deflate"
|
|
version = "0.8.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174"
|
|
dependencies = [
|
|
"adler32",
|
|
"byteorder",
|
|
]
|
|
|
|
[[package]]
|
|
name = "derivative"
|
|
version = "2.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cb582b60359da160a9477ee80f15c8d784c477e69c217ef2cdd4169c24ea380f"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"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.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b11f15d1e3268f140f68d390637d5e76d849782d971ae7063e0da69fe9709a76"
|
|
dependencies = [
|
|
"libloading 0.6.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "downcast-rs"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
|
|
|
|
[[package]]
|
|
name = "either"
|
|
version = "1.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
|
|
|
|
[[package]]
|
|
name = "env_logger"
|
|
version = "0.8.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "17392a012ea30ef05a610aa97dfb49496e71c9f676b27879922ea5bdf60d9d3f"
|
|
dependencies = [
|
|
"atty",
|
|
"humantime",
|
|
"log",
|
|
"regex",
|
|
"termcolor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fixedbitset"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
|
|
|
|
[[package]]
|
|
name = "fnv"
|
|
version = "1.0.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
[[package]]
|
|
name = "foreign-types"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
dependencies = [
|
|
"foreign-types-shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "foreign-types-shared"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
[[package]]
|
|
name = "framework"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bytemuck",
|
|
"cgmath",
|
|
"env_logger",
|
|
"fs_extra",
|
|
"futures",
|
|
"glob",
|
|
"image",
|
|
"log",
|
|
"rayon",
|
|
"shaderc",
|
|
"thiserror",
|
|
"tobj 2.0.2",
|
|
"wgpu",
|
|
"wgpu-subscriber",
|
|
"winit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fs_extra"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"
|
|
|
|
[[package]]
|
|
name = "fuchsia-zircon"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
dependencies = [
|
|
"bitflags",
|
|
"fuchsia-zircon-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fuchsia-zircon-sys"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
|
|
|
[[package]]
|
|
name = "futures"
|
|
version = "0.3.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e05b85ec287aac0dc34db7d4a569323df697f9c55b99b15d6b4ef8cde49f613"
|
|
dependencies = [
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-executor",
|
|
"futures-io",
|
|
"futures-sink",
|
|
"futures-task",
|
|
"futures-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-channel"
|
|
version = "0.3.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f366ad74c28cca6ba456d95e6422883cfb4b252a83bed929c83abfdbbf2967d5"
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-sink",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-core"
|
|
version = "0.3.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "59f5fff90fd5d971f936ad674802482ba441b6f09ba5e15fd8b39145582ca399"
|
|
|
|
[[package]]
|
|
name = "futures-executor"
|
|
version = "0.3.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "10d6bb888be1153d3abeb9006b11b02cf5e9b209fda28693c31ae1e4e012e314"
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-task",
|
|
"futures-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-io"
|
|
version = "0.3.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "de27142b013a8e869c14957e6d2edeef89e97c289e69d042ee3a49acd8b51789"
|
|
|
|
[[package]]
|
|
name = "futures-macro"
|
|
version = "0.3.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d0b5a30a4328ab5473878237c447333c093297bded83a4983d10f4deea240d39"
|
|
dependencies = [
|
|
"proc-macro-hack",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-sink"
|
|
version = "0.3.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f2032893cb734c7a05d85ce0cc8b8c4075278e93b24b66f9de99d6eb0fa8acc"
|
|
|
|
[[package]]
|
|
name = "futures-task"
|
|
version = "0.3.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bdb66b5f09e22019b1ab0830f7785bcea8e7a42148683f99214f73f8ec21a626"
|
|
dependencies = [
|
|
"once_cell",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-util"
|
|
version = "0.3.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8764574ff08b701a084482c3c7031349104b07ac897393010494beaa18ce32c6"
|
|
dependencies = [
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-io",
|
|
"futures-macro",
|
|
"futures-sink",
|
|
"futures-task",
|
|
"memchr",
|
|
"pin-project",
|
|
"pin-utils",
|
|
"proc-macro-hack",
|
|
"proc-macro-nested",
|
|
"slab",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fxhash"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
|
dependencies = [
|
|
"byteorder",
|
|
]
|
|
|
|
[[package]]
|
|
name = "generator"
|
|
version = "0.6.23"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8cdc09201b2e8ca1b19290cf7e65de2246b8e91fb6874279722189c4de7b94dc"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
"log",
|
|
"rustc_version",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "getrandom"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"libc",
|
|
"wasi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gfx-auxil"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9ccf8711c9994dfa34337466bee3ae1462e172874c432ce4eb120ab2e98d39cf"
|
|
dependencies = [
|
|
"fxhash",
|
|
"gfx-hal",
|
|
"spirv_cross",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gfx-backend-dx11"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6f839f27f8c8a6dc553ccca7f5b35a42009432bc25db9688bba7061cd394161f"
|
|
dependencies = [
|
|
"arrayvec",
|
|
"bitflags",
|
|
"gfx-auxil",
|
|
"gfx-hal",
|
|
"libloading 0.7.0",
|
|
"log",
|
|
"parking_lot",
|
|
"range-alloc",
|
|
"raw-window-handle",
|
|
"smallvec",
|
|
"spirv_cross",
|
|
"thunderdome",
|
|
"winapi 0.3.9",
|
|
"wio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gfx-backend-dx12"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3937738b0da5839bba4e33980d29f9a06dbce184d04a3a08c9a949e7953700e3"
|
|
dependencies = [
|
|
"arrayvec",
|
|
"bit-set",
|
|
"bitflags",
|
|
"d3d12",
|
|
"gfx-auxil",
|
|
"gfx-hal",
|
|
"log",
|
|
"parking_lot",
|
|
"range-alloc",
|
|
"raw-window-handle",
|
|
"smallvec",
|
|
"spirv_cross",
|
|
"thunderdome",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gfx-backend-empty"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2ac55ada4bfcd35479b3421eea324d36d7da5f724e2f66ecb36d4efdb7041a5e"
|
|
dependencies = [
|
|
"gfx-hal",
|
|
"log",
|
|
"raw-window-handle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gfx-backend-gl"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0caa03d6e0b7b4f202aea1f20c3f3288cfa06d92d24cea9d69c9a7627967244a"
|
|
dependencies = [
|
|
"arrayvec",
|
|
"bitflags",
|
|
"fxhash",
|
|
"gfx-auxil",
|
|
"gfx-hal",
|
|
"glow",
|
|
"js-sys",
|
|
"khronos-egl",
|
|
"libloading 0.7.0",
|
|
"log",
|
|
"naga",
|
|
"parking_lot",
|
|
"raw-window-handle",
|
|
"spirv_cross",
|
|
"wasm-bindgen",
|
|
"web-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gfx-backend-metal"
|
|
version = "0.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "340895ad544ba46433acb3bdabece0ef16f2dbedc030adbd7c9eaf2839fbed41"
|
|
dependencies = [
|
|
"arrayvec",
|
|
"bitflags",
|
|
"block",
|
|
"cocoa-foundation",
|
|
"copyless",
|
|
"foreign-types",
|
|
"fxhash",
|
|
"gfx-auxil",
|
|
"gfx-hal",
|
|
"log",
|
|
"metal",
|
|
"naga",
|
|
"objc",
|
|
"parking_lot",
|
|
"profiling",
|
|
"range-alloc",
|
|
"raw-window-handle",
|
|
"spirv_cross",
|
|
"storage-map",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gfx-backend-vulkan"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a353fc6fdb42ec646de49bbb74e4870e37a7e680caf33f3ac0615c30b1146d94"
|
|
dependencies = [
|
|
"arrayvec",
|
|
"ash",
|
|
"byteorder",
|
|
"core-graphics-types",
|
|
"gfx-hal",
|
|
"inplace_it",
|
|
"log",
|
|
"naga",
|
|
"objc",
|
|
"parking_lot",
|
|
"raw-window-handle",
|
|
"smallvec",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gfx-hal"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6d285bfd566f6b9134af908446ca350c0a1047495dfb9bbd826e701e8ee1d259"
|
|
dependencies = [
|
|
"bitflags",
|
|
"naga",
|
|
"raw-window-handle",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gif"
|
|
version = "0.10.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "471d90201b3b223f3451cd4ad53e34295f16a1df17b1edf3736d47761c3981af"
|
|
dependencies = [
|
|
"color_quant",
|
|
"lzw",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gifs"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bytemuck",
|
|
"cgmath",
|
|
"env_logger",
|
|
"framework",
|
|
"fs_extra",
|
|
"futures",
|
|
"gif",
|
|
"glob",
|
|
"image",
|
|
"log",
|
|
"shaderc",
|
|
"tobj 2.0.2",
|
|
"wgpu",
|
|
"winit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glob"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
|
|
|
[[package]]
|
|
name = "glow"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4b80b98efaa8a34fce11d60dd2ce2760d5d83c373cbcc73bb87c2a3a84a54108"
|
|
dependencies = [
|
|
"js-sys",
|
|
"slotmap",
|
|
"wasm-bindgen",
|
|
"web-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gpu-alloc"
|
|
version = "0.4.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cbc1b6ca374e81862526786d9cb42357ce03706ed1b8761730caafd02ab91f3a"
|
|
dependencies = [
|
|
"bitflags",
|
|
"gpu-alloc-types",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gpu-alloc-types"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "54804d0d6bc9d7f26db4eaec1ad10def69b599315f487d32c334a80d1efe67a5"
|
|
dependencies = [
|
|
"bitflags",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gpu-descriptor"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d74668a6a6f0202e29f212a6d47ef8c7e092a76f4ab267b0065b6e0d175e45c6"
|
|
dependencies = [
|
|
"bitflags",
|
|
"gpu-descriptor-types",
|
|
"hashbrown",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gpu-descriptor-types"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "363e3677e55ad168fef68cf9de3a4a310b53124c5e784c53a1d70e92d23f2126"
|
|
dependencies = [
|
|
"bitflags",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hashbrown"
|
|
version = "0.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
|
|
dependencies = [
|
|
"ahash 0.4.7",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hermit-abi"
|
|
version = "0.1.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "humantime"
|
|
version = "2.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
[[package]]
|
|
name = "ident_case"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
[[package]]
|
|
name = "image"
|
|
version = "0.23.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a2397fc43bd5648b7117aabb3c5e62d0e62c194826ec77b0b4d0c41e62744635"
|
|
dependencies = [
|
|
"bytemuck",
|
|
"byteorder",
|
|
"gif",
|
|
"jpeg-decoder",
|
|
"num-iter",
|
|
"num-rational",
|
|
"num-traits",
|
|
"png",
|
|
"scoped_threadpool",
|
|
"tiff",
|
|
]
|
|
|
|
[[package]]
|
|
name = "indexmap"
|
|
version = "1.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b"
|
|
dependencies = [
|
|
"autocfg",
|
|
"hashbrown",
|
|
]
|
|
|
|
[[package]]
|
|
name = "inplace_it"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "90953f308a79fe6d62a4643e51f848fbfddcd05975a38e69fdf4ab86a7baf7ca"
|
|
|
|
[[package]]
|
|
name = "instant"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5b141fdc7836c525d4d594027d318c84161ca17aaf8113ab1f81ab93ae897485"
|
|
|
|
[[package]]
|
|
name = "iovec"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "itoa"
|
|
version = "0.4.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
|
|
|
|
[[package]]
|
|
name = "jni-sys"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
|
|
|
|
[[package]]
|
|
name = "jobserver"
|
|
version = "0.1.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jpeg-decoder"
|
|
version = "0.1.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cc797adac5f083b8ff0ca6f6294a999393d76e197c36488e2ef732c4715f6fa3"
|
|
dependencies = [
|
|
"byteorder",
|
|
"rayon",
|
|
]
|
|
|
|
[[package]]
|
|
name = "js-sys"
|
|
version = "0.3.51"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "83bdfbace3a0e81a4253f73b49e960b053e396a11012cbd49b9b74d6a2b67062"
|
|
dependencies = [
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "kernel32-sys"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
|
dependencies = [
|
|
"winapi 0.2.8",
|
|
"winapi-build",
|
|
]
|
|
|
|
[[package]]
|
|
name = "khronos-egl"
|
|
version = "4.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8c2352bd1d0bceb871cb9d40f24360c8133c11d7486b68b5381c1dd1a32015e3"
|
|
dependencies = [
|
|
"libc",
|
|
"libloading 0.7.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lazy_static"
|
|
version = "1.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
[[package]]
|
|
name = "lazycell"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.73"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bd7d4bd64732af4bf3a67f367c27df8520ad7e230c5817b8ff485864d80242b9"
|
|
|
|
[[package]]
|
|
name = "libloading"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2cadb8e769f070c45df05c78c7520eb4cd17061d4ab262e43cfc68b4d00ac71c"
|
|
dependencies = [
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libloading"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6f84d96438c15fcd6c3f244c8fce01d1e2b9c6b5623e9c711dc9286d8fc92d6a"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lock_api"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c"
|
|
dependencies = [
|
|
"scopeguard",
|
|
]
|
|
|
|
[[package]]
|
|
name = "log"
|
|
version = "0.4.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
]
|
|
|
|
[[package]]
|
|
name = "loom"
|
|
version = "0.3.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a0e8460f2f2121162705187214720353c517b97bdfb3494c0b1e33d83ebe4bed"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"generator",
|
|
"scoped-tls",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lzw"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7d947cbb889ed21c2a84be6ffbaebf5b4e0f4340638cba0444907e38b56be084"
|
|
|
|
[[package]]
|
|
name = "malloc_buf"
|
|
version = "0.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "matchers"
|
|
version = "0.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"
|
|
dependencies = [
|
|
"regex-automata",
|
|
]
|
|
|
|
[[package]]
|
|
name = "maybe-uninit"
|
|
version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
|
|
|
|
[[package]]
|
|
name = "memchr"
|
|
version = "2.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
|
|
|
|
[[package]]
|
|
name = "memmap"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
|
|
dependencies = [
|
|
"libc",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memoffset"
|
|
version = "0.5.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f"
|
|
dependencies = [
|
|
"autocfg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "metal"
|
|
version = "0.22.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1c12e48c737ee9a55e8bb2352bcde588f79ae308d3529ee888f7cc0f469b5777"
|
|
dependencies = [
|
|
"bitflags",
|
|
"block",
|
|
"cocoa-foundation",
|
|
"foreign-types",
|
|
"log",
|
|
"objc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miniz_oxide"
|
|
version = "0.3.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
|
|
dependencies = [
|
|
"adler32",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mio"
|
|
version = "0.6.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"fuchsia-zircon",
|
|
"fuchsia-zircon-sys",
|
|
"iovec",
|
|
"kernel32-sys",
|
|
"libc",
|
|
"log",
|
|
"miow",
|
|
"net2",
|
|
"slab",
|
|
"winapi 0.2.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mio-extras"
|
|
version = "2.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
|
|
dependencies = [
|
|
"lazycell",
|
|
"log",
|
|
"mio",
|
|
"slab",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miow"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
|
|
dependencies = [
|
|
"kernel32-sys",
|
|
"net2",
|
|
"winapi 0.2.8",
|
|
"ws2_32-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "naga"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f470a97eafcdd0dbea43d5e1a8ef3557aa31f49ba643d9430dbbf911c162b24c"
|
|
dependencies = [
|
|
"bit-set",
|
|
"bitflags",
|
|
"codespan-reporting",
|
|
"fxhash",
|
|
"log",
|
|
"num-traits",
|
|
"petgraph",
|
|
"spirv_headers",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ndk"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5eb167c1febed0a496639034d0c76b3b74263636045db5489eee52143c246e73"
|
|
dependencies = [
|
|
"jni-sys",
|
|
"ndk-sys",
|
|
"num_enum",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ndk-glue"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bdf399b8b7a39c6fb153c4ec32c72fd5fe789df24a647f229c239aa7adb15241"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"libc",
|
|
"log",
|
|
"ndk",
|
|
"ndk-macro",
|
|
"ndk-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ndk-macro"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "05d1c6307dc424d0f65b9b06e94f88248e6305726b14729fd67a5e47b2dc481d"
|
|
dependencies = [
|
|
"darling",
|
|
"proc-macro-crate",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ndk-sys"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c44922cb3dbb1c70b5e5f443d63b64363a898564d739ba5198e3a9138442868d"
|
|
|
|
[[package]]
|
|
name = "net2"
|
|
version = "0.2.34"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"libc",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nix"
|
|
version = "0.18.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "83450fe6a6142ddd95fb064b746083fc4ef1705fe81f64a64e1d4b39f54a1055"
|
|
dependencies = [
|
|
"bitflags",
|
|
"cc",
|
|
"cfg-if 0.1.10",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nom"
|
|
version = "5.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
|
|
dependencies = [
|
|
"memchr",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-integer"
|
|
version = "0.1.43"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
|
|
dependencies = [
|
|
"autocfg",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-iter"
|
|
version = "0.1.41"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7a6e6b7c748f995c4c29c5f5ae0248536e04a5739927c74ec0fa564805094b9f"
|
|
dependencies = [
|
|
"autocfg",
|
|
"num-integer",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-rational"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a5b4d7360f362cfb50dde8143501e6940b22f644be75a4cc90b2d81968908138"
|
|
dependencies = [
|
|
"autocfg",
|
|
"num-integer",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-traits"
|
|
version = "0.2.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
|
|
dependencies = [
|
|
"autocfg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num_cpus"
|
|
version = "1.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
|
dependencies = [
|
|
"hermit-abi",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num_enum"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ca565a7df06f3d4b485494f25ba05da1435950f4dc263440eda7a6fa9b8e36e4"
|
|
dependencies = [
|
|
"derivative",
|
|
"num_enum_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num_enum_derive"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ffa5a33ddddfee04c0283a7653987d634e880347e96b5b2ed64de07efb59db9d"
|
|
dependencies = [
|
|
"proc-macro-crate",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "objc"
|
|
version = "0.2.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
|
|
dependencies = [
|
|
"malloc_buf",
|
|
"objc_exception",
|
|
]
|
|
|
|
[[package]]
|
|
name = "objc_exception"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
|
|
dependencies = [
|
|
"cc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "once_cell"
|
|
version = "1.7.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
|
|
|
|
[[package]]
|
|
name = "owned_ttf_parser"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9f923fb806c46266c02ab4a5b239735c144bdeda724a50ed058e5226f594cde3"
|
|
dependencies = [
|
|
"ttf-parser",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking_lot"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a4893845fa2ca272e647da5d0e46660a314ead9c2fdd9a883aabc32e481a8733"
|
|
dependencies = [
|
|
"instant",
|
|
"lock_api",
|
|
"parking_lot_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking_lot_core"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"cloudabi",
|
|
"instant",
|
|
"libc",
|
|
"redox_syscall",
|
|
"smallvec",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "percent-encoding"
|
|
version = "2.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|
|
|
[[package]]
|
|
name = "petgraph"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
|
|
dependencies = [
|
|
"fixedbitset",
|
|
"indexmap",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project"
|
|
version = "0.4.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "12e3a6cdbfe94a5e4572812a0201f8c0ed98c1c452c7b8563ce2276988ef9c17"
|
|
dependencies = [
|
|
"pin-project-internal",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project-internal"
|
|
version = "0.4.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6a0ffd45cf79d88737d7cc85bfd5d2894bee1139b356e616fe85dc389c61aaf7"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-utils"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
[[package]]
|
|
name = "pkg-config"
|
|
version = "0.3.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
|
|
|
|
[[package]]
|
|
name = "png"
|
|
version = "0.16.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dfe7f9f1c730833200b134370e1d5098964231af8450bce9b78ee3ab5278b970"
|
|
dependencies = [
|
|
"bitflags",
|
|
"crc32fast",
|
|
"deflate",
|
|
"miniz_oxide",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-crate"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
|
|
dependencies = [
|
|
"toml",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-hack"
|
|
version = "0.5.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7e0456befd48169b9f13ef0f0ad46d492cf9d2dbb918bcf38e01eed4ce3ec5e4"
|
|
|
|
[[package]]
|
|
name = "proc-macro-nested"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"
|
|
|
|
[[package]]
|
|
name = "proc-macro2"
|
|
version = "1.0.27"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038"
|
|
dependencies = [
|
|
"unicode-xid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "profiling"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c3a66d5e88679f2720126c11ee29da07a08f094eac52306b066edd7d393752d6"
|
|
|
|
[[package]]
|
|
name = "quote"
|
|
version = "1.0.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "range-alloc"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a871f1e45a3a3f0c73fb60343c811238bb5143a81642e27c2ac7aac27ff01a63"
|
|
|
|
[[package]]
|
|
name = "raw-window-handle"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0a441a7a6c80ad6473bd4b74ec1c9a4c951794285bf941c2126f607c72e48211"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rayon"
|
|
version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674"
|
|
dependencies = [
|
|
"autocfg",
|
|
"crossbeam-deque",
|
|
"either",
|
|
"rayon-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rayon-core"
|
|
version = "1.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a"
|
|
dependencies = [
|
|
"crossbeam-channel",
|
|
"crossbeam-deque",
|
|
"crossbeam-utils",
|
|
"lazy_static",
|
|
"num_cpus",
|
|
]
|
|
|
|
[[package]]
|
|
name = "redox_syscall"
|
|
version = "0.1.57"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
|
|
|
[[package]]
|
|
name = "regex"
|
|
version = "1.3.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
|
|
dependencies = [
|
|
"aho-corasick",
|
|
"memchr",
|
|
"regex-syntax",
|
|
"thread_local",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex-automata"
|
|
version = "0.1.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
|
|
dependencies = [
|
|
"byteorder",
|
|
"regex-syntax",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex-syntax"
|
|
version = "0.6.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
|
|
|
|
[[package]]
|
|
name = "ron"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f8a58080b7bb83b2ea28c3b7a9a994fd5e310330b7c8ca5258d99b98128ecfe4"
|
|
dependencies = [
|
|
"base64",
|
|
"bitflags",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_version"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
dependencies = [
|
|
"semver",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rusttype"
|
|
version = "0.9.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dc7c727aded0be18c5b80c1640eae0ac8e396abf6fa8477d96cb37d18ee5ec59"
|
|
dependencies = [
|
|
"ab_glyph_rasterizer",
|
|
"owned_ttf_parser",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ryu"
|
|
version = "1.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
|
|
|
[[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.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
|
|
|
|
[[package]]
|
|
name = "scoped_threadpool"
|
|
version = "0.1.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
|
|
|
|
[[package]]
|
|
name = "scopeguard"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
[[package]]
|
|
name = "semver"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
dependencies = [
|
|
"semver-parser",
|
|
]
|
|
|
|
[[package]]
|
|
name = "semver-parser"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
|
[[package]]
|
|
name = "serde"
|
|
version = "1.0.114"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5317f7588f0a5078ee60ef675ef96735a1442132dc645eb1d12c018620ed8cd3"
|
|
dependencies = [
|
|
"serde_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_derive"
|
|
version = "1.0.114"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2a0be94b04690fbaed37cddffc5c134bf537c8e3329d53e982fe04c374978f8e"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_json"
|
|
version = "1.0.59"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dcac07dbffa1c65e7f816ab9eba78eb142c6d44410f4eeba1e26e4f5dfa56b95"
|
|
dependencies = [
|
|
"itoa",
|
|
"ryu",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "shaderc"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "03f0cb8d1f8667fc9c50d5054be830a117af5f9a15f87c66b72bbca0c2fca484"
|
|
dependencies = [
|
|
"libc",
|
|
"shaderc-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "shaderc-sys"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c89175f80244b82f882033a81bd188f87307c4c39b2fe8d0f194314f270bdea9"
|
|
dependencies = [
|
|
"cmake",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sharded-slab"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7b4921be914e16899a80adefb821f8ddb7974e3f1250223575a44ed994882127"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"loom",
|
|
]
|
|
|
|
[[package]]
|
|
name = "slab"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
|
|
|
|
[[package]]
|
|
name = "slotmap"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c46a3482db8f247956e464d783693ece164ca056e6e67563ee5505bdb86452cd"
|
|
|
|
[[package]]
|
|
name = "smallvec"
|
|
version = "1.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3757cb9d89161a2f24e1cf78efa0c1fcff485d18e3f55e0aa3480824ddaa0f3f"
|
|
|
|
[[package]]
|
|
name = "smithay-client-toolkit"
|
|
version = "0.12.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2ec5c077def8af49f9b5aeeb5fcf8079c638c6615c3a8f9305e2dea601de57f7"
|
|
dependencies = [
|
|
"andrew",
|
|
"bitflags",
|
|
"byteorder",
|
|
"calloop",
|
|
"dlib",
|
|
"lazy_static",
|
|
"log",
|
|
"memmap",
|
|
"nix",
|
|
"wayland-client",
|
|
"wayland-cursor",
|
|
"wayland-protocols",
|
|
]
|
|
|
|
[[package]]
|
|
name = "spirv_cross"
|
|
version = "0.23.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "06db6bd7b6518f761593783e2896eefe55e90455efc5f44511078ce0426ed418"
|
|
dependencies = [
|
|
"cc",
|
|
"js-sys",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "spirv_headers"
|
|
version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1f5b132530b1ac069df335577e3581765995cba5a13995cdbbdbc8fb057c532c"
|
|
dependencies = [
|
|
"bitflags",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "storage-map"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "418bb14643aa55a7841d5303f72cf512cfb323b8cc221d51580500a1ca75206c"
|
|
dependencies = [
|
|
"lock_api",
|
|
]
|
|
|
|
[[package]]
|
|
name = "strsim"
|
|
version = "0.9.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
|
|
|
|
[[package]]
|
|
name = "syn"
|
|
version = "1.0.72"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"unicode-xid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "termcolor"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
|
|
dependencies = [
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thiserror"
|
|
version = "1.0.23"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "76cc616c6abf8c8928e2fdcc0dbfab37175edd8fb49a4641066ad1364fdab146"
|
|
dependencies = [
|
|
"thiserror-impl",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thiserror-impl"
|
|
version = "1.0.23"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9be73a2caec27583d0046ef3796c3794f868a5bc813db689eed00c7631275cd1"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thread-id"
|
|
version = "3.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c7fbf4c9d56b320106cd64fd024dadfa0be7cb4706725fc44a7d7ce952d820c1"
|
|
dependencies = [
|
|
"libc",
|
|
"redox_syscall",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thread_local"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
|
|
dependencies = [
|
|
"lazy_static",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thunderdome"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "87b4947742c93ece24a0032141d9caa3d853752e694a57e35029dd2bd08673e0"
|
|
|
|
[[package]]
|
|
name = "tiff"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f3b8a87c4da944c3f27e5943289171ac71a6150a79ff6bacfff06d159dfff2f"
|
|
dependencies = [
|
|
"byteorder",
|
|
"lzw",
|
|
"miniz_oxide",
|
|
]
|
|
|
|
[[package]]
|
|
name = "time"
|
|
version = "0.1.44"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
|
|
dependencies = [
|
|
"libc",
|
|
"wasi",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tobj"
|
|
version = "2.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6172100cd5b17cdd085c94f261e31101ca31886c86a2337a6687dac6d2fb3cf1"
|
|
|
|
[[package]]
|
|
name = "tobj"
|
|
version = "3.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8985733c6a9b851f289747c1c3ee7a962a642787e248a97b6e04185d8d536d70"
|
|
dependencies = [
|
|
"ahash 0.7.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml"
|
|
version = "0.5.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing"
|
|
version = "0.1.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6d79ca061b032d6ce30c660fded31189ca0b9922bf483cd70759f13a2d86786c"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"tracing-attributes",
|
|
"tracing-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-attributes"
|
|
version = "0.1.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "80e0ccfc3378da0cce270c946b676a376943f5cd16aeba64568e7939806f4ada"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-core"
|
|
version = "0.1.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f"
|
|
dependencies = [
|
|
"lazy_static",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-log"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5e0f8c7178e13481ff6765bd169b33e8d554c5d2bbede5e32c356194be02b9b9"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"log",
|
|
"tracing-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-serde"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fb65ea441fbb84f9f6748fd496cf7f63ec9af5bca94dd86456978d055e8eb28b"
|
|
dependencies = [
|
|
"serde",
|
|
"tracing-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-subscriber"
|
|
version = "0.2.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a1fa8f0c8f4c594e4fc9debc1990deab13238077271ba84dd853d54902ee3401"
|
|
dependencies = [
|
|
"ansi_term",
|
|
"chrono",
|
|
"lazy_static",
|
|
"matchers",
|
|
"regex",
|
|
"serde",
|
|
"serde_json",
|
|
"sharded-slab",
|
|
"smallvec",
|
|
"thread_local",
|
|
"tracing",
|
|
"tracing-core",
|
|
"tracing-log",
|
|
"tracing-serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ttf-parser"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3e5d7cd7ab3e47dda6e56542f4bbf3824c15234958c6e1bd6aaa347e93499fdc"
|
|
|
|
[[package]]
|
|
name = "tutorial1-window"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"cgmath",
|
|
"env_logger",
|
|
"futures",
|
|
"image",
|
|
"log",
|
|
"wgpu",
|
|
"winit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tutorial10-lighting"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bytemuck",
|
|
"cgmath",
|
|
"env_logger",
|
|
"fs_extra",
|
|
"futures",
|
|
"glob",
|
|
"image",
|
|
"log",
|
|
"tobj 3.0.1",
|
|
"wgpu",
|
|
"winit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tutorial11-normals"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bytemuck",
|
|
"cgmath",
|
|
"env_logger",
|
|
"fs_extra",
|
|
"futures",
|
|
"glob",
|
|
"image",
|
|
"log",
|
|
"tobj 3.0.1",
|
|
"wgpu",
|
|
"winit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tutorial12-camera"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bytemuck",
|
|
"cgmath",
|
|
"env_logger",
|
|
"fs_extra",
|
|
"futures",
|
|
"glob",
|
|
"image",
|
|
"log",
|
|
"tobj 3.0.1",
|
|
"wgpu",
|
|
"winit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tutorial13-threading"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bytemuck",
|
|
"cgmath",
|
|
"env_logger",
|
|
"fs_extra",
|
|
"futures",
|
|
"glob",
|
|
"image",
|
|
"log",
|
|
"rayon",
|
|
"tobj 2.0.2",
|
|
"wgpu",
|
|
"winit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tutorial2-swapchain"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"cgmath",
|
|
"env_logger",
|
|
"futures",
|
|
"image",
|
|
"log",
|
|
"wgpu",
|
|
"winit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tutorial3-pipeline"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"cgmath",
|
|
"env_logger",
|
|
"fs_extra",
|
|
"futures",
|
|
"glob",
|
|
"image",
|
|
"log",
|
|
"wgpu",
|
|
"winit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tutorial4-buffer"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bytemuck",
|
|
"cgmath",
|
|
"env_logger",
|
|
"fs_extra",
|
|
"futures",
|
|
"glob",
|
|
"image",
|
|
"log",
|
|
"wgpu",
|
|
"winit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tutorial5-textures"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bytemuck",
|
|
"cgmath",
|
|
"env_logger",
|
|
"fs_extra",
|
|
"futures",
|
|
"glob",
|
|
"image",
|
|
"log",
|
|
"wgpu",
|
|
"winit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tutorial6-uniforms"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bytemuck",
|
|
"cgmath",
|
|
"env_logger",
|
|
"fs_extra",
|
|
"futures",
|
|
"glob",
|
|
"image",
|
|
"log",
|
|
"wgpu",
|
|
"winit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tutorial7-instancing"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bytemuck",
|
|
"cgmath",
|
|
"env_logger",
|
|
"fs_extra",
|
|
"futures",
|
|
"glob",
|
|
"image",
|
|
"log",
|
|
"wgpu",
|
|
"winit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tutorial8-depth"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bytemuck",
|
|
"cgmath",
|
|
"env_logger",
|
|
"fs_extra",
|
|
"futures",
|
|
"glob",
|
|
"image",
|
|
"log",
|
|
"wgpu",
|
|
"winit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tutorial9-models"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bytemuck",
|
|
"cgmath",
|
|
"env_logger",
|
|
"fs_extra",
|
|
"futures",
|
|
"glob",
|
|
"image",
|
|
"log",
|
|
"tobj 3.0.1",
|
|
"wgpu",
|
|
"winit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicode-width"
|
|
version = "0.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
|
|
|
|
[[package]]
|
|
name = "unicode-xid"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
|
|
|
|
[[package]]
|
|
name = "version_check"
|
|
version = "0.9.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
|
|
|
|
[[package]]
|
|
name = "walkdir"
|
|
version = "2.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
|
|
dependencies = [
|
|
"same-file",
|
|
"winapi 0.3.9",
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasi"
|
|
version = "0.10.0+wasi-snapshot-preview1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen"
|
|
version = "0.2.74"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d54ee1d4ed486f78874278e63e4069fc1ab9f6a18ca492076ffb90c5eb2997fd"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"wasm-bindgen-macro",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-backend"
|
|
version = "0.2.74"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3b33f6a0694ccfea53d94db8b2ed1c3a8a4c86dd936b13b9f0a15ec4a451b900"
|
|
dependencies = [
|
|
"bumpalo",
|
|
"lazy_static",
|
|
"log",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
"wasm-bindgen-shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-futures"
|
|
version = "0.4.24"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5fba7978c679d53ce2d0ac80c8c175840feb849a161664365d1287b41f2e67f1"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"js-sys",
|
|
"wasm-bindgen",
|
|
"web-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-macro"
|
|
version = "0.2.74"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "088169ca61430fe1e58b8096c24975251700e7b1f6fd91cc9d59b04fb9b18bd4"
|
|
dependencies = [
|
|
"quote",
|
|
"wasm-bindgen-macro-support",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-macro-support"
|
|
version = "0.2.74"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "be2241542ff3d9f241f5e2cb6dd09b37efe786df8851c54957683a49f0987a97"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
"wasm-bindgen-backend",
|
|
"wasm-bindgen-shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-shared"
|
|
version = "0.2.74"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d7cff876b8f18eed75a66cf49b65e7f967cb354a7aa16003fb55dbfd25b44b4f"
|
|
|
|
[[package]]
|
|
name = "wayland-client"
|
|
version = "0.28.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "222b227f47871e47d657c1c5e5360b4af9a877aa9c892716787be1c192c78c42"
|
|
dependencies = [
|
|
"bitflags",
|
|
"downcast-rs",
|
|
"libc",
|
|
"nix",
|
|
"scoped-tls",
|
|
"wayland-commons",
|
|
"wayland-scanner",
|
|
"wayland-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wayland-commons"
|
|
version = "0.28.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "230b3ffeda101f877ff8ecb8573f5d26e7beb345b197807c4df34ec06879a3e6"
|
|
dependencies = [
|
|
"nix",
|
|
"once_cell",
|
|
"smallvec",
|
|
"wayland-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wayland-cursor"
|
|
version = "0.28.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0aad1b4301cdccfb5f64056a4736e8155a5f4734bac41fdbca80b1fdbe1ab3e1"
|
|
dependencies = [
|
|
"nix",
|
|
"wayland-client",
|
|
"xcursor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wayland-protocols"
|
|
version = "0.28.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dc16a9db803cae58b45f9a84a6cf364434cc49a95c8b1ef98ffeb467d228bdc9"
|
|
dependencies = [
|
|
"bitflags",
|
|
"wayland-client",
|
|
"wayland-commons",
|
|
"wayland-scanner",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wayland-scanner"
|
|
version = "0.28.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5ee5bd43a1d746efc486515fec561e47205f328b74802b959f10f5500f7e56cc"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"xml-rs",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wayland-sys"
|
|
version = "0.28.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0814adbecc7ea97869971e1d1c1b657e31863dda6fd768f119ad3dc408a01e58"
|
|
dependencies = [
|
|
"dlib",
|
|
"lazy_static",
|
|
"pkg-config",
|
|
]
|
|
|
|
[[package]]
|
|
name = "web-sys"
|
|
version = "0.3.50"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a905d57e488fec8861446d3393670fb50d27a262344013181c2cdf9fff5481be"
|
|
dependencies = [
|
|
"js-sys",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wgpu"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "215fd50e66f794bd16683e7e0e0b9b53be265eb10fdf02276caf5de3e5743fcf"
|
|
dependencies = [
|
|
"arrayvec",
|
|
"js-sys",
|
|
"log",
|
|
"naga",
|
|
"parking_lot",
|
|
"raw-window-handle",
|
|
"serde",
|
|
"smallvec",
|
|
"wasm-bindgen",
|
|
"wasm-bindgen-futures",
|
|
"web-sys",
|
|
"wgpu-core",
|
|
"wgpu-types",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wgpu-core"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d56c368fc0e6f3927c711d2b55a51ad4321218efc0239c4acf69e456ab70399"
|
|
dependencies = [
|
|
"arrayvec",
|
|
"bitflags",
|
|
"cfg_aliases",
|
|
"copyless",
|
|
"fxhash",
|
|
"gfx-backend-dx11",
|
|
"gfx-backend-dx12",
|
|
"gfx-backend-empty",
|
|
"gfx-backend-gl",
|
|
"gfx-backend-metal",
|
|
"gfx-backend-vulkan",
|
|
"gfx-hal",
|
|
"gpu-alloc",
|
|
"gpu-descriptor",
|
|
"log",
|
|
"naga",
|
|
"parking_lot",
|
|
"profiling",
|
|
"raw-window-handle",
|
|
"ron",
|
|
"serde",
|
|
"smallvec",
|
|
"thiserror",
|
|
"wgpu-types",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wgpu-subscriber"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "91955b0d6480d86e577bbd0b0d1dd5acd0699c054610dc8673c4c3366295ed27"
|
|
dependencies = [
|
|
"parking_lot",
|
|
"thread-id",
|
|
"tracing",
|
|
"tracing-log",
|
|
"tracing-subscriber",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wgpu-types"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aa248d90c8e6832269b8955bf800e8241f942c25e18a235b7752226804d21556"
|
|
dependencies = [
|
|
"bitflags",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winapi"
|
|
version = "0.2.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
|
|
|
[[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-build"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
|
|
|
[[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"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
dependencies = [
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
[[package]]
|
|
name = "windowless"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"cgmath",
|
|
"futures",
|
|
"image",
|
|
"raw-window-handle",
|
|
"shaderc",
|
|
"wgpu",
|
|
"winit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winit"
|
|
version = "0.24.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "da4eda6fce0eb84bd0a33e3c8794eb902e1033d0a1d5a31bc4f19b1b4bbff597"
|
|
dependencies = [
|
|
"bitflags",
|
|
"cocoa",
|
|
"core-foundation 0.9.0",
|
|
"core-graphics 0.22.1",
|
|
"core-video-sys",
|
|
"dispatch",
|
|
"instant",
|
|
"lazy_static",
|
|
"libc",
|
|
"log",
|
|
"mio",
|
|
"mio-extras",
|
|
"ndk",
|
|
"ndk-glue",
|
|
"ndk-sys",
|
|
"objc",
|
|
"parking_lot",
|
|
"percent-encoding",
|
|
"raw-window-handle",
|
|
"smithay-client-toolkit",
|
|
"wayland-client",
|
|
"winapi 0.3.9",
|
|
"x11-dl",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wio"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
|
|
dependencies = [
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ws2_32-sys"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
|
dependencies = [
|
|
"winapi 0.2.8",
|
|
"winapi-build",
|
|
]
|
|
|
|
[[package]]
|
|
name = "x11-dl"
|
|
version = "2.18.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2bf981e3a5b3301209754218f962052d4d9ee97e478f4d26d4a6eced34c1fef8"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"libc",
|
|
"maybe-uninit",
|
|
"pkg-config",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xcursor"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d3a481cfdefd35e1c50073ae33a8000d695c98039544659f5dc5dd71311b0d01"
|
|
dependencies = [
|
|
"nom",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xdg"
|
|
version = "2.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d089681aa106a86fade1b0128fb5daf07d5867a509ab036d99988dec80429a57"
|
|
|
|
[[package]]
|
|
name = "xml-rs"
|
|
version = "0.8.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b07db065a5cf61a7e4ba64f29e67db906fb1787316516c4e6e5ff0fea1efcd8a"
|