mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 10:53:50 +08:00
468b093ce1
* [efsw] Update to 2023-01-06 * [efsw] Update version files * [efsw] Remove vcpkg_minimum_required call * [efsw] Update version files
19 lines
381 B
JSON
19 lines
381 B
JSON
{
|
|
"name": "efsw",
|
|
"version-date": "2023-01-06",
|
|
"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
|
|
}
|
|
]
|
|
}
|