You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+40-69
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,6 @@
12
12
hwinfo provides an easy-to-use and modern C++ API for retrieving hardware information of your systems components such as
13
13
CPU, RAM, GPU, Disks, Mainboard, ...
14
14
15
-
hwinfo automatically uses the latest C++ standard supported by your compiler. C++20 is required for GPU OpenCL support if enabled (configurable with `HWINFO_GPU_OPENCL`).
16
-
17
15
> **Note**
18
16
>
19
17
> If you face any issues, find bugs or if your platform is not supported yet, do not hesitate
@@ -22,17 +20,16 @@ hwinfo automatically uses the latest C++ standard supported by your compiler. C+
22
20
## Content
23
21
24
22
*[Supported Components](#supported-components)
25
-
*[API](#API)
26
23
*[Build hwinfo](#build-hwinfo)
27
24
*[Example](#example)
28
-
*[Include hwinfo to cmake project](#include-hwinfo-in-your-cmake-project)
25
+
*[Include hwinfo to cmake project](#include-hwinfo-to-cmake-project)
29
26
30
27
## Supported Components
31
28
32
29
> **Note**
33
30
>
34
31
> The listed components that are not yet implemented (indicated with ❌) are in development and will be supported in
35
-
> later releases. **You are welcome to start contributing and help improving this library!**
32
+
> future releases. **You are welcome to start contributing and help improving this library!**
0 commit comments