mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 00:19:01 +08:00
095121409e
* [platform-folders] update version to 4.2.0 * update version * fix osx * vdb
18 lines
394 B
JSON
18 lines
394 B
JSON
{
|
|
"name": "platform-folders",
|
|
"version": "4.2.0",
|
|
"description": "A C++ library to look for special directories like \"My Documents\" and \"%APPDATA%\"",
|
|
"homepage": "https://github.com/sago007/PlatformFolders",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|