meh / rust-terminfo

Terminal information for Rust.
Other
40 stars 15 forks source link

Remove `dirs` dep #38

Closed utkarshgupta137 closed 1 year ago

SabrinaJewson commented 1 year ago

Given that I don’t believe this part of the codebase is useful on Windows anyway, might it be better to just use std::env::home_dir? It’s what home shells out to on Unix platforms.

utkarshgupta137 commented 1 year ago

Given that I don’t believe this part of the codebase is useful on Windows anyway, might it be better to just use std::env::home_dir? It’s what home shells out to on Unix platforms.

Sure, let me update

SabrinaJewson commented 1 year ago

Thanks!

utkarshgupta137 commented 1 year ago

Can you create a release?