mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 14:29:02 +08:00
f893b2ea98
* update to new version * format vcpkg.json correctly
24 lines
527 B
JSON
24 lines
527 B
JSON
{
|
|
"name": "gamedev-framework",
|
|
"version-string": "0.18.0",
|
|
"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"
|
|
]
|
|
}
|