pacman/vcpkg.json

10 lines
224 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": [
"sfml",
"fmt",
2021-09-11 08:09:59 +00:00
"catch2"
2021-06-01 11:35:51 +00:00
]
}