# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "gl32" version = "0.2.0" authors = ["Christoph 'Youka' Spanknebel"] build = "generate.rs" description = "Generated OpenGL bindings for version 3.2 core." readme = "README.md" keywords = ["opengl", "gl", "graphics"] categories = ["rendering::graphics-api"] license = "Apache-2.0" repository = "https://github.com/Youka/gl32" [lib] crate-type = ["rlib"] doctest = false [dev-dependencies.glutin] version = "~0.19.0" [build-dependencies.gl_generator] version = "~0.10.0" [badges.maintenance] status = "passively-maintained" [badges.travis-ci] branch = "master" repository = "Youka/gl32"