|
- # This file is automatically @generated by Cargo.
- # It is not intended for manual editing.
- [[package]]
- name = "ash"
- version = "0.32.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "06063a002a77d2734631db74e8f4ce7148b77fe522e6bca46f2ae7774fd48112"
- dependencies = [
- "libloading",
- ]
-
- [[package]]
- name = "autocfg"
- version = "1.0.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
-
- [[package]]
- name = "bitflags"
- version = "1.2.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
-
- [[package]]
- name = "blonkus"
- version = "0.1.0"
- dependencies = [
- "ash",
- "bitflags",
- "blonkus_ma",
- "glam",
- "half",
- "libc",
- "serde",
- "shh",
- "smallvec",
- "smol_str",
- "thiserror",
- "toml",
- "twox-hash",
- ]
-
- [[package]]
- name = "blonkus_ma"
- version = "0.1.0"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- ]
-
- [[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 = "glam"
- version = "0.13.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "70155b56080764b8b758e91e4c63d06da0262c0c939f2cd991cd1382087147df"
- dependencies = [
- "spirv-std",
- ]
-
- [[package]]
- name = "half"
- version = "1.7.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "62aca2aba2d62b4a7f5b33f3712cb1b0692779a56fb510499d5c0aa594daeaf3"
-
- [[package]]
- name = "libc"
- version = "0.2.93"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9385f66bf6105b241aa65a61cb923ef20efc665cb9f9bb50ac2f0c4b7f378d41"
-
- [[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",
- ]
-
- [[package]]
- name = "libm"
- version = "0.2.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"
-
- [[package]]
- name = "num-traits"
- version = "0.2.14"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
- dependencies = [
- "autocfg",
- "libm",
- ]
-
- [[package]]
- name = "proc-macro2"
- version = "1.0.26"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec"
- dependencies = [
- "unicode-xid",
- ]
-
- [[package]]
- name = "quote"
- version = "1.0.9"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
- dependencies = [
- "proc-macro2",
- ]
-
- [[package]]
- name = "serde"
- version = "1.0.125"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171"
- dependencies = [
- "serde_derive",
- ]
-
- [[package]]
- name = "serde_derive"
- version = "1.0.125"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- ]
-
- [[package]]
- name = "shh"
- version = "1.0.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "5205eb079ac8be8ec77b7470aff4a050610d42c32819deee362ca414c926d3ab"
- dependencies = [
- "libc",
- "winapi",
- ]
-
- [[package]]
- name = "smallvec"
- version = "1.6.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
-
- [[package]]
- name = "smol_str"
- version = "0.1.17"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "6ca0f7ce3a29234210f0f4f0b56f8be2e722488b95cb522077943212da3b32eb"
-
- [[package]]
- name = "spirv-std"
- version = "0.4.0-alpha.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "895a86b30e3dab8b15ca414bdf1d5d3f132374debb8bf03ca5e89109f674a171"
- dependencies = [
- "num-traits",
- "spirv-std-macros",
- ]
-
- [[package]]
- name = "spirv-std-macros"
- version = "0.4.0-alpha.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "5b76d9abb9f30d0da7c54e164efecbfab6c8af3493ae41d43c38ebfbb80b9894"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- ]
-
- [[package]]
- name = "static_assertions"
- version = "1.1.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
-
- [[package]]
- name = "syn"
- version = "1.0.69"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "48fe99c6bd8b1cc636890bcc071842de909d902c81ac7dab53ba33c421ab8ffb"
- dependencies = [
- "proc-macro2",
- "quote",
- "unicode-xid",
- ]
-
- [[package]]
- name = "thiserror"
- version = "1.0.24"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e0f4a65597094d4483ddaed134f409b2cb7c1beccf25201a9f73c719254fa98e"
- dependencies = [
- "thiserror-impl",
- ]
-
- [[package]]
- name = "thiserror-impl"
- version = "1.0.24"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "7765189610d8241a44529806d6fd1f2e0a08734313a35d5b3a556f92b381f3c0"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- ]
-
- [[package]]
- name = "toml"
- version = "0.5.8"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
- dependencies = [
- "serde",
- ]
-
- [[package]]
- name = "twox-hash"
- version = "1.6.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59"
- dependencies = [
- "cfg-if 0.1.10",
- "static_assertions",
- ]
-
- [[package]]
- name = "unicode-xid"
- version = "0.2.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
-
- [[package]]
- name = "winapi"
- version = "0.3.9"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
- dependencies = [
- "winapi-i686-pc-windows-gnu",
- "winapi-x86_64-pc-windows-gnu",
- ]
-
- [[package]]
- name = "winapi-i686-pc-windows-gnu"
- version = "0.4.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
-
- [[package]]
- name = "winapi-x86_64-pc-windows-gnu"
- version = "0.4.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|