gl46 0.2.0-alpha.1

Bindings to OpenGL 4.6 (plus some extensions)
Documentation
[package]
name = "gl46"
description = "Bindings to OpenGL 4.6 (plus some extensions)"
version = "0.2.0-alpha.1"
authors = ["Lokathor <zefria@gmail.com>"]
edition = "2018"
repository = "https://github.com/Lokathor/gl46"
license = "Zlib OR Apache-2.0 OR MIT"
keywords = ["GL", "OpenGL", "graphics", "gamedev"]
categories = ["external-ffi-bindings", "graphics", "no-std", "rendering::graphics-api"]


[dependencies]
chlorine = "1"


[dev-dependencies]
fermium = { version = "20014" }


[features]
# enables `track_caller` attribute on any function that can panic.
track_caller = []