mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 08:28:59 +08:00
4b38e91e6d
* Update palsigslot to 1.2.1 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
17 lines
342 B
JSON
17 lines
342 B
JSON
{
|
|
"name": "palsigslot",
|
|
"version": "1.2.1",
|
|
"description": "A header-only, thread safe implementation of signal-slots for C++.",
|
|
"homepage": "https://github.com/palacaze/sigslot",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|