[package] name = "glad-sys" version = "0.0.6" authors = [ "Hampus Avekvist " ] description = "FFI for 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"