mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-01-26 11:35:03 +00:00
11 lines
234 B
Rust
11 lines
234 B
Rust
fn main() {
|
|
tauri::AppBuilder::default().setup(move |app, name| {
|
|
//
|
|
let window = app.get_window();
|
|
|
|
let window = app.get_window();
|
|
tauri::spawn(|| async move {
|
|
//
|
|
});
|
|
});
|
|
}
|