hang-man/vcpkg.json

14 lines
331 B
JSON
Raw Normal View History

2024-08-01 15:25:22 +02:00
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "hang-man",
"version": "1.0.0",
2024-08-01 15:29:28 +02:00
"builtin-baseline": "5c7d3a872dd861817fc812647176d5076085a7eb",
2024-08-01 15:25:22 +02:00
"dependencies": [
{
"name": "sdl2",
"default-features": true,
2024-08-01 15:29:28 +02:00
"version>=": "2.0.20"
2024-08-01 15:25:22 +02:00
}
]
}