|
|
@@ -0,0 +1,454 @@ |
|
|
|
# This file is automatically @generated by Cargo. |
|
|
|
# It is not intended for manual editing. |
|
|
|
[[package]] |
|
|
|
name = "approx" |
|
|
|
version = "0.3.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "f0e60b75072ecd4168020818c0107f2857bb6c4e64252d8d3983f6263b40a5c3" |
|
|
|
dependencies = [ |
|
|
|
"num-traits", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "arrayvec" |
|
|
|
version = "0.4.12" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9" |
|
|
|
dependencies = [ |
|
|
|
"nodrop", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "ash" |
|
|
|
version = "0.29.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "003d1fb2eb12eb06d4a03dbe02eea67a9fac910fa97932ab9e3a75b96a1ea5e5" |
|
|
|
dependencies = [ |
|
|
|
"shared_library", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "autocfg" |
|
|
|
version = "0.1.7" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "autocfg" |
|
|
|
version = "1.0.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" |
|
|
|
|
|
|
|
[[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", |
|
|
|
"cgmath", |
|
|
|
"nom", |
|
|
|
"sdl2-sys", |
|
|
|
"serde", |
|
|
|
"serde_yaml", |
|
|
|
"termcolor", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "cfg-if" |
|
|
|
version = "0.1.9" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "cgmath" |
|
|
|
version = "0.17.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "283944cdecc44bf0b8dd010ec9af888d3b4f142844fdbe026c20ef68148d6fe7" |
|
|
|
dependencies = [ |
|
|
|
"approx", |
|
|
|
"num-traits", |
|
|
|
"rand", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "cloudabi" |
|
|
|
version = "0.0.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
|
|
|
dependencies = [ |
|
|
|
"bitflags", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "dtoa" |
|
|
|
version = "0.4.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "4358a9e11b9a09cf52383b451b49a169e8d797b68aa02301ff586d70d9661ea3" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "fuchsia-cprng" |
|
|
|
version = "0.1.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "lazy_static" |
|
|
|
version = "1.4.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "lexical-core" |
|
|
|
version = "0.6.7" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "f86d66d380c9c5a685aaac7a11818bdfa1f733198dfd9ec09c70b762cd12ad6f" |
|
|
|
dependencies = [ |
|
|
|
"arrayvec", |
|
|
|
"bitflags", |
|
|
|
"cfg-if", |
|
|
|
"rustc_version", |
|
|
|
"ryu", |
|
|
|
"static_assertions", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "libc" |
|
|
|
version = "0.2.67" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "eb147597cdf94ed43ab7a9038716637d2d1bf2bc571da995d0028dec06bd3018" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "linked-hash-map" |
|
|
|
version = "0.5.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "memchr" |
|
|
|
version = "2.3.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "nodrop" |
|
|
|
version = "0.1.14" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "nom" |
|
|
|
version = "5.1.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "0b471253da97532da4b61552249c521e01e736071f71c1a4f7ebbfbf0a06aad6" |
|
|
|
dependencies = [ |
|
|
|
"lexical-core", |
|
|
|
"memchr", |
|
|
|
"version_check", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "num-traits" |
|
|
|
version = "0.2.11" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096" |
|
|
|
dependencies = [ |
|
|
|
"autocfg 1.0.0", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "proc-macro2" |
|
|
|
version = "1.0.9" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "6c09721c6781493a2a492a96b5a5bf19b65917fe6728884e7c44dd0c60ca3435" |
|
|
|
dependencies = [ |
|
|
|
"unicode-xid", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "quote" |
|
|
|
version = "1.0.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rand" |
|
|
|
version = "0.6.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" |
|
|
|
dependencies = [ |
|
|
|
"autocfg 0.1.7", |
|
|
|
"libc", |
|
|
|
"rand_chacha", |
|
|
|
"rand_core 0.4.2", |
|
|
|
"rand_hc", |
|
|
|
"rand_isaac", |
|
|
|
"rand_jitter", |
|
|
|
"rand_os", |
|
|
|
"rand_pcg", |
|
|
|
"rand_xorshift", |
|
|
|
"winapi", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rand_chacha" |
|
|
|
version = "0.1.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" |
|
|
|
dependencies = [ |
|
|
|
"autocfg 0.1.7", |
|
|
|
"rand_core 0.3.1", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rand_core" |
|
|
|
version = "0.3.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" |
|
|
|
dependencies = [ |
|
|
|
"rand_core 0.4.2", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rand_core" |
|
|
|
version = "0.4.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rand_hc" |
|
|
|
version = "0.1.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" |
|
|
|
dependencies = [ |
|
|
|
"rand_core 0.3.1", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rand_isaac" |
|
|
|
version = "0.1.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" |
|
|
|
dependencies = [ |
|
|
|
"rand_core 0.3.1", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rand_jitter" |
|
|
|
version = "0.1.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b" |
|
|
|
dependencies = [ |
|
|
|
"libc", |
|
|
|
"rand_core 0.4.2", |
|
|
|
"winapi", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rand_os" |
|
|
|
version = "0.1.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" |
|
|
|
dependencies = [ |
|
|
|
"cloudabi", |
|
|
|
"fuchsia-cprng", |
|
|
|
"libc", |
|
|
|
"rand_core 0.4.2", |
|
|
|
"rdrand", |
|
|
|
"winapi", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rand_pcg" |
|
|
|
version = "0.1.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" |
|
|
|
dependencies = [ |
|
|
|
"autocfg 0.1.7", |
|
|
|
"rand_core 0.4.2", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rand_xorshift" |
|
|
|
version = "0.1.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" |
|
|
|
dependencies = [ |
|
|
|
"rand_core 0.3.1", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rdrand" |
|
|
|
version = "0.4.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" |
|
|
|
dependencies = [ |
|
|
|
"rand_core 0.3.1", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rustc_version" |
|
|
|
version = "0.2.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
|
|
|
dependencies = [ |
|
|
|
"semver", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "ryu" |
|
|
|
version = "1.0.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "535622e6be132bccd223f4bb2b8ac8d53cda3c7a6394944d3b2b33fb974f9d76" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "sdl2-sys" |
|
|
|
version = "0.32.6" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "34e71125077d297d57e4c1acfe8981b5bdfbf5a20e7b589abfdcb33bf1127f86" |
|
|
|
dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
"libc", |
|
|
|
] |
|
|
|
|
|
|
|
[[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.104" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "414115f25f818d7dfccec8ee535d76949ae78584fc4f79a6f45a904bf8ab4449" |
|
|
|
dependencies = [ |
|
|
|
"serde_derive", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "serde_derive" |
|
|
|
version = "1.0.104" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "128f9e303a5a29922045a830221b8f78ec74a5f544944f3d5984f8ec3895ef64" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "serde_yaml" |
|
|
|
version = "0.8.11" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "691b17f19fc1ec9d94ec0b5864859290dff279dbd7b03f017afda54eb36c3c35" |
|
|
|
dependencies = [ |
|
|
|
"dtoa", |
|
|
|
"linked-hash-map", |
|
|
|
"serde", |
|
|
|
"yaml-rust", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "shared_library" |
|
|
|
version = "0.1.9" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11" |
|
|
|
dependencies = [ |
|
|
|
"lazy_static", |
|
|
|
"libc", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "static_assertions" |
|
|
|
version = "0.3.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "7f3eb36b47e512f8f1c9e3d10c2c1965bc992bd9cdb024fa581e2194501c83d3" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "syn" |
|
|
|
version = "1.0.16" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "123bd9499cfb380418d509322d7a6d52e5315f064fe4b3ad18a53d6b92c07859" |
|
|
|
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 = "unicode-xid" |
|
|
|
version = "0.2.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "version_check" |
|
|
|
version = "0.9.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "winapi" |
|
|
|
version = "0.3.8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6" |
|
|
|
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.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "4ccfbf554c6ad11084fb7517daca16cfdcaccbdadba4fc336f032a8b12c2ad80" |
|
|
|
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" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "yaml-rust" |
|
|
|
version = "0.4.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d" |
|
|
|
dependencies = [ |
|
|
|
"linked-hash-map", |
|
|
|
] |