Eddoursul
f2150e94ef
- Cross-runtime build, tested on SE and AE - Intergrated Flat Map Markers and Stay At The System Page - Added tons of sanity checks - Automatically overrides bFreebiesSeen, bInvalidateOlderFiles, and bModManagerMenuEnabled INI values
22 lines
525 B
JSON
22 lines
525 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
|
|
"name": "enderal-se",
|
|
"version-string": "1.0.0",
|
|
"port-version": 0,
|
|
"description": "Enderal SE Helper",
|
|
"homepage": "https://eddoursul.win/mods/enderal-se/",
|
|
"license": "LGPL-3.0",
|
|
"features": {
|
|
"plugin": {
|
|
"description": "Enderal SE functions and potion replacer.",
|
|
"dependencies": [
|
|
"commonlibsse-ng",
|
|
"simpleini"
|
|
]
|
|
}
|
|
},
|
|
"default-features": [
|
|
"plugin"
|
|
]
|
|
}
|