3550 lines
83 KiB
Plaintext
3550 lines
83 KiB
Plaintext
|
# This file is automatically @generated by Cargo.
|
||
|
# It is not intended for manual editing.
|
||
|
version = 3
|
||
|
|
||
|
[[package]]
|
||
|
name = "ab_glyph"
|
||
|
version = "0.2.13"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "61caed9aec6daeee1ea38ccf5fb225e4f96c1eeead1b4a5c267324a63cf02326"
|
||
|
dependencies = [
|
||
|
"ab_glyph_rasterizer",
|
||
|
"owned_ttf_parser",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ab_glyph_rasterizer"
|
||
|
version = "0.1.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a13739d7177fbd22bb0ed28badfff9f372f8bef46c863db4e1c6248f6b223b6e"
|
||
|
|
||
|
[[package]]
|
||
|
name = "adler32"
|
||
|
version = "1.2.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
|
||
|
|
||
|
[[package]]
|
||
|
name = "ahash"
|
||
|
version = "0.7.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
||
|
dependencies = [
|
||
|
"getrandom",
|
||
|
"once_cell",
|
||
|
"version_check",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "aho-corasick"
|
||
|
version = "0.7.18"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
||
|
dependencies = [
|
||
|
"memchr",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "alsa"
|
||
|
version = "0.5.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "75c4da790adcb2ce5e758c064b4f3ec17a30349f9961d3e5e6c9688b052a9e18"
|
||
|
dependencies = [
|
||
|
"alsa-sys",
|
||
|
"bitflags",
|
||
|
"libc",
|
||
|
"nix 0.20.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "alsa-sys"
|
||
|
version = "0.3.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
|
||
|
dependencies = [
|
||
|
"libc",
|
||
|
"pkg-config",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "android_log-sys"
|
||
|
version = "0.2.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "85965b6739a430150bdd138e2374a98af0c3ee0d030b3bb7fc3bddff58d0102e"
|
||
|
|
||
|
[[package]]
|
||
|
name = "android_logger"
|
||
|
version = "0.10.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d9ed09b18365ed295d722d0b5ed59c01b79a826ff2d2a8f73d5ecca8e6fb2f66"
|
||
|
dependencies = [
|
||
|
"android_log-sys",
|
||
|
"env_logger",
|
||
|
"lazy_static",
|
||
|
"log",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ansi_term"
|
||
|
version = "0.12.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
||
|
dependencies = [
|
||
|
"winapi",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "anyhow"
|
||
|
version = "1.0.52"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "84450d0b4a8bd1ba4144ce8ce718fbc5d071358b1e5384bace6536b3d1f2d5b3"
|
||
|
|
||
|
[[package]]
|
||
|
name = "approx"
|
||
|
version = "0.5.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "072df7202e63b127ab55acfe16ce97013d5b97bf160489336d3f1840fd78e99e"
|
||
|
dependencies = [
|
||
|
"num-traits",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "arrayvec"
|
||
|
version = "0.7.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
|
||
|
|
||
|
[[package]]
|
||
|
name = "ash"
|
||
|
version = "0.34.0+1.2.203"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b0f780da53d0063880d45554306489f09dd8d1bda47688b4a57bc579119356df"
|
||
|
dependencies = [
|
||
|
"libloading",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "async-channel"
|
||
|
version = "1.6.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
|
||
|
dependencies = [
|
||
|
"concurrent-queue",
|
||
|
"event-listener",
|
||
|
"futures-core",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "async-executor"
|
||
|
version = "1.4.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"
|
||
|
dependencies = [
|
||
|
"async-task",
|
||
|
"concurrent-queue",
|
||
|
"fastrand",
|
||
|
"futures-lite",
|
||
|
"once_cell",
|
||
|
"slab",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "async-task"
|
||
|
version = "4.0.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0"
|
||
|
|
||
|
[[package]]
|
||
|
name = "autocfg"
|
||
|
version = "1.0.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
||
|
|
||
|
[[package]]
|
||
|
name = "base-x"
|
||
|
version = "0.2.8"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"
|
||
|
|
||
|
[[package]]
|
||
|
name = "base64"
|
||
|
version = "0.13.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
||
|
|
||
|
[[package]]
|
||
|
name = "bevy"
|
||
|
version = "0.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b77ad2987710ed960746c43813ad8c103db5c4c090f5cbc9c32c0a90a91bc599"
|
||
|
dependencies = [
|
||
|
"bevy_internal",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bevy-crevice-derive"
|
||
|
version = "0.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d4cf594c9277eb1e426f45a00eaf70aa9ffdf479268d7e4538270263811e20bc"
|
||
|
dependencies = [
|
||
|
"bevy_macro_utils",
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bevy_app"
|
||
|
version = "0.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "58fe3d3f4140fb11cd294f43be7cb66a5783d9277ba0270743e2860e32b25ab5"
|
||
|
dependencies = [
|
||
|
"bevy_derive",
|
||
|
"bevy_ecs",
|
||
|
"bevy_reflect",
|
||
|
"bevy_utils",
|
||
|
"wasm-bindgen",
|
||
|
"web-sys",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bevy_asset"
|
||
|
version = "0.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "eb68a0259e2f857a32c4f05eb9b9447db1072297c61864ad07d02fea1838bde9"
|
||
|
dependencies = [
|
||
|
"anyhow",
|
||
|
"bevy_app",
|
||
|
"bevy_diagnostic",
|
||
|
"bevy_ecs",
|
||
|
"bevy_log",
|
||
|
"bevy_reflect",
|
||
|
"bevy_tasks",
|
||
|
"bevy_utils",
|
||
|
"crossbeam-channel",
|
||
|
"downcast-rs",
|
||
|
"js-sys",
|
||
|
"ndk-glue 0.5.0",
|
||
|
"notify",
|
||
|
"parking_lot",
|
||
|
"rand",
|
||
|
"serde",
|
||
|
"thiserror",
|
||
|
"wasm-bindgen",
|
||
|
"wasm-bindgen-futures",
|
||
|
"web-sys",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bevy_audio"
|
||
|
version = "0.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0291276cf0dd1dbbf3393112d0e0276e4110f633965542123b830d8dae44fff3"
|
||
|
dependencies = [
|
||
|
"anyhow",
|
||
|
"bevy_app",
|
||
|
"bevy_asset",
|
||
|
"bevy_ecs",
|
||
|
"bevy_reflect",
|
||
|
"bevy_utils",
|
||
|
"parking_lot",
|
||
|
"rodio",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bevy_core"
|
||
|
version = "0.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1c156430a5312c04a1b25fa434eeeab6349a41c6bb96ea0385406d53b3c43658"
|
||
|
dependencies = [
|
||
|
"bevy_app",
|
||
|
"bevy_derive",
|
||
|
"bevy_ecs",
|
||
|
"bevy_math",
|
||
|
"bevy_reflect",
|
||
|
"bevy_tasks",
|
||
|
"bevy_utils",
|
||
|
"bytemuck",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bevy_core_pipeline"
|
||
|
version = "0.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5b422dca94195c904964ab21bc4557fbd11f692c299d46e38364715ac931841e"
|
||
|
dependencies = [
|
||
|
"bevy_app",
|
||
|
"bevy_asset",
|
||
|
"bevy_core",
|
||
|
"bevy_ecs",
|
||
|
"bevy_render",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bevy_crevice"
|
||
|
version = "0.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "06d3eeb3237df793e8e01a110ee71824eacd15421821f9b175f3bafca864614c"
|
||
|
dependencies = [
|
||
|
"bevy-crevice-derive",
|
||
|
"bytemuck",
|
||
|
"glam",
|
||
|
"mint",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bevy_derive"
|
||
|
version = "0.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "918dc0dff01e8b4e8f989db89d74fd4042810ea80a70642d0459b3c265995e59"
|
||
|
dependencies = [
|
||
|
"bevy_macro_utils",
|
||
|
"quote",
|
||
|
"syn",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bevy_diagnostic"
|
||
|
version = "0.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "adbe98f48873d4b20f6479723de18d957f4bc00c653efd36c245e6a66d6e8b71"
|
||
|
dependencies = [
|
||
|
"bevy_app",
|
||
|
"bevy_core",
|
||
|
"bevy_ecs",
|
||
|
"bevy_log",
|
||
|
"bevy_utils",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bevy_ecs"
|
||
|
version = "0.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6b182092396e6c2caf5ab30d738511fcd382628aa86ef35878d28fabb325c933"
|
||
|
dependencies = [
|
||
|
"async-channel",
|
||
|
"bevy_ecs_macros",
|
||
|
"bevy_reflect",
|
||
|
"bevy_tasks",
|
||
|
"bevy_utils",
|
||
|
"downcast-rs",
|
||
|
"fixedbitset",
|
||
|
"fxhash",
|
||
|
"serde",
|
||
|
"thiserror",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bevy_ecs_macros"
|
||
|
version = "0.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c7e9e664b3ea45cfc9ab3251ee0255dfa6410f675b3a405e7bac8e59b2d76aa9"
|
||
|
dependencies = [
|
||
|
"bevy_macro_utils",
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bevy_gilrs"
|
||
|
version = "0.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b457f720b1c54ede34afd6007beae3708503c0dd7a4ab4b416e36cb8bbd05ac1"
|
||
|
dependencies = [
|
||
|
"bevy_app",
|
||
|
"bevy_ecs",
|
||
|
"bevy_input",
|
||
|
"bevy_utils",
|
||
|
"gilrs",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bevy_gltf"
|
||
|
version = "0.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "34e4711f4f77542dccd59eec249c98f02e34e28a25ee079c14cd351061d08e5c"
|
||
|
dependencies = [
|
||
|
"anyhow",
|
||
|
"base64",
|
||
|
"bevy_app",
|
||
|
"bevy_asset",
|
||
|
"bevy_core",
|
||
|
"bevy_ecs",
|
||
|
"bevy_log",
|
||
|
"bevy_math",
|
||
|
"bevy_pbr",
|
||
|
"bevy_reflect",
|
||
|
"bevy_render",
|
||
|
"bevy_scene",
|
||
|
"bevy_transform",
|
||
|
"bevy_utils",
|
||
|
"gltf",
|
||
|
"percent-encoding",
|
||
|
"thiserror",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bevy_input"
|
||
|
version = "0.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "33989693efa636960dd40e540029ed7b7bc1af2f3eef26c009555b5e2a4e185a"
|
||
|
dependencies = [
|
||
|
"bevy_app",
|
||
|
"bevy_ecs",
|
||
|
"bevy_math",
|
||
|
"bevy_utils",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bevy_internal"
|
||
|
version = "0.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f92af28d95bba80d11840c24fa4ce8ff84ae27af1def2f5cf8a6891acce5d714"
|
||
|
dependencies = [
|
||
|
"bevy_app",
|
||
|
"bevy_asset",
|
||
|
"bevy_audio",
|
||
|
"bevy_core",
|
||
|
"bevy_core_pipeline",
|
||
|
"bevy_derive",
|
||
|
"bevy_diagnostic",
|
||
|
"bevy_ecs",
|
||
|
"bevy_gilrs",
|
||
|
"bevy_gltf",
|
||
|
"bevy_input",
|
||
|
"bevy_log",
|
||
|
"bevy_math",
|
||
|
"bevy_pbr",
|
||
|
"bevy_reflect",
|
||
|
"bevy_render",
|
||
|
"bevy_scene",
|
||
|
"bevy_sprite",
|
||
|
"bevy_tasks",
|
||
|
"bevy_text",
|
||
|
"bevy_transform",
|
||
|
"bevy_ui",
|
||
|
"bevy_utils",
|
||
|
"bevy_window",
|
||
|
"bevy_winit",
|
||
|
"ndk-glue 0.5.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bevy_log"
|
||
|
version = "0.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9bf0083e72bf76cbfa6607311ac6baef2f4f7c9306c35942cece8c0589cd3e5e"
|
||
|
dependencies = [
|
||
|
"android_log-sys",
|
||
|
"bevy_app",
|
||
|
"bevy_utils",
|
||
|
"console_error_panic_hook",
|
||
|
"tracing-log",
|
||
|
"tracing-subscriber",
|
||
|
"tracing-wasm",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bevy_macro_utils"
|
||
|
version = "0.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "57cf90b3b67606d0818cdac6c9134eb66fa174959977a4abba893364a571a7cd"
|
||
|
dependencies = [
|
||
|
"cargo-manifest",
|
||
|
"quote",
|
||
|
"syn",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bevy_math"
|
||
|
version = "0.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6b0f9ebf2ef80a8fff3e5dca817594071004048cd089e72b9a1bf4e494b66112"
|
||
|
dependencies = [
|
||
|
"bevy_reflect",
|
||
|
"glam",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bevy_pbr"
|
||
|
version = "0.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1f5c00c4d1d806a93caf554c28ca9708cc6717463a63dd400e70b106918bd32c"
|
||
|
dependencies = [
|
||
|
"bevy_app",
|
||
|
"bevy_asset",
|
||
|
"bevy_core",
|
||
|
"bevy_core_pipeline",
|
||
|
"bevy_ecs",
|
||
|
"bevy_math",
|
||
|
"bevy_reflect",
|
||
|
"bevy_render",
|
||
|
"bevy_transform",
|
||
|
"bevy_utils",
|
||
|
"bevy_window",
|
||
|
"bitflags",
|
||
|
"bytemuck",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bevy_reflect"
|
||
|
version = "0.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d84ce8cbd484a39d67171831eaf72c20d2684de71f1e9d79333c8dd6d6f3ebca"
|
||
|
dependencies = [
|
||
|
"bevy_reflect_derive",
|
||
|
"bevy_utils",
|
||
|
"downcast-rs",
|
||
|
"erased-serde",
|
||
|
"glam",
|
||
|
"parking_lot",
|
||
|
"serde",
|
||
|
"smallvec",
|
||
|
"thiserror",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bevy_reflect_derive"
|
||
|
version = "0.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "7af3100febf44583a7c052d1469fbdb411f56aa85729333a0ac106a016bd379c"
|
||
|
dependencies = [
|
||
|
"bevy_macro_utils",
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn",
|
||
|
"uuid",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bevy_render"
|
||
|
version = "0.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "4175b9afe0963d04d485980438f631c1e2b02d3a57f58503b8e9239c44d5c2bf"
|
||
|
dependencies = [
|
||
|
"anyhow",
|
||
|
"bevy_app",
|
||
|
"bevy_asset",
|
||
|
"bevy_core",
|
||
|
"bevy_crevice",
|
||
|
"bevy_derive",
|
||
|
"bevy_ecs",
|
||
|
"bevy_math",
|
||
|
"bevy_reflect",
|
||
|
"bevy_transform",
|
||
|
"bevy_utils",
|
||
|
"bevy_window",
|
||
|
"bitflags",
|
||
|
"codespan-reporting",
|
||
|
"copyless",
|
||
|
"downcast-rs",
|
||
|
"futures-lite",
|
||
|
"hex",
|
||
|
"hexasphere",
|
||
|
"image",
|
||
|
"naga",
|
||
|
"once_cell",
|
||
|
"parking_lot",
|
||
|
"regex",
|
||
|
"serde",
|
||
|
"smallvec",
|
||
|
"thiserror",
|
||
|
"wgpu",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bevy_scene"
|
||
|
version = "0.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "21eb2b01e4d1b074c75ea59a92409739cac24b56b1c723491ef80936d50e95df"
|
||
|
dependencies = [
|
||
|
"anyhow",
|
||
|
"bevy_app",
|
||
|
"bevy_asset",
|
||
|
"bevy_ecs",
|
||
|
"bevy_reflect",
|
||
|
"bevy_transform",
|
||
|
"bevy_utils",
|
||
|
"ron",
|
||
|
"serde",
|
||
|
"thiserror",
|
||
|
"uuid",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bevy_sprite"
|
||
|
version = "0.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "66439831ff57c11c7fb2692e7ccf8d0551f4368a9908908d3c38f2da53115b33"
|
||
|
dependencies = [
|
||
|
"bevy_app",
|
||
|
"bevy_asset",
|
||
|
"bevy_core",
|
||
|
"bevy_core_pipeline",
|
||
|
"bevy_ecs",
|
||
|
"bevy_log",
|
||
|
"bevy_math",
|
||
|
"bevy_reflect",
|
||
|
"bevy_render",
|
||
|
"bevy_transform",
|
||
|
"bevy_utils",
|
||
|
"bitflags",
|
||
|
"bytemuck",
|
||
|
"copyless",
|
||
|
"guillotiere",
|
||
|
"rectangle-pack",
|
||
|
"serde",
|
||
|
"thiserror",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bevy_tasks"
|
||
|
version = "0.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9dc4bce7f4cddbb489636092f52478b103dc26ee8526c585289bbdd9c0d0a99f"
|
||
|
dependencies = [
|
||
|
"async-channel",
|
||
|
"async-executor",
|
||
|
"event-listener",
|
||
|
"futures-lite",
|
||
|
"num_cpus",
|
||
|
"wasm-bindgen-futures",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bevy_text"
|
||
|
version = "0.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "233c4bb933435e8e6c34a1310317fd7f8c6617526270de572e643816070b236a"
|
||
|
dependencies = [
|
||
|
"ab_glyph",
|
||
|
"anyhow",
|
||
|
"bevy_app",
|
||
|
"bevy_asset",
|
||
|
"bevy_core",
|
||
|
"bevy_ecs",
|
||
|
"bevy_math",
|
||
|
"bevy_reflect",
|
||
|
"bevy_render",
|
||
|
"bevy_sprite",
|
||
|
"bevy_transform",
|
||
|
"bevy_utils",
|
||
|
"bevy_window",
|
||
|
"glyph_brush_layout",
|
||
|
"serde",
|
||
|
"thiserror",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bevy_transform"
|
||
|
version = "0.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9974c494f9cc721df46d2ba27c6a8df2a955ed8360a23adabd2bd66d1f73fa8f"
|
||
|
dependencies = [
|
||
|
"bevy_app",
|
||
|
"bevy_ecs",
|
||
|
"bevy_math",
|
||
|
"bevy_reflect",
|
||
|
"bevy_utils",
|
||
|
"smallvec",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bevy_ui"
|
||
|
version = "0.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9f30583acee76b40bf1961ece57887ba067becc1e4694ef5dddf18ce2c038886"
|
||
|
dependencies = [
|
||
|
"bevy_app",
|
||
|
"bevy_asset",
|
||
|
"bevy_core",
|
||
|
"bevy_core_pipeline",
|
||
|
"bevy_derive",
|
||
|
"bevy_ecs",
|
||
|
"bevy_input",
|
||
|
"bevy_log",
|
||
|
"bevy_math",
|
||
|
"bevy_reflect",
|
||
|
"bevy_render",
|
||
|
"bevy_sprite",
|
||
|
"bevy_text",
|
||
|
"bevy_transform",
|
||
|
"bevy_utils",
|
||
|
"bevy_window",
|
||
|
"bytemuck",
|
||
|
"serde",
|
||
|
"smallvec",
|
||
|
"stretch",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bevy_utils"
|
||
|
version = "0.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "252f6674aa3ba68bacfec506b91570a3cc206ad09b7ef4b23661959ef0246396"
|
||
|
dependencies = [
|
||
|
"ahash",
|
||
|
"bevy_derive",
|
||
|
"getrandom",
|
||
|
"instant",
|
||
|
"tracing",
|
||
|
"uuid",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bevy_window"
|
||
|
version = "0.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9f4b52b766baf565e96f24f61dbc51bc85151f23202fed2b3650769f2edd0b21"
|
||
|
dependencies = [
|
||
|
"bevy_app",
|
||
|
"bevy_math",
|
||
|
"bevy_utils",
|
||
|
"raw-window-handle",
|
||
|
"web-sys",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bevy_winit"
|
||
|
version = "0.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "699c927ef5422a09b71134e5907497117210fe5063676fc7250b7551926f4bba"
|
||
|
dependencies = [
|
||
|
"approx",
|
||
|
"bevy_app",
|
||
|
"bevy_ecs",
|
||
|
"bevy_input",
|
||
|
"bevy_math",
|
||
|
"bevy_utils",
|
||
|
"bevy_window",
|
||
|
"raw-window-handle",
|
||
|
"wasm-bindgen",
|
||
|
"web-sys",
|
||
|
"winit",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bindgen"
|
||
|
version = "0.56.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "2da379dbebc0b76ef63ca68d8fc6e71c0f13e59432e0987e508c1820e6ab5239"
|
||
|
dependencies = [
|
||
|
"bitflags",
|
||
|
"cexpr",
|
||
|
"clang-sys",
|
||
|
"lazy_static",
|
||
|
"lazycell",
|
||
|
"peeking_take_while",
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"regex",
|
||
|
"rustc-hash",
|
||
|
"shlex",
|
||
|
]
|
||
|
|
||
|
[[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.3.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
||
|
|
||
|
[[package]]
|
||
|
name = "block"
|
||
|
version = "0.1.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
||
|
|
||
|
[[package]]
|
||
|
name = "bumpalo"
|
||
|
version = "3.9.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
|
||
|
|
||
|
[[package]]
|
||
|
name = "bytemuck"
|
||
|
version = "1.7.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "439989e6b8c38d1b6570a384ef1e49c8848128f5a97f3914baef02920842712f"
|
||
|
dependencies = [
|
||
|
"bytemuck_derive",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bytemuck_derive"
|
||
|
version = "1.0.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8e215f8c2f9f79cb53c8335e687ffd07d5bfcb6fe5fc80723762d0be46e7cc54"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "byteorder"
|
||
|
version = "1.4.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
||
|
|
||
|
[[package]]
|
||
|
name = "bytes"
|
||
|
version = "1.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
||
|
|
||
|
[[package]]
|
||
|
name = "cache-padded"
|
||
|
version = "1.2.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
|
||
|
|
||
|
[[package]]
|
||
|
name = "cargo-manifest"
|
||
|
version = "0.2.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "af6d65c7592744998c67947ec771c62687c76f00179a83ffd563c0482046bb98"
|
||
|
dependencies = [
|
||
|
"serde",
|
||
|
"serde_derive",
|
||
|
"toml",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "cc"
|
||
|
version = "1.0.72"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
|
||
|
dependencies = [
|
||
|
"jobserver",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "cesu8"
|
||
|
version = "1.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
|
||
|
|
||
|
[[package]]
|
||
|
name = "cexpr"
|
||
|
version = "0.4.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
|
||
|
dependencies = [
|
||
|
"nom",
|
||
|
]
|
||
|
|
||
|
[[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 = "clang-sys"
|
||
|
version = "1.3.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "fa66045b9cb23c2e9c1520732030608b02ee07e5cfaa5a521ec15ded7fa24c90"
|
||
|
dependencies = [
|
||
|
"glob",
|
||
|
"libc",
|
||
|
"libloading",
|
||
|
]
|
||
|
|
||
|
[[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.2",
|
||
|
"core-graphics 0.22.3",
|
||
|
"foreign-types",
|
||
|
"libc",
|
||
|
"objc",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "cocoa-foundation"
|
||
|
version = "0.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318"
|
||
|
dependencies = [
|
||
|
"bitflags",
|
||
|
"block",
|
||
|
"core-foundation 0.9.2",
|
||
|
"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.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
||
|
|
||
|
[[package]]
|
||
|
name = "combine"
|
||
|
version = "4.6.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "50b727aacc797f9fc28e355d21f34709ac4fc9adecfe470ad07b8f4464f53062"
|
||
|
dependencies = [
|
||
|
"bytes",
|
||
|
"memchr",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "concurrent-queue"
|
||
|
version = "1.2.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
|
||
|
dependencies = [
|
||
|
"cache-padded",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "console_error_panic_hook"
|
||
|
version = "0.1.7"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
|
||
|
dependencies = [
|
||
|
"cfg-if 1.0.0",
|
||
|
"wasm-bindgen",
|
||
|
]
|
||
|
|
||
|
[[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.6.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "25b9e03f145fd4f2bf705e07b900cd41fc636598fe5dc452fd0db1441c3f496d"
|
||
|
dependencies = [
|
||
|
"core-foundation-sys 0.6.2",
|
||
|
"libc",
|
||
|
]
|
||
|
|
||
|
[[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.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6888e10551bb93e424d8df1d07f1a8b4fceb0001a3a4b048bfc47554946f47b3"
|
||
|
dependencies = [
|
||
|
"core-foundation-sys 0.8.3",
|
||
|
"libc",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "core-foundation-sys"
|
||
|
version = "0.6.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
|
||
|
|
||
|
[[package]]
|
||
|
name = "core-foundation-sys"
|
||
|
version = "0.7.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
|
||
|
|
||
|
[[package]]
|
||
|
name = "core-foundation-sys"
|
||
|
version = "0.8.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
||
|
|
||
|
[[package]]
|
||
|
name = "core-graphics"
|
||
|
version = "0.19.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b3889374e6ea6ab25dba90bb5d96202f61108058361f6dc72e8b03e6f8bbe923"
|
||
|
dependencies = [
|
||
|
"bitflags",
|
||
|
"core-foundation 0.7.0",
|
||
|
"foreign-types",
|
||
|
"libc",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "core-graphics"
|
||
|
version = "0.22.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
|
||
|
dependencies = [
|
||
|
"bitflags",
|
||
|
"core-foundation 0.9.2",
|
||
|
"core-graphics-types",
|
||
|
"foreign-types",
|
||
|
"libc",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "core-graphics-types"
|
||
|
version = "0.1.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
|
||
|
dependencies = [
|
||
|
"bitflags",
|
||
|
"core-foundation 0.9.2",
|
||
|
"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 = "coreaudio-rs"
|
||
|
version = "0.10.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "11894b20ebfe1ff903cbdc52259693389eea03b94918a2def2c30c3bf227ad88"
|
||
|
dependencies = [
|
||
|
"bitflags",
|
||
|
"coreaudio-sys",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "coreaudio-sys"
|
||
|
version = "0.2.8"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "2b7e3347be6a09b46aba228d6608386739fb70beff4f61e07422da87b0bb31fa"
|
||
|
dependencies = [
|
||
|
"bindgen",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "cpal"
|
||
|
version = "0.13.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "98f45f0a21f617cd2c788889ef710b63f075c949259593ea09c826f1e47a2418"
|
||
|
dependencies = [
|
||
|
"alsa",
|
||
|
"core-foundation-sys 0.8.3",
|
||
|
"coreaudio-rs",
|
||
|
"jni",
|
||
|
"js-sys",
|
||
|
"lazy_static",
|
||
|
"libc",
|
||
|
"mach 0.3.2",
|
||
|
"ndk 0.3.0",
|
||
|
"ndk-glue 0.3.0",
|
||
|
"nix 0.20.0",
|
||
|
"oboe",
|
||
|
"parking_lot",
|
||
|
"stdweb 0.1.3",
|
||
|
"thiserror",
|
||
|
"wasm-bindgen",
|
||
|
"web-sys",
|
||
|
"winapi",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "crc32fast"
|
||
|
version = "1.3.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "738c290dfaea84fc1ca15ad9c168d083b05a714e1efddd8edaab678dc28d2836"
|
||
|
dependencies = [
|
||
|
"cfg-if 1.0.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "crossbeam"
|
||
|
version = "0.8.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "4ae5588f6b3c3cb05239e90bd110f257254aecd01e4635400391aeae07497845"
|
||
|
dependencies = [
|
||
|
"cfg-if 1.0.0",
|
||
|
"crossbeam-channel",
|
||
|
"crossbeam-deque",
|
||
|
"crossbeam-epoch",
|
||
|
"crossbeam-queue",
|
||
|
"crossbeam-utils",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "crossbeam-channel"
|
||
|
version = "0.5.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e54ea8bc3fb1ee042f5aace6e3c6e025d3874866da222930f70ce62aceba0bfa"
|
||
|
dependencies = [
|
||
|
"cfg-if 1.0.0",
|
||
|
"crossbeam-utils",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "crossbeam-deque"
|
||
|
version = "0.8.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
|
||
|
dependencies = [
|
||
|
"cfg-if 1.0.0",
|
||
|
"crossbeam-epoch",
|
||
|
"crossbeam-utils",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "crossbeam-epoch"
|
||
|
version = "0.9.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "97242a70df9b89a65d0b6df3c4bf5b9ce03c5b7309019777fbde37e7537f8762"
|
||
|
dependencies = [
|
||
|
"cfg-if 1.0.0",
|
||
|
"crossbeam-utils",
|
||
|
"lazy_static",
|
||
|
"memoffset",
|
||
|
"scopeguard",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "crossbeam-queue"
|
||
|
version = "0.3.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b979d76c9fcb84dffc80a73f7290da0f83e4c95773494674cb44b76d13a7a110"
|
||
|
dependencies = [
|
||
|
"cfg-if 1.0.0",
|
||
|
"crossbeam-utils",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "crossbeam-utils"
|
||
|
version = "0.8.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "cfcae03edb34f947e64acdb1c33ec169824e20657e9ecb61cef6c8c74dcb8120"
|
||
|
dependencies = [
|
||
|
"cfg-if 1.0.0",
|
||
|
"lazy_static",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "cty"
|
||
|
version = "0.2.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
|
||
|
|
||
|
[[package]]
|
||
|
name = "d3d12"
|
||
|
version = "0.4.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "2daefd788d1e96e0a9d66dee4b828b883509bc3ea9ce30665f04c3246372690c"
|
||
|
dependencies = [
|
||
|
"bitflags",
|
||
|
"libloading",
|
||
|
"winapi",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "darling"
|
||
|
version = "0.10.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
|
||
|
dependencies = [
|
||
|
"darling_core 0.10.2",
|
||
|
"darling_macro 0.10.2",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "darling"
|
||
|
version = "0.13.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d0d720b8683f8dd83c65155f0530560cba68cd2bf395f6513a483caee57ff7f4"
|
||
|
dependencies = [
|
||
|
"darling_core 0.13.1",
|
||
|
"darling_macro 0.13.1",
|
||
|
]
|
||
|
|
||
|
[[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 0.9.3",
|
||
|
"syn",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "darling_core"
|
||
|
version = "0.13.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "7a340f241d2ceed1deb47ae36c4144b2707ec7dd0b649f894cb39bb595986324"
|
||
|
dependencies = [
|
||
|
"fnv",
|
||
|
"ident_case",
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"strsim 0.10.0",
|
||
|
"syn",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "darling_macro"
|
||
|
version = "0.10.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
|
||
|
dependencies = [
|
||
|
"darling_core 0.10.2",
|
||
|
"quote",
|
||
|
"syn",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "darling_macro"
|
||
|
version = "0.13.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "72c41b3b7352feb3211a0d743dc5700a4e3b60f51bd2b368892d1e0f9a95f44b"
|
||
|
dependencies = [
|
||
|
"darling_core 0.13.1",
|
||
|
"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 = "discard"
|
||
|
version = "1.0.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
|
||
|
|
||
|
[[package]]
|
||
|
name = "dispatch"
|
||
|
version = "0.2.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
|
||
|
|
||
|
[[package]]
|
||
|
name = "downcast-rs"
|
||
|
version = "1.2.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
|
||
|
|
||
|
[[package]]
|
||
|
name = "duplicate"
|
||
|
version = "0.3.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "3cdaf23abc9bcc47fda1ae3af68425a22b4dfbd745f9077be0eaad5320f75f52"
|
||
|
dependencies = [
|
||
|
"heck",
|
||
|
"proc-macro-error",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "either"
|
||
|
version = "1.6.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
||
|
|
||
|
[[package]]
|
||
|
name = "env_logger"
|
||
|
version = "0.8.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
|
||
|
dependencies = [
|
||
|
"log",
|
||
|
"regex",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "erased-serde"
|
||
|
version = "0.3.17"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "44a5d80251b806a14cd3e4e1a582e912d5cbf6904ab19fdefbd7a56adca088e1"
|
||
|
dependencies = [
|
||
|
"serde",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "euclid"
|
||
|
version = "0.22.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "da96828553a086d7b18dcebfc579bd9628b016f86590d7453c115e490fa74b80"
|
||
|
dependencies = [
|
||
|
"num-traits",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "event-listener"
|
||
|
version = "2.5.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59"
|
||
|
|
||
|
[[package]]
|
||
|
name = "fastrand"
|
||
|
version = "1.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "779d043b6a0b90cc4c0ed7ee380a6504394cee7efd7db050e3774eee387324b2"
|
||
|
dependencies = [
|
||
|
"instant",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "filetime"
|
||
|
version = "0.2.15"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "975ccf83d8d9d0d84682850a38c8169027be83368805971cc4f238c2b245bc98"
|
||
|
dependencies = [
|
||
|
"cfg-if 1.0.0",
|
||
|
"libc",
|
||
|
"redox_syscall",
|
||
|
"winapi",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "fixedbitset"
|
||
|
version = "0.4.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e"
|
||
|
|
||
|
[[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"
|
||
|