mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 03:34:26 +08:00
18 lines
467 B
JSON
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
|
||
|
}
|
||
|
]
|
||
|
}
|