gli-rs 0.3.1

Rust binding for OpenGL Image(GLI)
Documentation
# 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.3.1"
authors = ["Houjuu-Nue <usami-ssc@protonmail.com>"]
build = "build.rs"
include = ["src/*", "build/bindings.rs", "build.rs", "Cargo.toml", "vendors/gli/external/*", "vendors/gli/gli/*", "wrapper/*"]
description = "Rust binding for OpenGL Image(GLI)"
homepage = "https://github.com/Houjuu-Nue/gli-rs"
readme = "README.md"
keywords = ["Graphics", "gli", "Texture"]
license = "MIT"
repository = "https://github.com/Houjuu-Nue/gli-rs"
[profile.release]
opt-level = 3
lto = true
[dependencies.failure]
version = "0.1.5"
[build-dependencies.bindgen]
version = "0.49.0"
optional = true

[build-dependencies.cc]
version = "1.0.31"
features = ["parallel"]

[features]
bindings = ["bindgen"]
rc_debug = []
[badges.travis-ci]
repository = "Houjuu-Nue/gli-rs"