diff options
Diffstat (limited to 'mingling_picker/src')
| -rw-r--r-- | mingling_picker/src/corebind.rs | 1 | ||||
| -rw-r--r-- | mingling_picker/src/lib.rs | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/mingling_picker/src/corebind.rs b/mingling_picker/src/corebind.rs new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/mingling_picker/src/corebind.rs @@ -0,0 +1 @@ + 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::*; |
