nvtt_sys 0.5.0

Unsafe bindings for the Nvidia Texture Tools SDK.
[package]
name = "nvtt_sys"
version = "0.5.0"
edition = "2021"
authors = [ "Luka Mijalkovic <luka.mijalkovic3@gmail.com>" ]
description = "Unsafe bindings for the Nvidia Texture Tools SDK."
repository = "https://github.com/mijalk0/nvtt"
license = "MIT"
readme = "README.md"
keywords = [ "image_processing", "texture", "texture_compression", "nvidia", "nvtt" ]
categories = [ "nvidia", "texture_compression" ]
rust-version = "1.66"

[build-dependencies]
windows = { version = "0.43.0", features = [ "Win32_UI_Shell", "Win32_Foundation" ] }
bindgen = "0.63"
cfg-if = "1"

[dev-dependencies]
libc = "0.2"