mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
Meta: Sort vcpkg alphabetically
This commit is contained in:
committed by
Jelle Raaijmakers
parent
ac8c16dda6
commit
be86b80f2a
Notes:
github-actions[bot]
2026-02-23 17:32:07 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/be86b80f2a5 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8109 Reviewed-by: https://github.com/gmta ✅
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"
|
||||
|
||||
Reference in New Issue
Block a user