vcpkg/ports/dlfcn-win32/vcpkg.json
JonLiu1993 c156f35359
[dlfcn-win32] update to v1.3.1 (#26721)
* [dlfcn-win32] update to v1.3.1

* update version
2022-09-08 11:30:05 -07:00

15 lines
322 B
JSON

{
"name": "dlfcn-win32",
"version": "1.3.1",
"description": "dlfcn-win32 is an implementation of dlfcn for Windows.",
"homepage": "https://github.com/dlfcn-win32/dlfcn-win32",
"license": "MIT",
"supports": "windows & !uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}