pacman/vcpkg.json
2021-06-01 13:35:51 +02:00

9 lines
214 B
JSON

{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "pacman",
"version": "0.1",
"dependencies": [
"sdl2-image",
"gtest"
]
}