nvtt_sys 0.6.0

Unsafe bindings for the Nvidia Texture Tools SDK.
# 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"
rust-version = "1.66"
name = "nvtt_sys"
version = "0.6.0"
authors = ["Luka Mijalkovic <luka.mijalkovic3@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unsafe bindings for the Nvidia Texture Tools SDK."
documentation = "https://mijalk0.github.io/nvtt"
readme = "README.md"
keywords = [
    "image_processing",
    "texture",
    "texture_compression",
    "nvidia",
    "nvtt",
]
license = "MIT"
repository = "https://github.com/mijalk0/nvtt"
resolver = "1"

[lib]
name = "nvtt_sys"
path = "src/lib.rs"

[dev-dependencies.libc]
version = "0.2"

[build-dependencies.bindgen]
version = "0.63"

[build-dependencies.cfg-if]
version = "1"

[build-dependencies.windows]
version = "0.43.0"
features = [
    "Win32_UI_Shell",
    "Win32_Foundation",
]