nvtt_sys 0.2.0

Low-level bindings to the nvtt library
Documentation
[build-dependencies.bindgen]
default-features = false
version = "0.51.0"

[build-dependencies.cfg-if]
version = "0.1.9"
[dependencies.libc]
default-features = false
version = "0.2"

[package]
authors = ["George Burton <burtonageo@gmail.com>"]
build = "./build.rs"
description = "Low-level bindings to the nvtt library"
edition = "2018"
exclude = ["/nvidia-texture-tools/data/**", "/nvidia-texture-tools/project/vc8/**", "/nvidia-texture-tools/project/vc9/**", "/nvidia-texture-tools/project/vc10/**", "/nvidia-texture-tools/project/vc12/**"]
keywords = ["compression", "texture", "tools", "nvidia", "image"]
license = "MIT/Apache-2.0"
name = "nvtt_sys"
readme = "./Readme.md"
repository = "https://github.com/burtonage/nvtt_rs"
version = "0.2.0"
[target."cfg(not(target_os = \"windows\"))".build-dependencies.cmake]
version = "0.1"
[target."cfg(target_os = \"windows\")".build-dependencies.semver]
version = "0.9"

[target."cfg(target_os = \"windows\")".build-dependencies.vswhere]
version = "0.1"