mirror of
https://github.com/lune-org/lune.git
synced 2025-04-04 10:30:54 +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 roblox;
|
||||
|
||||
#[cfg(feature = "roblox")]
|
||||
pub mod roblox;
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
|
Loading…
Add table
Reference in a new issue