mirror of
https://github.com/ayangweb/BongoCat.git
synced 2026-03-12 17:51:48 +08:00
9 lines
164 B
Rust
9 lines
164 B
Rust
use tauri::{AppHandle, WebviewWindow};
|
|
|
|
pub fn platform(
|
|
_app_handle: &AppHandle,
|
|
_main_window: WebviewWindow,
|
|
_preference_window: WebviewWindow,
|
|
) {
|
|
}
|