FillZpp / sys-info-rs

Get system information in Rust.
MIT License
168 stars 57 forks source link

adding get_graphics_info() function for windows #117

Closed Necoo33 closed 10 months ago

Necoo33 commented 10 months ago

Hello. I'm started to use that liblary about 1 or 2 weeks ago and i wanted to contribute it via adding the ability of reading video card infos. Because of that, i'm making that commit. It passes the test.

Because windows outputs for that terminal commands came with multilines and unordered way, i have implement that graphic infos as Vectors of Strings.