lfreist / hwinfo

cross platform C++ library for hardware information (CPU, RAM, GPU, ...)
MIT License
433 stars 74 forks source link

feat: rewrite the example via libfmt #95

Closed aminya closed 1 month ago

aminya commented 1 month ago

This significantly simplifies and improves the example by using libfmt instead of iostream.