mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:59:00 +08:00
16ec112a10
* Update cwalk to 1.2.6 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
17 lines
392 B
JSON
17 lines
392 B
JSON
{
|
|
"name": "cwalk",
|
|
"version": "1.2.6",
|
|
"description": "Path library for C/C++. Cross-Platform for Windows, MacOS and Linux. Supports UNIX and Windows path styles on those platforms.",
|
|
"homepage": "https://likle.github.io/cwalk/",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|