1
pick-up-all-ng/vcpkg.json

23 lines
469 B
JSON
Raw Normal View History

2024-07-04 01:32:46 +00:00
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "pickup-helper-ng",
"version-string": "1.0.0",
"port-version": 0,
"description": "Pickup Helper NG",
"license": "LGPL-3.0",
"features": {
"plugin": {
"description": "Pickup Helper NG",
"dependencies": [
"simpleini",
"spdlog",
"directxtk",
"rapidcsv"
]
}
},
"default-features": [
"plugin"
]
}