[package]
edition = "2018"
name = "quad-gl"
version = "0.2.13"
authors = ["not-fl3 <not.fl3@gmail.com>"]
description = "Statefull immediate mode rendering libarary on top of miniquad.\nInspired by opengl1, rlgl and sokol-gl.\n"
homepage = "https://github.com/not-fl3/quad-gl"
license = "MIT/Apache-2.0"
repository = "https://github.com/not-fl3/quad-gl"
[dependencies.glam]
version = "0.10"
features = ["scalar-math"]
[dependencies.image]
version = "0.22"
features = ["png_codec"]
default-features = false
[dependencies.miniquad]
version = "0.3.0-alpha.22"