# 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 = "autocfg" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" [[package]] name = "byteorder" version = "1.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" [[package]] name = "cc" version = "1.0.50" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd" [[package]] name = "cfg-if" version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" [[package]] name = "glam" version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b7eebc7285e5b49657375fdbf7cb7b8bcb296eb031744455c08850fdc1711644" dependencies = [ "cfg-if", ] [[package]] name = "libc" version = "0.2.69" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "99e85c08494b21a9054e7fe1374a732aeadaff3980b6990b94bfd3a70f690005" [[package]] name = "miniquad" version = "0.2.54" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b916dca0ee238ef2e1953398c07a2dd8584714e6ba50852c29e45229f377c423" dependencies = [ "sapp-android", "sapp-darwin", "sapp-dummy", "sapp-linux", "sapp-wasm", "sapp-windows", ] [[package]] name = "miniquad_text_rusttype" version = "0.1.2" dependencies = [ "glam", "miniquad", "rusttype 0.7.9", ] [[package]] name = "num-traits" version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096" dependencies = [ "autocfg", ] [[package]] name = "ordered-float" version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "18869315e81473c951eb56ad5558bbc56978562d3ecfb87abb7a1e944cea4518" dependencies = [ "num-traits", ] [[package]] name = "rusttype" version = "0.7.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "310942406a39981bed7e12b09182a221a29e0990f3e7e0c971f131922ed135d5" dependencies = [ "rusttype 0.8.3", ] [[package]] name = "rusttype" version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9f61411055101f7b60ecf1041d87fb74205fb20b0c7a723f07ef39174cf6b4c0" dependencies = [ "approx", "ordered-float", "stb_truetype", ] [[package]] name = "sapp-android" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "06d01e1740c3c409f1fff64bff83a86fd02c47514a3f370caa45cf5c65ab6f6b" dependencies = [ "cc", "libc", ] [[package]] name = "sapp-darwin" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "011e764a379302de761892ad9a0de6e5d612146423b39ddee125fb1cb2ffcb73" dependencies = [ "cc", "libc", ] [[package]] name = "sapp-dummy" version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "844086b04fc920b4b604af0bb6ffc5c3b43dbb4fe94fd6f532c41a391e12f717" dependencies = [ "libc", ] [[package]] name = "sapp-linux" version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "000e062c5e8937e52d991197645766a8354bd4123089abc29080353d0c5bcd61" dependencies = [ "libc", ] [[package]] name = "sapp-wasm" version = "0.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0315b1543db8828988bb0d86db7f4cfd134491cd3a4bbe1087757e97ae57dd3e" [[package]] name = "sapp-windows" version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "717ac8616ee982a096d052f0880a29926fd1942474307c035ba29f763a8b164c" dependencies = [ "cc", "libc", ] [[package]] name = "stb_truetype" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f77b6b07e862c66a9f3e62a07588fee67cd90a9135a2b942409f195507b4fb51" dependencies = [ "byteorder", ]