mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:39:07 +08:00
48b9da7ef0
* [ghc-filesystem] update to 1.5.14 * update version --------- Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
18 lines
409 B
JSON
18 lines
409 B
JSON
{
|
|
"name": "ghc-filesystem",
|
|
"version": "1.5.14",
|
|
"description": "An implementation of C++17 std::filesystem for C++11/C++14/C++17/C++20 on Windows, macOS, Linux and FreeBSD",
|
|
"homepage": "https://github.com/gulrak/filesystem",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|