[dev-dependencies.glam]
features = ["scalar-math"]
version = "0.14"
[dev-dependencies.quad-rand]
version = "0.1"
[features]
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.13"
[target."cfg(target_os = \"android\")".dependencies.libc]
version = "0.2"
[target."cfg(target_os = \"android\")".dependencies.ndk-sys]
version = "0.2"
[target."cfg(target_os = \"linux\")".dependencies.libc]
version = "0.2"
[target."cfg(target_os = \"macos\")".dependencies.objc]
version = "0.2"
[target."cfg(windows)".dependencies.winapi]
features = ["wingdi", "winuser", "libloaderapi", "windef", "shellscalingapi", "errhandlingapi", "windowsx", "winbase", "hidusage"]
version = "0.3"