pacman/vcpkg.json

10 lines
224 B
JSON

{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "pacman",
"version": "0.1",
"dependencies": [
"sfml",
"fmt",
"catch2"
]
}