aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/res/dirs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mingling/src/res/dirs.rs')
-rw-r--r--mingling/src/res/dirs.rs11
1 files changed, 11 insertions, 0 deletions
diff --git a/mingling/src/res/dirs.rs b/mingling/src/res/dirs.rs
new file mode 100644
index 0000000..0a0a590
--- /dev/null
+++ b/mingling/src/res/dirs.rs
@@ -0,0 +1,11 @@
+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::*;