Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

19 lines
376 B
JSON

{
"name": "eventpp",
"version-semver": "0.1.3",
"port-version": 1,
"description": "C++ library for event dispatcher and callback list",
"homepage": "https://github.com/wqking/eventpp",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}