vcpkg/ports/nvtt/vcpkg.json
LilyWangLL 253b3035e9
[nvtt] Fix build failed with Visual Studio 2022 (#23916)
* [nvtt] Fix build failed on Visual Studio 2022

* update version

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2022-04-01 14:28:43 -07:00

17 lines
363 B
JSON

{
"name": "nvtt",
"version": "2.1.2",
"port-version": 4,
"description": "Texture processing tools with support for Direct3D 10 and 11 formats.",
"homepage": "https://github.com/castano/nvidia-texture-tools",
"license": "MIT",
"supports": "!x86",
"dependencies": [
"libsquish",
{
"name": "vcpkg-cmake",
"host": true
}
]
}