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:
@@ -0,0 +1,12 @@
|
||||
mod epic_platform;
|
||||
mod get_manifests;
|
||||
mod manifest_item;
|
||||
mod paths;
|
||||
mod settings;
|
||||
mod epic_ui;
|
||||
|
||||
pub use epic_platform::*;
|
||||
use get_manifests::get_egs_manifests;
|
||||
pub(crate) use manifest_item::*;
|
||||
use paths::*;
|
||||
|
||||
Reference in New Issue
Block a user