7 lines
151 B
Rust
7 lines
151 B
Rust
use mumble_web2_gui::{app, imp::Platform, imp::PlatformInterface as _};
|
|
|
|
pub fn main() {
|
|
Platform::init_logging();
|
|
dioxus::launch(app::app);
|
|
}
|