mirror of
https://github.com/arabianq/pipewire-soundpad.git
synced 2026-04-28 14:31:23 +00:00
1.0.0 rewrite
This commit is contained in:
+7
-2
@@ -1,3 +1,8 @@
|
||||
fn main () {
|
||||
mod gui;
|
||||
|
||||
}
|
||||
use std::error::Error;
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> Result<(), Box<dyn Error>> {
|
||||
gui::run().await
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user