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

23 lines
475 B
JSON
Raw Permalink Normal View History

2024-07-04 01:32:46 +00:00
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
2024-07-04 19:50:34 +00:00
"name": "pick-up-all-ng",
2024-07-04 01:32:46 +00:00
"version-string": "1.0.0",
"port-version": 0,
2024-07-04 19:50:34 +00:00
"description": "Pick Up All NG",
2024-07-04 01:32:46 +00:00
"license": "LGPL-3.0",
"features": {
"plugin": {
2024-07-04 19:50:34 +00:00
"description": "Pick Up All NG",
2024-07-04 01:32:46 +00:00
"dependencies": [
"simpleini",
"spdlog",
2024-07-04 19:50:34 +00:00
"directxtk",
"rapidcsv"
2024-07-04 01:32:46 +00:00
]
}
},
"default-features": [
"plugin"
]
}