vcpkg/ports/lfreist-hwinfo/vcpkg.json
Hlongyu 994bab29e7
[lfreist-hwinfo] Add new port (#40706)
Co-authored-by: Jim wang (BEYONDSOFT CONSULTING INC) <v-wangjim@microsoft.com>
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
Co-authored-by: honglongyu <honglongyu@sansi.com>
2024-09-04 22:42:08 -07:00

18 lines
467 B
JSON

{
"name": "lfreist-hwinfo",
"version-date": "2024-09-01",
"description": "hwinfo provides an easy-to-use and modern C++ API for retrieving hardware information of your systems components such as CPU, RAM, GPU, Disks, Mainboard, ...",
"homepage": "https://github.com/lfreist/hwinfo",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}