# This file is automatically @generated by Cargo. # It is not intended for manual editing. [[package]] name = "bitflags" version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" [[package]] name = "cc" version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ed67cbde08356238e75fc4656be4749481eeffb09e19f320a25237d5221c985d" [[package]] name = "cfg-if" version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" [[package]] name = "cloudabi" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467" dependencies = [ "bitflags", ] [[package]] name = "glam" version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b00572b5b10070ac495be20a25b4c8d379d20bcdec8ea0c870022b620ec79b20" [[package]] name = "imgui" version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1baf4d55b2c00e5dd54d8a3b840003a5dffa5561f132511bbb9002ce7c63518" dependencies = [ "bitflags", "imgui-sys", "lazy_static", "parking_lot", ] [[package]] name = "imgui-miniquad-render" version = "0.1.8" dependencies = [ "glam", "imgui", "miniquad", ] [[package]] name = "imgui-sys" version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "06686645bdaa0e276ab93977da5bc6419c57ae4f4fb12cb14dd0e047dc46f894" dependencies = [ "cc", ] [[package]] name = "instant" version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "63312a18f7ea8760cdd0a7c5aac1a619752a246b833545e3e36d1f81f7cd9e66" dependencies = [ "cfg-if", ] [[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.79" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2448f6066e80e3bfc792e9c98bf705b4b0fc6e8ef5b43e5889aff0eaa9c58743" [[package]] name = "lock_api" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c" dependencies = [ "scopeguard", ] [[package]] name = "miniquad" version = "0.3.0-alpha.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "78dc642032fa724afd17dff776a5add4376af10a39d8b21754b9ee318cf2b653" dependencies = [ "sapp-android", "sapp-darwin", "sapp-dummy", "sapp-ios", "sapp-linux", "sapp-wasm", "sapp-windows", ] [[package]] name = "parking_lot" version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a4893845fa2ca272e647da5d0e46660a314ead9c2fdd9a883aabc32e481a8733" dependencies = [ "instant", "lock_api", "parking_lot_core", ] [[package]] name = "parking_lot_core" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b" dependencies = [ "cfg-if", "cloudabi", "instant", "libc", "redox_syscall", "smallvec", "winapi", ] [[package]] name = "redox_syscall" version = "0.1.57" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" [[package]] name = "sapp-android" version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8047d4073f882c5995c2eec3376e082e309fb9393eb62e8c323cc0ba213819f7" dependencies = [ "cc", ] [[package]] name = "sapp-darwin" version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "87ea5effec807ed32ecb69413161d4f37adaf2c2cfccea2a8807d9c0a38ffd15" dependencies = [ "cc", ] [[package]] name = "sapp-dummy" version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a357b77cebb260cef47ecf876a4b5d5812b8e761aec2195c5fc61d859522999d" dependencies = [ "libc", ] [[package]] name = "sapp-ios" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dd73be330566246a691f4720e7e55539e1d4fbeb7864fbe3c08fe85490ffeaa9" dependencies = [ "cc", ] [[package]] name = "sapp-linux" version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae4803aaf4c6dc041cfe6dbc3e029b675e15b503204fca741661f0369f7548d4" dependencies = [ "libc", ] [[package]] name = "sapp-wasm" version = "0.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0085343a7d28e908d20cdeb281a7a026d62bcbc1459b1523d75790356c628315" [[package]] name = "sapp-windows" version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b46efe501dfe6af391b93e338797b90bf35126dda0296c0c9da21a3611d47fdb" dependencies = [ "winapi", ] [[package]] name = "scopeguard" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" [[package]] name = "smallvec" version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252" [[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"