[package]
edition = "2021"
name = "edgefirst-gl"
version = "0.25.2"
authors = [
"Varphone Wong <varphone@qq.com>",
"Au-Zone Technologies <support@au-zone.com>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minimal OpenGL ES bindings — a trimmed, maintained fork of `gls`"
documentation = "https://docs.rs/edgefirst-gl"
readme = "README.md"
keywords = [
"opengl",
"opengles",
"graphics",
"gl",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EdgeFirstAI/hal"
resolver = "3"
[lib]
name = "edgefirst_gl"
path = "src/lib.rs"
[build-dependencies.gl_generator]
version = "0.14"