summaryrefslogtreecommitdiff
path: root/mingling_core/src/renderer.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_core/src/renderer.rs')
-rw-r--r--mingling_core/src/renderer.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/mingling_core/src/renderer.rs b/mingling_core/src/renderer.rs
index 631092b..33dd08d 100644
--- a/mingling_core/src/renderer.rs
+++ b/mingling_core/src/renderer.rs
@@ -1 +1,3 @@
+#[cfg(feature = "general_renderer")]
+pub mod general;
pub mod render_result;