mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:19:06 +08:00
8a3af1c62e
Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
39 lines
739 B
JSON
39 lines
739 B
JSON
{
|
|
"name": "sdl2pp",
|
|
"version": "0.16.1",
|
|
"port-version": 11,
|
|
"description": "C++11 bindings/wrapper for SDL2",
|
|
"homepage": "https://sdl2pp.amdmi3.ru",
|
|
"license": "Zlib",
|
|
"dependencies": [
|
|
{
|
|
"name": "sdl2",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"sdl2-image": {
|
|
"description": "Enable SDL2_image support",
|
|
"dependencies": [
|
|
"sdl2-image"
|
|
]
|
|
},
|
|
"sdl2-mixer": {
|
|
"description": "Enable SDL2_mixer support",
|
|
"dependencies": [
|
|
"sdl2-mixer"
|
|
]
|
|
},
|
|
"sdl2-ttf": {
|
|
"description": "Enable SDL2_ttf support",
|
|
"dependencies": [
|
|
"sdl2-ttf"
|
|
]
|
|
}
|
|
}
|
|
}
|