lfreist / hwinfo

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

feat: rewrite the example via libfmt #95

Closed aminya closed 4 months ago

aminya commented 4 months ago

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