hang-man/vcpkg.json
2024-08-01 15:25:22 +02:00

13 lines
264 B
JSON

{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "hang-man",
"version": "1.0.0",
"dependencies": [
{
"name": "sdl2",
"default-features": true,
"version>=": "2.3.0"
}
]
}