Sort vcpkg.json

This commit is contained in:
Mark Wiemer 2024-12-02 20:27:12 -06:00
parent a868e1859f
commit 5acb1ab26b

View File

@ -1,18 +1,18 @@
{ {
"dependencies": [ "dependencies": [
"zlib",
"zstd",
"curl", "curl",
"openal-soft",
"libvorbis",
"libogg",
"libjpeg-turbo",
"sqlite3",
"freetype", "freetype",
"luajit", "gettext",
"gmp", "gmp",
"jsoncpp", "jsoncpp",
"gettext", "libjpeg-turbo",
"opengl-registry" "libogg",
"libvorbis",
"luajit",
"openal-soft",
"opengl-registry",
"sqlite3",
"zlib",
"zstd"
] ]
} }