vcpkg/ports/gamedev-framework/vcpkg.json
ahugeat 0e9dd06bd3
[gamedev-framework] Update to 0.20.0 (#17445)
* 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>
2021-04-28 16:37:44 -07:00

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