Browse Source

add constraints to tui mod

ghassmo 4 years ago
parent
commit
bc8640f81b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/lib.rs

+ 2 - 0
src/lib.rs

@@ -18,6 +18,8 @@ pub mod util;
 pub mod vm;
 pub mod vm_serial;
 pub mod wallet;
+
+#[cfg(feature = "tui")]
 pub mod tui;
 
 #[cfg(feature = "darkpulse")]