mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:41:47 +08:00
b7a1088ae9
* [yasm/yasm-tool] Incorporate yasm-tool into yasm * version * Fix merge issue * version * Add missing dependency feature * version * Apply suggestions * version
14 lines
217 B
JSON
14 lines
217 B
JSON
{
|
|
"name": "yasm-tool",
|
|
"version-date": "2021-12-14",
|
|
"description": "Legacy port. Use port yasm instead.",
|
|
"dependencies": [
|
|
{
|
|
"name": "yasm",
|
|
"features": [
|
|
"tools"
|
|
]
|
|
}
|
|
]
|
|
}
|