miniquad 0.3.0-alpha.26

Cross-platform window context and rendering library.
Documentation
[dev-dependencies.glam]
features = ["scalar-math"]
version = "0.8"

[dev-dependencies.quad-rand]
version = "0.1"

[features]
default = ["sapp-linux"]
kms = ["sapp-kms"]
log-impl = []

[package]
authors = ["not-fl3 <not.fl3@gmail.com>"]
categories = ["rendering::graphics-api"]
description = "Cross-platform window context and rendering library.\n"
edition = "2018"
homepage = "https://github.com/not-fl3/miniquad"
keywords = ["graphics", "3D", "opengl", "gamedev", "windowing"]
license = "MIT/Apache-2.0"
name = "miniquad"
readme = "README.md"
repository = "https://github.com/not-fl3/miniquad"
version = "0.3.0-alpha.26"
[target."cfg(not(any(target_os=\"linux\", target_os=\"macos\", target_os=\"android\", target_os=\"ios\", target_arch=\"wasm32\", windows)))".dependencies.sapp-dummy]
version = "=0.1.5"
[target."cfg(target_arch = \"wasm32\")".dependencies.sapp-wasm]
version = "=0.1.20"
[target."cfg(target_os = \"android\")".dependencies.sapp-android]
version = "0.1.5"
[target."cfg(target_os = \"ios\")".dependencies.sapp-ios]
version = "=0.1.2"
[target."cfg(target_os = \"linux\")".dependencies.sapp-kms]
optional = true
version = "=0.1.1"

[target."cfg(target_os = \"linux\")".dependencies.sapp-linux]
optional = true
version = "=0.1.11"
[target."cfg(target_os = \"macos\")".dependencies.sapp-darwin]
version = "=0.1.5"
[target."cfg(windows)".dependencies.sapp-windows]
version = "=0.2.14"