2022-07-31 18:55:11 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
|
|
|
|
"name": "enderal-se",
|
2023-12-03 22:45:37 +00:00
|
|
|
"version-string": "2.1.0",
|
2022-07-31 18:55:11 +00:00
|
|
|
"port-version": 0,
|
|
|
|
"description": "Enderal SE Helper",
|
2023-12-03 22:45:37 +00:00
|
|
|
"homepage": "https://mod.pub/enderal-se/38-enderal-se",
|
2022-07-31 18:55:11 +00:00
|
|
|
"license": "LGPL-3.0",
|
|
|
|
"features": {
|
|
|
|
"plugin": {
|
|
|
|
"description": "Enderal SE functions and potion replacer.",
|
|
|
|
"dependencies": [
|
2024-07-27 14:30:58 +00:00
|
|
|
"simpleini",
|
|
|
|
"spdlog",
|
|
|
|
"directxtk",
|
2024-07-29 13:27:01 +00:00
|
|
|
"rapidcsv",
|
|
|
|
"xbyak"
|
2022-07-31 18:55:11 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"default-features": [
|
|
|
|
"plugin"
|
|
|
|
]
|
|
|
|
}
|