mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 13:49:00 +08:00
0e9dd06bd3
* Update gamedev-framework to v0.20.0 * Add missing x-add-version * Update description * Update x-add-version after description update * Update versions/g-/gamedev-framework.json * Update ports/gamedev-framework/vcpkg.json * Update ci.baseline.txt * Fix wrong git-tree hash * Use fail in ci.baseline.txt. Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
24 lines
542 B
JSON
24 lines
542 B
JSON
{
|
|
"name": "gamedev-framework",
|
|
"version-semver": "0.20.0",
|
|
"maintainers": [
|
|
"Julien Bernard <julien.bernard@univ-fcomte.fr>",
|
|
"Arthur Hugeat <hugeat.arthur@gmail.com>"
|
|
],
|
|
"description": "gamedev-framework is a framework to build 2D games in C++17",
|
|
"homepage": "https://gamedevframework.github.io/",
|
|
"license": "Zlib",
|
|
"supports": "!arm",
|
|
"dependencies": [
|
|
"boost-algorithm",
|
|
"boost-container",
|
|
"boost-filesystem",
|
|
"boost-heap",
|
|
"freetype",
|
|
"pugixml",
|
|
"sdl2",
|
|
"stb",
|
|
"zlib"
|
|
]
|
|
}
|