Closed futurepaul closed 3 years ago
this should close #8 and #6
I'm using https://crates.io/crates/directories to pick the appropriate config folder per platform: .config on linux AppData on windows (haven't tested) Application Support on mac (haven't tested)
.config
AppData
Application Support
Looks good to me!
this should close #8 and #6
I'm using https://crates.io/crates/directories to pick the appropriate config folder per platform:
.config
on linuxAppData
on windows (haven't tested)Application Support
on mac (haven't tested)