mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 04:28:01 +08:00
[nvtt] Clean up baseline, add supports field instead (#27048)
* [vcpkg baseline][nvtt] Drop support with arm-windows * version * clean up baseline * version
This commit is contained in:
parent
36ef0e1f29
commit
fe5757109d
@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "nvtt",
|
||||
"version": "2.1.2",
|
||||
"port-version": 5,
|
||||
"port-version": 6,
|
||||
"description": "Texture processing tools with support for Direct3D 10 and 11 formats.",
|
||||
"homepage": "https://github.com/castano/nvidia-texture-tools",
|
||||
"license": "MIT",
|
||||
"supports": "!x86",
|
||||
"supports": "!x86 & !(windows & (arm | uwp))",
|
||||
"dependencies": [
|
||||
"libsquish",
|
||||
{
|
||||
|
@ -711,9 +711,6 @@ numactl:x64-windows=fail
|
||||
numactl:x64-windows-static=fail
|
||||
numactl:x64-windows-static-md=fail
|
||||
numactl:x86-windows=fail
|
||||
nvtt:arm64-windows=fail
|
||||
nvtt:arm-uwp=fail
|
||||
nvtt:x64-uwp=fail
|
||||
ocilib:arm-uwp=fail
|
||||
ocilib:arm64-windows=fail
|
||||
ocilib:x64-uwp=fail
|
||||
|
@ -5178,7 +5178,7 @@
|
||||
},
|
||||
"nvtt": {
|
||||
"baseline": "2.1.2",
|
||||
"port-version": 5
|
||||
"port-version": 6
|
||||
},
|
||||
"oatpp": {
|
||||
"baseline": "1.3.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "9dab908526770ce18285ce3713359ca5bdaf0999",
|
||||
"version": "2.1.2",
|
||||
"port-version": 6
|
||||
},
|
||||
{
|
||||
"git-tree": "b1a685fa7402dce13182820ddd1dce2c6126b69f",
|
||||
"version": "2.1.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user