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