# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "gl11" version = "0.1.1" authors = ["Kevin Schroeder "] build = "build.rs" description = "OpenGL 1.1 bindings, based on gl-rs" homepage = "https://github.com/Kmschr/gl11" readme = "README.md" keywords = [ "gl", "opengl", ] categories = [ "api-bindings", "rendering::graphics-api", ] license = "Apache-2.0" repository = "https://github.com/Kmschr/gl11.git" [lib] name = "gl11" path = "src/lib.rs" [dev-dependencies.glfw] version = "0.51" [build-dependencies.gl_generator] version = "0.14"