mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 14:03:42 +02:00
Modular platforms (#241)
This commit is contained in:
+3
-3
@@ -1,11 +1,11 @@
|
||||
#[cfg(target_family = "unix")]
|
||||
mod symlinks;
|
||||
pub mod symlinks;
|
||||
mod synchronization;
|
||||
|
||||
pub use synchronization::download_images;
|
||||
pub use synchronization::get_platform_shortcuts;
|
||||
pub use synchronization::run_sync;
|
||||
|
||||
pub use synchronization::IsBoilRShortcut;
|
||||
pub use synchronization::SyncProgress;
|
||||
pub use synchronization::*;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user