# 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 = "gli-rs" version = "0.4.0" authors = ["unknownue "] build = "build/build.rs" include = ["src/*", "build/bindings.rs", "build/build.rs", "Cargo.toml", "vendors/gli/external/*", "vendors/gli/gli/*", "wrapper/*"] description = "Rust binding for OpenGL Image(GLI)" homepage = "https://github.com/unknownue/gli-rs" readme = "README.md" keywords = ["Graphics", "gli", "Texture"] license = "MIT" repository = "https://github.com/unknownue/gli-rs" [profile.release] opt-level = 3 lto = true [[example]] name = "texture" path = "examples/texture.rs" [dependencies.failure] version = "0.1.5" [build-dependencies.bindgen] version = "0.53.1" optional = true [build-dependencies.cc] version = "1.0.50" features = ["parallel"] [features] bindings = ["bindgen"] rc_debug = [] [badges.azure-devops] build = "3" pipeline = "unknownue.gli-rs" project = "unknownue/gli-rs"