macroquad 0.2.3

Simple and easy to use graphics library
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "adler32"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d2e7343e7fc9de883d1b0341e0b13970f764c14101234857d2ddafa1cb1cac2"

[[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 = "bitflags"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"

[[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.54"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7bbb73db36c1246e9034e307d0fba23f9a2e251faa47ade70c1bd252220c8311"

[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"

[[package]]
name = "crc32fast"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
dependencies = [
 "cfg-if",
]

[[package]]
name = "deflate"
version = "0.7.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "707b6a7b384888a70c8d2e8650b3e60170dfc6a67bb4aa67b6dfca57af4bedb4"
dependencies = [
 "adler32",
 "byteorder",
]

[[package]]
name = "glam"
version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b00572b5b10070ac495be20a25b4c8d379d20bcdec8ea0c870022b620ec79b20"

[[package]]
name = "image"
version = "0.22.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08ed2ada878397b045454ac7cfb011d73132c59f31a955d230bd1f1c2e68eb4a"
dependencies = [
 "byteorder",
 "num-iter",
 "num-rational",
 "num-traits",
 "png",
]

[[package]]
name = "inflate"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cdb29978cc5797bd8dcc8e5bf7de604891df2a8dc576973d71a281e916db2ff"
dependencies = [
 "adler32",
]

[[package]]
name = "libc"
version = "0.2.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9457b06509d27052635f90d6466700c65095fdf75409b3fbdd903e988b886f49"

[[package]]
name = "macroquad"
version = "0.2.3"
dependencies = [
 "glam",
 "image",
 "macroquad_macro",
 "megaui",
 "miniquad",
 "quad-gl",
 "quad-rand",
]

[[package]]
name = "macroquad_macro"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e3d264edc055ca354b8c5605791629e695a3f7798358b3d37981fdc33b0460a"

[[package]]
name = "megaui"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1778c0d6a97122b8f9e79e8bad85727a0ebb4f17d44a4e09342e2546cf436fe2"
dependencies = [
 "miniquad_text_rusttype",
]

[[package]]
name = "miniquad"
version = "0.3.0-alpha.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "839f82b189cd7b2a497dc8d0173e2bcdddd990f9ea0af6e8dd3db47ac45a608d"
dependencies = [
 "sapp-android",
 "sapp-darwin",
 "sapp-dummy",
 "sapp-linux",
 "sapp-wasm",
 "sapp-windows",
]

[[package]]
name = "miniquad_text_rusttype"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3223bd0dbc43a241228209464f995a7a6a86d64865459a8f1b8870890c6caea7"
dependencies = [
 "rusttype 0.7.9",
]

[[package]]
name = "num-integer"
version = "0.1.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba"
dependencies = [
 "autocfg",
 "num-traits",
]

[[package]]
name = "num-iter"
version = "0.1.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfb0800a0291891dd9f4fe7bd9c19384f98f7fbe0cd0f39a2c6b88b9868bbc00"
dependencies = [
 "autocfg",
 "num-integer",
 "num-traits",
]

[[package]]
name = "num-rational"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"
dependencies = [
 "autocfg",
 "num-integer",
 "num-traits",
]

[[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 = "png"
version = "0.15.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef859a23054bbfee7811284275ae522f0434a3c8e7f4b74bd4a35ae7e1c4a283"
dependencies = [
 "bitflags",
 "crc32fast",
 "deflate",
 "inflate",
]

[[package]]
name = "quad-gl"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa7c11360245bc4e44d45d1a8ea271b0e6c21d21e51e2b9767cbc293589f9790"
dependencies = [
 "glam",
 "image",
 "miniquad",
]

[[package]]
name = "quad-rand"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec3e8eb9b1d9b58a43bac8f20985768ddcc03b928a909d4d39ced327b971fec5"

[[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.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5675cc4662c28e60e037488a707c40fee0f2d2d75a4ea1e026eb155018994e89"

[[package]]
name = "sapp-windows"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68e7ace3bb21c750c1a47fb97a39e41d7cd795ab16c9a2da7103255a862d623f"
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",
]