blob: 5971ea422f424a6229789d4e1a308d6fc1769140 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"name": "rexo",
"version-semver": "0.2.2",
"description": "Rexo is a neat single-file cross-platform unit testing framework for C/C++",
"homepage": "https://github.com/christophercrouzet/rexo",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
|