pacman/vcpkg.json

12 lines
265 B
JSON
Raw Normal View History

2021-06-01 11:35:51 +00:00
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "pacman",
"version": "0.1",
"dependencies": [
"sdl2-image",
"sdl2-ttf",
"fmt",
2021-06-16 13:59:52 +00:00
"zlib",
2021-06-01 11:35:51 +00:00
"gtest"
]
}