mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 15:49:28 +08:00
253b3035e9
* [nvtt] Fix build failed on Visual Studio 2022 * update version Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
17 lines
363 B
JSON
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
|
|
}
|
|
]
|
|
}
|