mirror of
https://github.com/lune-org/lune.git
synced 2025-04-20 03:43:49 +01:00
Export roblox module in lib
This commit is contained in:
parent
061742ed07
commit
2407800aca
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
mod lune;
|
mod lune;
|
||||||
mod roblox;
|
|
||||||
|
#[cfg(feature = "roblox")]
|
||||||
|
pub mod roblox;
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests;
|
mod tests;
|
||||||
|
|
Loading…
Add table
Reference in a new issue