mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:43:11 +08:00
76e68f2de9
* Update palsigslot to 1.2.2 * Update CI baseline * Add license * Update CI baseline * Add back HEAD_REF * Update CI baseline --------- Co-authored-by: chausner <chausner@users.noreply.github.com>
18 lines
362 B
JSON
18 lines
362 B
JSON
{
|
|
"name": "palsigslot",
|
|
"version": "1.2.2",
|
|
"description": "A header-only, thread safe implementation of signal-slots for C++.",
|
|
"homepage": "https://github.com/palacaze/sigslot",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|