yuzu/externals/vcpkg/ports/yasm-tool-helper/vcpkg.json

17 lines
316 B
JSON
Executable File

{
"name": "yasm-tool-helper",
"version-date": "2020-03-11",
"port-version": 1,
"description": "Backfill that depends on yasm:host",
"homepage": "https://github.com/Microsoft/vcpkg",
"dependencies": [
{
"name": "yasm",
"host": true,
"features": [
"tools"
]
}
]
}