You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
614 B
27 lines
614 B
|
5 years ago
|
{
|
||
|
|
"name": "devilutionx",
|
||
|
|
"version-string": "1.2.1",
|
||
|
|
"dependencies": [
|
||
|
|
"fmt",
|
||
|
|
"freetype",
|
||
|
|
"libpng",
|
||
|
|
"libsodium",
|
||
|
|
"sdl2",
|
||
|
|
"sdl2-ttf"
|
||
|
|
],
|
||
|
|
"features": {
|
||
|
|
"translations": {
|
||
|
|
"description": "Build translation files",
|
||
|
|
"dependencies": [
|
||
|
|
{
|
||
|
|
"name": "gettext",
|
||
|
|
"features": [ "tools" ]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"tests": {
|
||
|
|
"description": "Build tests",
|
||
|
|
"dependencies": [ "gtest" ]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|