mirror of
https://github.com/diasurgical/DevilutionX.git
synced 2026-05-21 05:40:35 +00:00
39 lines
812 B
JSON
39 lines
812 B
JSON
{
|
|
"name": "devilutionx",
|
|
"version-string": "1.6.0",
|
|
"dependencies": [
|
|
"fmt",
|
|
"bzip2",
|
|
"lua",
|
|
"magic-enum"
|
|
],
|
|
"builtin-baseline": "b91c3336aee7f32412508f7dd351ae2cabdb8819",
|
|
"features": {
|
|
"sdl1": {
|
|
"description": "Use SDL1.2 instead of SDL2",
|
|
"dependencies": [ "sdl1", "libpng" ]
|
|
},
|
|
"sdl2": {
|
|
"description": "Use SDL2",
|
|
"dependencies": [ "sdl2", "sdl2-image" ]
|
|
},
|
|
"encryption": {
|
|
"description": "Build libsodium for packet encryption",
|
|
"dependencies": [ "libsodium" ]
|
|
},
|
|
"translations": {
|
|
"description": "Build translation files",
|
|
"dependencies": [
|
|
{
|
|
"name": "gettext",
|
|
"features": [ "tools" ]
|
|
}
|
|
]
|
|
},
|
|
"tests": {
|
|
"description": "Build tests",
|
|
"dependencies": [ "gtest", "benchmark" ]
|
|
}
|
|
}
|
|
}
|