Skip to content

Commit

Permalink
Update and fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
VoidmatrixHeathcliff committed Jun 4, 2021
1 parent 204ecad commit 2c2f9ef
Showing 1 changed file with 20 additions and 12 deletions.
32 changes: 20 additions & 12 deletions msbuild/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,42 @@
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "etherengine",
"version-string": "Alpha v4.1.0",
"dependencies":
[
"dependencies": [
{
"name": "lua",
"features":
[
"features": [
"cpp"
]
},
"sdl2",
{
"name": "sdl2-image",
"features":
[
"libjpeg-turbo"
"features": [
"libjpeg-turbo",
"libpng",
"tiff",
"libwebp"
]
},
"sdl2-gfx",
{
"name": "sdl2-mixer",
"features":
[
"mpg123",
"features": [
"dynamic-load",
"libflac",
"libmodplug",
"libvorbis",
"dynamic-load"
"mpg123",
"nativemidi",
"opusfile"
]
},
{
"name": "sdl2-ttf",
"features": [
"freetype"
]
},
"sdl2-ttf",
"cpp-httplib",
"cjson",
"zlib",
Expand Down

0 comments on commit 2c2f9ef

Please sign in to comment.