mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 14:51:48 +08:00
359dbe3a07
* Update sdl2-mixer to 2.6.1
* SDL2_mixer: fix upstream CMakeLists
* SDL2_mixer: add vcpkg_fixup_pkgconfig()
* Fix sdl2pp dependency on SDL2_mixer
* Never use vendored libs
* Update baseline
* sdl2pp: add license
* Update baseline
* Remove apparently redundant pkgconfig fix
* Use the commit hash for REF
* Update baseline
* Revert "Remove apparently redundant pkgconfig fix"
This reverts commit 98e0d7f76d
.
* Update baseline
* Minimize sdl2pp patch
* Update baseline
* Reformat
* Update baseline
19 lines
331 B
JSON
19 lines
331 B
JSON
{
|
|
"name": "sdl2pp",
|
|
"version": "0.16.1",
|
|
"port-version": 3,
|
|
"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
|
|
}
|
|
]
|
|
}
|