hang-man/vcpkg.json

19 lines
391 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",
2024-08-02 15:29:51 +02:00
"features": [
"vulkan"
],
2024-08-01 15:29:28 +02:00
"version>=": "2.0.20"
2024-08-01 16:00:40 +02:00
},
2024-08-02 15:29:51 +02:00
"sdl2-ttf",
2024-08-04 15:18:30 +02:00
"sdl2-image",
2024-08-01 16:00:40 +02:00
"curl"
2024-08-01 15:25:22 +02:00
]
}