Meta: Sort vcpkg alphabetically
This commit is contained in:
parent
ac8c16dda6
commit
be86b80f2a
1 changed files with 16 additions and 16 deletions
32
vcpkg.json
32
vcpkg.json
|
|
@ -76,6 +76,12 @@
|
|||
]
|
||||
},
|
||||
"icu",
|
||||
{
|
||||
"name": "libavif",
|
||||
"features": [
|
||||
"dav1d"
|
||||
]
|
||||
},
|
||||
"libjpeg-turbo",
|
||||
"libjxl",
|
||||
{
|
||||
|
|
@ -88,12 +94,6 @@
|
|||
"name": "libproxy",
|
||||
"platform": "!(android | bsd)"
|
||||
},
|
||||
{
|
||||
"name": "libavif",
|
||||
"features": [
|
||||
"dav1d"
|
||||
]
|
||||
},
|
||||
"libtommath",
|
||||
{
|
||||
"name": "libwebp",
|
||||
|
|
@ -103,12 +103,16 @@
|
|||
"simd"
|
||||
]
|
||||
},
|
||||
"libxml2",
|
||||
{
|
||||
"name": "mman",
|
||||
"platform": "windows"
|
||||
},
|
||||
"libxml2",
|
||||
"openssl",
|
||||
{
|
||||
"name": "pthread",
|
||||
"platform": "windows"
|
||||
},
|
||||
{
|
||||
"name": "qtbase",
|
||||
"platform": "freebsd",
|
||||
|
|
@ -155,10 +159,6 @@
|
|||
"zstd"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "pthread",
|
||||
"platform": "windows"
|
||||
},
|
||||
{
|
||||
"name": "sdl3",
|
||||
"default-features": false
|
||||
|
|
@ -208,13 +208,13 @@
|
|||
]
|
||||
},
|
||||
"sqlite3",
|
||||
"vulkan",
|
||||
{
|
||||
"name": "tiff",
|
||||
"features": [
|
||||
"zstd"
|
||||
]
|
||||
},
|
||||
"vulkan",
|
||||
"vulkan-headers",
|
||||
"woff2",
|
||||
"zlib"
|
||||
|
|
@ -264,6 +264,10 @@
|
|||
"name": "icu",
|
||||
"version": "78.1#1"
|
||||
},
|
||||
{
|
||||
"name": "libavif",
|
||||
"version": "1.3.0#1"
|
||||
},
|
||||
{
|
||||
"name": "libjpeg-turbo",
|
||||
"version": "3.1.1#0"
|
||||
|
|
@ -284,10 +288,6 @@
|
|||
"name": "libtommath",
|
||||
"version": "1.3.0#2"
|
||||
},
|
||||
{
|
||||
"name": "libavif",
|
||||
"version": "1.3.0#1"
|
||||
},
|
||||
{
|
||||
"name": "libwebp",
|
||||
"version": "1.6.0#1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue