mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 13:19:23 +08:00
7c92c79a1a
* [sdl2pp] no absolute paths * [sdl2-image][sdl2-mixer][sdl2-ttf][sdl2pp] Install and fix .pc files Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
12 lines
254 B
JSON
12 lines
254 B
JSON
{
|
|
"name": "sdl2-ttf",
|
|
"version-string": "2.0.15",
|
|
"port-version": 5,
|
|
"description": "A library for rendering TrueType fonts with SDL",
|
|
"homepage": "https://www.libsdl.org/projects/SDL_ttf/",
|
|
"dependencies": [
|
|
"freetype",
|
|
"sdl2"
|
|
]
|
|
}
|