macroquad 0.2.0-alpha.5

Simple and easy to use graphics library
Documentation
[package]
name = "macroquad"
version = "0.2.0-alpha.5"
authors = ["not-fl3 <not.fl3@gmail.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
homepage = "https://github.com/not-fl3/macroquad"
repository = "https://github.com/not-fl3/macroquad"
description = """
Simple and easy to use graphics library
"""
readme="README.md"

[features]
default = ["log-impl"]
log-impl = ["miniquad/log-impl"]

[dependencies]
miniquad = { version = "=0.3.0-alpha.5" }
quad-gl = { version = "=0.2.0" }
quad-rand = "0.1"
glam = {version = "0.8", features = ["scalar-math"] }
image = { version = "0.22", default-features = false, features = ["png_codec", "tga"] }
megaui = { version = "=0.2.7" }
macroquad_macro = { version = "0.1", path = "macroquad_macro" }