2020-10-16 03:34:00 +08:00
|
|
|
{
|
|
|
|
"name": "gamedev-framework",
|
2021-04-29 07:37:44 +08:00
|
|
|
"version-semver": "0.20.0",
|
2020-10-16 03:34:00 +08:00
|
|
|
"maintainers": [
|
|
|
|
"Julien Bernard <julien.bernard@univ-fcomte.fr>",
|
|
|
|
"Arthur Hugeat <hugeat.arthur@gmail.com>"
|
|
|
|
],
|
2021-04-29 07:37:44 +08:00
|
|
|
"description": "gamedev-framework is a framework to build 2D games in C++17",
|
2020-10-16 03:34:00 +08:00
|
|
|
"homepage": "https://gamedevframework.github.io/",
|
|
|
|
"license": "Zlib",
|
|
|
|
"supports": "!arm",
|
|
|
|
"dependencies": [
|
|
|
|
"boost-algorithm",
|
|
|
|
"boost-container",
|
|
|
|
"boost-filesystem",
|
|
|
|
"boost-heap",
|
|
|
|
"freetype",
|
|
|
|
"pugixml",
|
|
|
|
"sdl2",
|
|
|
|
"stb",
|
|
|
|
"zlib"
|
|
|
|
]
|
|
|
|
}
|