enderalse/source/Steam DLL/vcpkg.json

22 lines
546 B
JSON
Raw Normal View History

{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "enderal-se-steam",
"version-string": "1.0.0",
"port-version": 0,
"description": "Enderal SE Steam Support",
"homepage": "https://eddoursul.win/mods/enderal-se/",
"license": "LGPL-3.0",
"features": {
"plugin": {
"description": "Enderal SE Steam achievements and status support.",
"dependencies": [
"commonlibsse-ng",
"simpleini"
]
}
},
"default-features": [
"plugin"
]
}