mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 18:01:36 +08:00
018ba5ae0b
* [crossguid] update to latest commit * [crossguid] update to latest commit * update version * add * update version
20 lines
381 B
JSON
20 lines
381 B
JSON
{
|
|
"name": "crossguid",
|
|
"version-date": "2021-10-22",
|
|
"description": "CrossGuid is a minimal, cross platform, C++ GUID library.",
|
|
"dependencies": [
|
|
{
|
|
"name": "libuuid",
|
|
"platform": "!windows & !uwp & !osx & !android"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|