Skip to content

Commit

Permalink
[ktx] Feature tools doesn't support UWP (microsoft#37387)
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyWangLL authored Mar 13, 2024
1 parent a9ffcae commit 8998330
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ports/ktx/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "ktx",
"version-semver": "4.3.1",
"port-version": 1,
"description": [
"The Khronos KTX library and tools.",
"Functions for writing and reading KTX files, and instantiating OpenGL®, OpenGL ES™️ and Vulkan® textures from them."
Expand All @@ -22,7 +23,7 @@
"features": {
"tools": {
"description": "Build tools",
"supports": "!android",
"supports": "!android & !uwp",
"dependencies": [
"cxxopts",
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4018,7 +4018,7 @@
},
"ktx": {
"baseline": "4.3.1",
"port-version": 0
"port-version": 1
},
"kubazip": {
"baseline": "0.2.6",
Expand Down
5 changes: 5 additions & 0 deletions versions/k-/ktx.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "665cd07792ee19ad6c1c2582a75c996ac93639c2",
"version-semver": "4.3.1",
"port-version": 1
},
{
"git-tree": "61e81d296c64a64fb9c8d217d763fd61bd012b2a",
"version-semver": "4.3.1",
Expand Down

0 comments on commit 8998330

Please sign in to comment.