|
|
@ -2,6 +2,430 @@ |
|
|
|
# It is not intended for manual editing. |
|
|
|
version = 3 |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "adler32" |
|
|
|
version = "1.2.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "ahash" |
|
|
|
version = "0.4.7" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "ants" |
|
|
|
version = "0.1.0" |
|
|
|
dependencies = [ |
|
|
|
"macroquad", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "audir-sles" |
|
|
|
version = "0.1.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "ea47348666a8edb7ad80cbee3940eb2bccf70df0e6ce09009abe1a836cb779f5" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "audrey" |
|
|
|
version = "0.3.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "58b92a84e89497e3cd25d3672cd5d1c288abaac02c18ff21283f17d118b889b8" |
|
|
|
dependencies = [ |
|
|
|
"dasp_frame", |
|
|
|
"dasp_sample", |
|
|
|
"hound", |
|
|
|
"lewton", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "autocfg" |
|
|
|
version = "1.0.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "bitflags" |
|
|
|
version = "1.3.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "bumpalo" |
|
|
|
version = "3.7.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "d9df67f7bf9ef8498769f994239c45613ef0c5899415fb58e9add412d2c1a538" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "bytemuck" |
|
|
|
version = "1.7.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "72957246c41db82b8ef88a5486143830adeb8227ef9837740bdec67724cf2c5b" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "byteorder" |
|
|
|
version = "1.4.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "cc" |
|
|
|
version = "1.0.70" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "d26a6ce4b6a484fa3edb70f7efa6fc430fd2b87285fe8b84304fd0936faa0dc0" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "cfg-if" |
|
|
|
version = "1.0.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "color_quant" |
|
|
|
version = "1.1.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "crc32fast" |
|
|
|
version = "1.2.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a" |
|
|
|
dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "dasp_frame" |
|
|
|
version = "0.11.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b2a3937f5fe2135702897535c8d4a5553f8b116f76c1529088797f2eee7c5cd6" |
|
|
|
dependencies = [ |
|
|
|
"dasp_sample", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "dasp_sample" |
|
|
|
version = "0.11.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "deflate" |
|
|
|
version = "0.8.6" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174" |
|
|
|
dependencies = [ |
|
|
|
"adler32", |
|
|
|
"byteorder", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "fontdue" |
|
|
|
version = "0.5.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "c75712fff1702bac51b7eaa5a5ca9f9853b8055ef5906088a32f4fe196595a1d" |
|
|
|
dependencies = [ |
|
|
|
"hashbrown", |
|
|
|
"ttf-parser", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "glam" |
|
|
|
version = "0.14.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "333928d5eb103c5d4050533cec0384302db6be8ef7d3cebd30ec6a35350353da" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "hashbrown" |
|
|
|
version = "0.9.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" |
|
|
|
dependencies = [ |
|
|
|
"ahash", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "hound" |
|
|
|
version = "3.4.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "8a164bb2ceaeff4f42542bdb847c41517c78a60f5649671b2a07312b6e117549" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "image" |
|
|
|
version = "0.23.14" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1" |
|
|
|
dependencies = [ |
|
|
|
"bytemuck", |
|
|
|
"byteorder", |
|
|
|
"color_quant", |
|
|
|
"num-iter", |
|
|
|
"num-rational", |
|
|
|
"num-traits", |
|
|
|
"png", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "lewton" |
|
|
|
version = "0.9.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "8d542c1a317036c45c2aa1cf10cc9d403ca91eb2d333ef1a4917e5cb10628bd0" |
|
|
|
dependencies = [ |
|
|
|
"byteorder", |
|
|
|
"ogg", |
|
|
|
"smallvec", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "libc" |
|
|
|
version = "0.2.103" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "dd8f7255a17a627354f321ef0055d63b898c6fb27eff628af4d1b66b7331edf6" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "macroquad" |
|
|
|
version = "0.3.10" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "d54a31d3996831b27b429f8e9d7b948aa589d3571305eba39f57b4600bd2cd01" |
|
|
|
dependencies = [ |
|
|
|
"bumpalo", |
|
|
|
"fontdue", |
|
|
|
"glam", |
|
|
|
"image", |
|
|
|
"macroquad_macro", |
|
|
|
"miniquad", |
|
|
|
"quad-rand", |
|
|
|
"quad-snd", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "macroquad_macro" |
|
|
|
version = "0.1.7" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "f5cecfede1e530599c8686f7f2d609489101d3d63741a6dc423afc997ce3fcc8" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "maybe-uninit" |
|
|
|
version = "2.0.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "miniquad" |
|
|
|
version = "0.3.0-alpha.37" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "6793a3ef846953fc7c01302093abf8749be22742c63db05c66ef0a2c889a7fbb" |
|
|
|
dependencies = [ |
|
|
|
"sapp-android", |
|
|
|
"sapp-darwin", |
|
|
|
"sapp-dummy", |
|
|
|
"sapp-ios", |
|
|
|
"sapp-linux", |
|
|
|
"sapp-wasm", |
|
|
|
"sapp-windows", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "miniz_oxide" |
|
|
|
version = "0.3.7" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435" |
|
|
|
dependencies = [ |
|
|
|
"adler32", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "ndk-sys" |
|
|
|
version = "0.2.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "c44922cb3dbb1c70b5e5f443d63b64363a898564d739ba5198e3a9138442868d" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "num-integer" |
|
|
|
version = "0.1.44" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db" |
|
|
|
dependencies = [ |
|
|
|
"autocfg", |
|
|
|
"num-traits", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "num-iter" |
|
|
|
version = "0.1.42" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b2021c8337a54d21aca0d59a92577a029af9431cb59b909b03252b9c164fad59" |
|
|
|
dependencies = [ |
|
|
|
"autocfg", |
|
|
|
"num-integer", |
|
|
|
"num-traits", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "num-rational" |
|
|
|
version = "0.3.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07" |
|
|
|
dependencies = [ |
|
|
|
"autocfg", |
|
|
|
"num-integer", |
|
|
|
"num-traits", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "num-traits" |
|
|
|
version = "0.2.14" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" |
|
|
|
dependencies = [ |
|
|
|
"autocfg", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "ogg" |
|
|
|
version = "0.7.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "13e571c3517af9e1729d4c63571a27edd660ade0667973bfc74a67c660c2b651" |
|
|
|
dependencies = [ |
|
|
|
"byteorder", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "png" |
|
|
|
version = "0.16.8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6" |
|
|
|
dependencies = [ |
|
|
|
"bitflags", |
|
|
|
"crc32fast", |
|
|
|
"deflate", |
|
|
|
"miniz_oxide", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "quad-alsa-sys" |
|
|
|
version = "0.3.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "c66c2f04a6946293477973d85adc251d502da51c57b08cd9c997f0cfd8dcd4b5" |
|
|
|
dependencies = [ |
|
|
|
"libc", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "quad-rand" |
|
|
|
version = "0.2.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "658fa1faf7a4cc5f057c9ee5ef560f717ad9d8dc66d975267f709624d6e1ab88" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "quad-snd" |
|
|
|
version = "0.2.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "e9b33c4e021bc86d54061b7d23ec96e6fd4c4400066658b043e2b2b36ebca737" |
|
|
|
dependencies = [ |
|
|
|
"audir-sles", |
|
|
|
"audrey", |
|
|
|
"libc", |
|
|
|
"quad-alsa-sys", |
|
|
|
"winapi", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "sapp-android" |
|
|
|
version = "0.1.8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "5a4a81f462ba2783213978528560aa138adf2f94da1ac940c1b5c854c03e1724" |
|
|
|
dependencies = [ |
|
|
|
"libc", |
|
|
|
"ndk-sys", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "sapp-darwin" |
|
|
|
version = "0.1.6" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "0310e2445f307468aa13f1cde94d6fba6b8fd329afbb642dedbe3faf1a145f31" |
|
|
|
dependencies = [ |
|
|
|
"cc", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "sapp-dummy" |
|
|
|
version = "0.1.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "66f1ad26a5b6c682b9ca27c66db9aa91002b8d98a82ac7101ded57285215a478" |
|
|
|
dependencies = [ |
|
|
|
"libc", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "sapp-ios" |
|
|
|
version = "0.1.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "081e6e5261c9ac2e938979b6a854a53b439f065fc3c897205ce7e69d3028b4a9" |
|
|
|
dependencies = [ |
|
|
|
"cc", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "sapp-linux" |
|
|
|
version = "0.1.13" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "bbdb2f8011955c62544d9e626a58333e788810d00bd7411d52b81611b92af142" |
|
|
|
dependencies = [ |
|
|
|
"libc", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "sapp-wasm" |
|
|
|
version = "0.1.26" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "00e859e8645a3bcb85aecd40bab883438e4105f21b21bccbeac2348760f508bb" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "sapp-windows" |
|
|
|
version = "0.2.18" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "d8faec983cb54ce5e9529815fc0aae6c36bab9fba9cd0ae5590dfa17bc0719fa" |
|
|
|
dependencies = [ |
|
|
|
"winapi", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "smallvec" |
|
|
|
version = "0.6.14" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0" |
|
|
|
dependencies = [ |
|
|
|
"maybe-uninit", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "ttf-parser" |
|
|
|
version = "0.12.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "7ae2f58a822f08abdaf668897e96a5656fe72f5a9ce66422423e8849384872e6" |
|
|
|
|
|
|
|
[[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" |
|
|
|