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

19 lines
449 B
JSON

{
"name": "drekar-launch-process-cpp",
"version-semver": "0.1.0",
"description": "Companion library for drekar-launch for C++",
"homepage": "https://github.com/johnwason/drekar-launch-process-cpp",
"license": "Apache-2.0",
"supports": "(windows & (x86 | x64) & !uwp) | linux | osx",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}