yuzu/externals/vcpkg/ports/randomstr/vcpkg.json

17 lines
307 B
JSON
Raw Normal View History

2022-07-23 05:01:36 +04:00
{
"name": "randomstr",
"version-date": "2022-02-03",
"description": "Simple randomstr function in a header-only C89 library",
"license": "0BSD",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}