Initialize project and implement decentralized voice chat client (PipeWire, Opus, Iroh, Iced)
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
pub mod audio;
|
||||
pub mod codec;
|
||||
pub mod network;
|
||||
pub mod core;
|
||||
pub mod app;
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() {
|
||||
if let Err(e) = app::run_gui() {
|
||||
eprintln!("Error running GUI: {:?}", e);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user