2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "sdl2pp",
|
2021-12-01 07:29:54 +08:00
|
|
|
"version": "0.16.1",
|
2024-08-14 06:26:46 +08:00
|
|
|
"port-version": 11,
|
2021-09-09 16:24:04 +08:00
|
|
|
"description": "C++11 bindings/wrapper for SDL2",
|
|
|
|
"homepage": "https://sdl2pp.amdmi3.ru",
|
2022-07-19 05:26:05 +08:00
|
|
|
"license": "Zlib",
|
2021-09-09 16:24:04 +08:00
|
|
|
"dependencies": [
|
2023-12-08 17:30:37 +08:00
|
|
|
{
|
|
|
|
"name": "sdl2",
|
|
|
|
"default-features": false
|
|
|
|
},
|
2021-12-01 07:29:54 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
}
|
2024-08-02 05:32:30 +08:00
|
|
|
],
|
|
|
|
"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"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-09-09 16:24:04 +08:00
|
|
|
}
|