mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 08:39:15 +08:00
4be7ab52e8
* Fix exported pc file * Fix sdl2 import * Move Find module to 'share/${PORT}' * Fix usage instructions * Trim dependencies patch * Update versions
19 lines
331 B
JSON
19 lines
331 B
JSON
{
|
|
"name": "sdl2pp",
|
|
"version": "0.16.1",
|
|
"port-version": 4,
|
|
"description": "C++11 bindings/wrapper for SDL2",
|
|
"homepage": "https://sdl2pp.amdmi3.ru",
|
|
"license": "Zlib",
|
|
"dependencies": [
|
|
"sdl2",
|
|
"sdl2-image",
|
|
"sdl2-mixer",
|
|
"sdl2-ttf",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|