mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 10:29:00 +08:00
22 lines
386 B
JSON
22 lines
386 B
JSON
{
|
|
"name": "sdl2pp",
|
|
"version": "0.16.1",
|
|
"port-version": 8,
|
|
"description": "C++11 bindings/wrapper for SDL2",
|
|
"homepage": "https://sdl2pp.amdmi3.ru",
|
|
"license": "Zlib",
|
|
"dependencies": [
|
|
{
|
|
"name": "sdl2",
|
|
"default-features": false
|
|
},
|
|
"sdl2-image",
|
|
"sdl2-mixer",
|
|
"sdl2-ttf",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|