glad-sys 0.0.4

Bindings to the Glad library (https://github.com/Dav1dde/glad) for Rust
[package]

name = "glad-sys"

version = "0.0.4"

authors = [ "Hampus Avekvist <hampus@avekvist.com>" ]

description = "Bindings to the Glad library (https://github.com/Dav1dde/glad) for Rust"

keywords = [ "bindings", "glad", "opengl" ]

license = "MIT"

repository = "https://github.com/Dav1dde/glad"

readme = "README.md"

categories = [ "api-bindings", "external-ffi-bindings" ]

homepage = "https://glad.dav1d.de"

edition = "2018"



build = "build.rs"

links = "glad"



[badges]

travis-ci = { repository = "Avekvist/glad-sys", master = "branch" }

maintenance = { status = "actively-developed" }



[dependencies]



[build-dependencies]

cc = "1.0.28"