22 lines
529 B
JSON
22 lines
529 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
|
|
"name": "artifact-tracker",
|
|
"version-string": "1.0.0",
|
|
"port-version": 0,
|
|
"description": "Artifact Tracker",
|
|
"homepage": "https://eddoursul.win/mods/artifact-tracker/",
|
|
"license": "LGPL-3.0",
|
|
"features": {
|
|
"plugin": {
|
|
"description": "Tracks found and stored artifacts.",
|
|
"dependencies": [
|
|
"commonlibsse-ng",
|
|
"simpleini"
|
|
]
|
|
}
|
|
},
|
|
"default-features": [
|
|
"plugin"
|
|
]
|
|
}
|