gls 0.1.2

Open Graphics Library (OpenGL) for Rust bindings with *Safe*, *Simple*, *Speed* and *Stupid*
Documentation
[build-dependencies.gl_generator]
version = "0.14.0"
[dependencies.nalgebra]
version = "0.19.0"

[features]
default = ["gles3"]
gl2 = []
gl3 = []
gl4 = []
gles1 = []
gles2 = []
gles3 = []
hi3516ev200 = []
hi3516ev300 = []
hi3518ev200 = []
hi3518ev300 = []
hi3519av100 = []
hi3531v100 = []
hi3559av100 = ["egls/hi3559av100"]

[package]
authors = ["Varphone Wong <varphone@qq.com>"]
description = "Open Graphics Library (OpenGL) for Rust bindings with *Safe*, *Simple*, *Speed* and *Stupid*"
edition = "2018"
homepage = "https://github.com/varphone/gls-rs"
keywords = ["graphics"]
license = "MIT OR Apache-2.0"
name = "gls"
readme = "README.md"
repository = "https://github.com/varphone/gls-rs.git"
version = "0.1.2"
[target."cfg(unix)".dependencies.egls]
optional = true
version = "0.1"

[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(unix)".dev-dependencies.sdl2]
features = []
version = "0.32.2"
[target."cfg(windows)".dependencies.winapi]
features = ["libloaderapi"]
version = "0.3.8"
[target."cfg(windows)".dev-dependencies.sdl2]
features = ["bundled", "static-link"]
version = "0.32.2"