aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/res/dirs.rs
blob: 2734aa376ac4b1121a09fb398e99e203b3b21d31 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Doc Not Optimize
mod current_dir;
pub use current_dir::*;

mod current_exe;
pub use current_exe::*;

mod temp_dir;
pub use temp_dir::*;

mod home_dir;
pub use home_dir::*;