aboutsummaryrefslogtreecommitdiff
path: root/mling/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mling/src/lib.rs')
-rw-r--r--mling/src/lib.rs12
1 files changed, 12 insertions, 0 deletions
diff --git a/mling/src/lib.rs b/mling/src/lib.rs
new file mode 100644
index 0000000..2ea6305
--- /dev/null
+++ b/mling/src/lib.rs
@@ -0,0 +1,12 @@
+#![allow(unused_imports)]
+
+use mingling::macros::gen_program;
+
+pub mod cargo_style;
+pub mod display;
+pub mod res;
+
+mod proj_mgr;
+use proj_mgr::*;
+
+gen_program!();