qpl 0.2.1

Quigly's Platform Layer
Documentation
[dependencies.ash]
version = "0.37.0+1.3.209"

[dependencies.gl]
version = "0.14.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.libc]
version = "0.2.134"

[package]
authors = ["Quigly"]
description = "Quigly's Platform Layer"
edition = "2021"
license = "MIT"
name = "qpl"
readme = "README.md"
repository = "https://github.com/quigly/qpl"
version = "0.2.1"

[target.'cfg(target_os = "linux")'.dependencies.x11]
features = ["xlib", "glx"]
version = "2.20.0"

[target.'cfg(target_os = "windows")'.dependencies.winapi]
features = ["everything"]
version = "0.3.9"