From 5acb1ab26b09b4846d9540e7036e9aef5dcc6324 Mon Sep 17 00:00:00 2001 From: Mark Wiemer Date: Mon, 2 Dec 2024 20:27:12 -0600 Subject: [PATCH] Sort vcpkg.json --- vcpkg.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index 0d965b1db..fcff3ce39 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,18 +1,18 @@ { "dependencies": [ - "zlib", - "zstd", "curl", - "openal-soft", - "libvorbis", - "libogg", - "libjpeg-turbo", - "sqlite3", "freetype", - "luajit", + "gettext", "gmp", "jsoncpp", - "gettext", - "opengl-registry" + "libjpeg-turbo", + "libogg", + "libvorbis", + "luajit", + "openal-soft", + "opengl-registry", + "sqlite3", + "zlib", + "zstd" ] }