mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 19:19:01 +08:00
53219b7c4e
* add feature * update version * del webview2 * update version * del feature * update version * update to 2.0.0 * udpare version * update verison * update version * update to 2.1.0 * update version * add dependency * update version * delete version * update to 2.6 * update version
14 lines
273 B
JSON
14 lines
273 B
JSON
{
|
|
"name": "lockpp",
|
|
"version": "2.6",
|
|
"description": "A C++17 Library that provides mutex protected objects",
|
|
"homepage": "https://github.com/Soundux/lockpp",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|