mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Add uplay syncrhonization
This commit is contained in:
+2
-2
@@ -5,9 +5,10 @@ mod legendary;
|
||||
mod origin;
|
||||
mod platform;
|
||||
mod settings;
|
||||
mod sync;
|
||||
mod steam;
|
||||
mod steamgriddb;
|
||||
mod sync;
|
||||
mod uplay;
|
||||
|
||||
#[cfg(feature = "ui")]
|
||||
mod ui;
|
||||
@@ -26,4 +27,3 @@ async fn main() -> Result<(), Box<dyn Error>> {
|
||||
sync::run_sync(&settings).await
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user