|
- # This file is automatically @generated by Cargo.
- # It is not intended for manual editing.
- [[package]]
- name = "aho-corasick"
- version = "0.7.15"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
- dependencies = [
- "memchr",
- ]
-
- [[package]]
- name = "ash"
- version = "0.31.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c69a8137596e84c22d57f3da1b5de1d4230b1742a710091c85f4d7ce50f00f38"
- dependencies = [
- "libloading",
- ]
-
- [[package]]
- name = "blonkus"
- version = "0.1.0"
- dependencies = [
- "ash",
- "blonkus_ma",
- "glam",
- "llvm-sys",
- "memchr",
- "sdl2-sys",
- "serde",
- "shh",
- "smol_str",
- "termcolor",
- "thiserror",
- "toml",
- "twox-hash",
- ]
-
- [[package]]
- name = "blonkus_ma"
- version = "0.1.0"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- ]
-
- [[package]]
- name = "cc"
- version = "1.0.66"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"
-
- [[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.11.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "bef81f244b2a421ddb8ccb382857772379c0996fe5948992db5bee51cef3c28e"
- dependencies = [
- "version_check",
- ]
-
- [[package]]
- name = "lazy_static"
- version = "1.4.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
-
- [[package]]
- name = "libc"
- version = "0.2.81"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
-
- [[package]]
- name = "libloading"
- version = "0.6.6"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e9367bdfa836b7e3cf895867f7a570283444da90562980ec2263d6e1569b16bc"
- dependencies = [
- "cfg-if 1.0.0",
- "winapi",
- ]
-
- [[package]]
- name = "llvm-sys"
- version = "110.0.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b0062a0c6635fb5d57c6ebba072dcae50e41651030363cf06d220b0d016840f2"
- dependencies = [
- "cc",
- "lazy_static",
- "libc",
- "regex",
- "semver",
- ]
-
- [[package]]
- name = "memchr"
- version = "2.3.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
-
- [[package]]
- name = "pest"
- version = "2.1.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
- dependencies = [
- "ucd-trie",
- ]
-
- [[package]]
- name = "proc-macro2"
- version = "1.0.24"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
- dependencies = [
- "unicode-xid",
- ]
-
- [[package]]
- name = "quote"
- version = "1.0.7"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
- dependencies = [
- "proc-macro2",
- ]
-
- [[package]]
- name = "regex"
- version = "1.4.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c"
- dependencies = [
- "aho-corasick",
- "memchr",
- "regex-syntax",
- "thread_local",
- ]
-
- [[package]]
- name = "regex-syntax"
- version = "0.6.21"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"
-
- [[package]]
- name = "sdl2-sys"
- version = "0.34.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "28d81feded049b9c14eceb4a4f6d596a98cebbd59abdba949c5552a015466d33"
- dependencies = [
- "cfg-if 0.1.10",
- "libc",
- "version-compare",
- ]
-
- [[package]]
- name = "semver"
- version = "0.11.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
- dependencies = [
- "semver-parser",
- ]
-
- [[package]]
- name = "semver-parser"
- version = "0.10.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "42ef146c2ad5e5f4b037cd6ce2ebb775401729b19a82040c1beac9d36c7d1428"
- dependencies = [
- "pest",
- ]
-
- [[package]]
- name = "serde"
- version = "1.0.118"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "06c64263859d87aa2eb554587e2d23183398d617427327cf2b3d0ed8c69e4800"
- dependencies = [
- "serde_derive",
- ]
-
- [[package]]
- name = "serde_derive"
- version = "1.0.118"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c84d3526699cd55261af4b941e4e725444df67aa4f9e6a3564f18030d12672df"
- 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 = "smol_str"
- version = "0.1.17"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "6ca0f7ce3a29234210f0f4f0b56f8be2e722488b95cb522077943212da3b32eb"
-
- [[package]]
- name = "syn"
- version = "1.0.54"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9a2af957a63d6bd42255c359c93d9bfdb97076bd3b820897ce55ffbfbf107f44"
- dependencies = [
- "proc-macro2",
- "quote",
- "unicode-xid",
- ]
-
- [[package]]
- name = "termcolor"
- version = "1.1.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
- dependencies = [
- "winapi-util",
- ]
-
- [[package]]
- name = "thiserror"
- version = "1.0.22"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "0e9ae34b84616eedaaf1e9dd6026dbe00dcafa92aa0c8077cb69df1fcfe5e53e"
- dependencies = [
- "thiserror-impl",
- ]
-
- [[package]]
- name = "thiserror-impl"
- version = "1.0.22"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9ba20f23e85b10754cd195504aebf6a27e2e6cbe28c17778a0c930724628dd56"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- ]
-
- [[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 = "toml"
- version = "0.5.7"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645"
- dependencies = [
- "serde",
- ]
-
- [[package]]
- name = "twox-hash"
- version = "1.5.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3bfd5b7557925ce778ff9b9ef90e3ade34c524b5ff10e239c69a42d546d2af56"
-
- [[package]]
- name = "ucd-trie"
- version = "0.1.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
-
- [[package]]
- name = "unicode-xid"
- version = "0.2.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
-
- [[package]]
- name = "version-compare"
- version = "0.0.10"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d63556a25bae6ea31b52e640d7c41d1ab27faba4ccb600013837a3d0b3994ca1"
-
- [[package]]
- name = "version_check"
- version = "0.9.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
-
- [[package]]
- name = "winapi"
- version = "0.3.9"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
- dependencies = [
- "winapi-i686-pc-windows-gnu",
- "winapi-x86_64-pc-windows-gnu",
- ]
-
- [[package]]
- name = "winapi-i686-pc-windows-gnu"
- version = "0.4.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
-
- [[package]]
- name = "winapi-util"
- version = "0.1.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
- dependencies = [
- "winapi",
- ]
-
- [[package]]
- name = "winapi-x86_64-pc-windows-gnu"
- version = "0.4.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|