vcpkg/ports/sdl2-ttf/vcpkg.json
autoantwort 7c92c79a1a
[sdl2pp] no absolute paths (#21722)
* [sdl2pp] no absolute paths

* [sdl2-image][sdl2-mixer][sdl2-ttf][sdl2pp] Install and fix .pc files

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-11-30 15:29:54 -08:00

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"
]
}