gl-context-loader 0.1.8

Minimal OpenGL function loader for no_std OpenGL contexts
Documentation
[dependencies.gleam]
default-features = false
optional = true
version = "0.13.1"

[features]
debug = ["std"]
default = ["std"]
error = ["debug", "std"]
gleam_trait = ["gleam", "std"]
std = []

[package]
authors = ["Felix Schütt <felix.schuett@maps4print.com>", "The Servo Project Developers"]
categories = ["gui"]
description = "Minimal OpenGL function loader for no_std OpenGL contexts"
homepage = "https://azul.rs/"
keywords = ["gui", "gleam", "graphics", "opengl", "no_std"]
license = "Apache-2.0/MIT"
name = "gl-context-loader"
repository = "https://github.com/fschutt/gl-context-loader"
version = "0.1.8"