mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 01:24:47 +08:00
[nvtt] update support x86 triplet (#28510)
* [nvtt] update support x86 triplet * update version * update hash
This commit is contained in:
parent
c8fa9ac743
commit
8e4bacadbf
@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "nvtt",
|
||||
"version": "2.1.2",
|
||||
"port-version": 7,
|
||||
"port-version": 8,
|
||||
"description": "Texture processing tools with support for Direct3D 10 and 11 formats.",
|
||||
"homepage": "https://github.com/castano/nvidia-texture-tools",
|
||||
"license": "MIT",
|
||||
"supports": "!x86 & !uwp & !arm",
|
||||
"supports": "!uwp & !arm",
|
||||
"dependencies": [
|
||||
"libsquish",
|
||||
{
|
||||
|
@ -5330,7 +5330,7 @@
|
||||
},
|
||||
"nvtt": {
|
||||
"baseline": "2.1.2",
|
||||
"port-version": 7
|
||||
"port-version": 8
|
||||
},
|
||||
"oatpp": {
|
||||
"baseline": "1.3.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "3da8e5721ec0b2c3a408e5708802209258ae8945",
|
||||
"version": "2.1.2",
|
||||
"port-version": 8
|
||||
},
|
||||
{
|
||||
"git-tree": "9ae29094563f3fa57d20b378d8b3e1fa7fe7e168",
|
||||
"version": "2.1.2",
|
||||
|
Loading…
Reference in New Issue
Block a user