vcpkg/ports/ghc-filesystem/vcpkg.json
chausner b9d5cc0bae
[ghc-filesystem] Update to 1.5.10 (#21397)
* Update ghc-filesystem to 1.5.10

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-11-15 14:33:10 -08:00

17 lines
389 B
JSON

{
"name": "ghc-filesystem",
"version": "1.5.10",
"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",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}