mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-08-01 16:58:43 +02:00
8 lines
182 B
Rust
8 lines
182 B
Rust
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
|
|
|
fn main() {
|
|
donutbrowser_lib::run_with_builder(|builder| {
|
|
builder.plugin(tauri_wd::init())
|
|
});
|
|
}
|