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

18 lines
371 B
JSON

{
"name": "dylib",
"version-semver": "2.2.1",
"description": "C++ cross-platform wrapper around dynamic loading of shared libraries",
"homepage": "https://github.com/martin-olivier/dylib",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}