yuzu/externals/vcpkg/ports/cmark/vcpkg.json

22 lines
396 B
JSON
Executable File

{
"name": "cmark",
"version-semver": "0.30.1",
"description": "CommonMark parsing and rendering library",
"homepage": "https://github.com/commonmark/cmark",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tools": {
"description": "Build tools"
}
}
}