const COMMANDS: &[&str] = &[ "get_state", "get_gallery", "select_images", "delete_image", "set_image_crop", "set_setting", "next_wallpaper", ]; fn main() { tauri_plugin::Builder::new(COMMANDS) .android_path("android") .ios_path("ios") .build(); }