vcpkg/ports/pthreadpool/vcpkg.json
Park DongHa a454cf6e00
[pthreadpool] remove unused dependency (#17634)
* [pthreadpool] remove unused dependency

* [pthreadpool] update git-tree SHA
2021-05-03 10:49:43 -07:00

11 lines
256 B
JSON

{
"name": "pthreadpool",
"version-date": "2020-04-10",
"port-version": 1,
"description": "Portable (POSIX/Windows/Emscripten) thread pool for C/C++",
"homepage": "https://github.com/Maratyszcza/pthreadpool",
"dependencies": [
"fxdiv"
]
}