vcpkg/ports/palsigslot/vcpkg.json
chausner 76e68f2de9
[palsigslot] Update to 1.2.2 (#32069)
* 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>
2023-06-21 22:15:42 -07:00

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
}
]
}