mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 22:29:08 +08:00
24 lines
527 B
JSON
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"
|
|
]
|
|
}
|