aboutsummaryrefslogtreecommitdiff
path: root/mingling_picker/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_picker/src/lib.rs')
-rw-r--r--mingling_picker/src/lib.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/mingling_picker/src/lib.rs b/mingling_picker/src/lib.rs
index 4056283..d3d3fdd 100644
--- a/mingling_picker/src/lib.rs
+++ b/mingling_picker/src/lib.rs
@@ -19,3 +19,9 @@ pub mod prelude {
pub mod macros {
pub use mingling_picker_macros::*;
}
+
+#[cfg(feature = "core")]
+mod corebind;
+
+#[cfg(feature = "core")]
+pub use corebind::*;