vcpkg/ports/ghc-filesystem/vcpkg.json
JonLiu1993 48b9da7ef0
[ghc-filesystem] update to 1.5.14 (#32462)
* [ghc-filesystem] update to 1.5.14

* update version

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-07-10 09:53:57 -07:00

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
}
]
}