2020-10-06 23:27:21 +08:00
|
|
|
{
|
|
|
|
"name": "infoware",
|
2023-05-16 05:09:58 +08:00
|
|
|
"version-date": "2023-04-12",
|
2020-10-06 23:27:21 +08:00
|
|
|
"description": "C++ Library for pulling system and hardware information, without hitting the command line.",
|
|
|
|
"homepage": "https://github.com/ThePhD/infoware",
|
2023-05-16 05:09:58 +08:00
|
|
|
"license": "CC0-1.0",
|
|
|
|
"supports": "!android & !uwp & !(windows & arm)",
|
2021-06-19 02:06:31 +08:00
|
|
|
"dependencies": [
|
2023-05-16 05:09:58 +08:00
|
|
|
{
|
|
|
|
"name": "infoware",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "pciids",
|
|
|
|
"platform": "native"
|
|
|
|
},
|
2021-06-19 02:06:31 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
2020-10-06 23:27:21 +08:00
|
|
|
"features": {
|
|
|
|
"d3d": {
|
2023-05-16 05:09:58 +08:00
|
|
|
"description": [
|
|
|
|
"Use Direct3D for GPU detection.",
|
|
|
|
"This choice has priority over opencl and opengl."
|
|
|
|
],
|
|
|
|
"supports": "windows"
|
2020-10-06 23:27:21 +08:00
|
|
|
},
|
|
|
|
"opencl": {
|
2023-05-16 05:09:58 +08:00
|
|
|
"description": [
|
|
|
|
"Use OpenCL for GPU detection.",
|
|
|
|
"This choice has priority over opengl."
|
|
|
|
],
|
|
|
|
"dependencies": [
|
|
|
|
"opencl"
|
|
|
|
]
|
2020-10-06 23:27:21 +08:00
|
|
|
},
|
|
|
|
"opengl": {
|
2023-05-16 05:09:58 +08:00
|
|
|
"description": "Use OpenGL for GPU detection.",
|
|
|
|
"supports": "!osx & !ios",
|
|
|
|
"dependencies": [
|
|
|
|
"opengl"
|
|
|
|
]
|
2020-10-06 23:27:21 +08:00
|
|
|
},
|
|
|
|
"x11": {
|
2023-05-16 05:09:58 +08:00
|
|
|
"description": "Use X11 for display detection.",
|
|
|
|
"supports": "!windows"
|
2020-10-06 23:27:21 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|