vcpkg/ports/efsw/vcpkg.json
MonicaLiu 65194bfbf5
[efsw] Update to 1.3.1. (#29430)
* update efsw

* update version

---------

Co-authored-by: MonicaLiu <v-liumonica@microsoft.com>
2023-02-07 14:59:38 -08:00

19 lines
371 B
JSON

{
"name": "efsw",
"version": "1.3.1",
"description": "efsw is a C++ cross-platform file system watcher and notifier.",
"homepage": "https://github.com/SpartanJ/efsw",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}