# 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 = "gles31-sys" version = "0.2.0" authors = ["Brent Gardner "] description = "Rust bindings for OpenGL ES 3.1" homepage = "https://github.com/Mersive-Technologies/gles31-sys" readme = "readme.md" keywords = ["OpenGL", "gles", "3d", "Android", "iOS"] license = "MIT OR Apache-2.0" repository = "https://github.com/Mersive-Technologies/gles31-sys" resolver = "2" [lib] name = "gles31_sys" crate-type = ["rlib", "staticlib"] [dependencies] [build-dependencies.bindgen] version = "0.56.0"