vcpkg/ports/gamedev-framework/vcpkg.json
2020-11-11 15:33:38 -08:00

24 lines
527 B
JSON

{
"name": "gamedev-framework",
"version-string": "0.18.1",
"maintainers": [
"Julien Bernard <julien.bernard@univ-fcomte.fr>",
"Arthur Hugeat <hugeat.arthur@gmail.com>"
],
"description": "gf is a framework to build 2D games in C++14",
"homepage": "https://gamedevframework.github.io/",
"license": "Zlib",
"supports": "!arm",
"dependencies": [
"boost-algorithm",
"boost-container",
"boost-filesystem",
"boost-heap",
"freetype",
"pugixml",
"sdl2",
"stb",
"zlib"
]
}