mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:51:47 +08:00
65194bfbf5
* update efsw * update version --------- Co-authored-by: MonicaLiu <v-liumonica@microsoft.com>
19 lines
371 B
JSON
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
|
|
}
|
|
]
|
|
}
|