diff options
Diffstat (limited to 'mingling_core/src/renderer.rs')
| -rw-r--r-- | mingling_core/src/renderer.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mingling_core/src/renderer.rs b/mingling_core/src/renderer.rs index 33dd08d..435518d 100644 --- a/mingling_core/src/renderer.rs +++ b/mingling_core/src/renderer.rs @@ -1,3 +1,3 @@ -#[cfg(feature = "general_renderer")] -pub mod general; +#[cfg(feature = "structural_renderer")] +pub mod structural; pub mod render_result; |
