mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-20 13:39:15 +00:00
Merge branch 'ci/release' of https://github.com/kunkunsh/kunkun into ci/release
This commit is contained in:
commit
ae6ca547bd
@ -1,10 +1,13 @@
|
|||||||
use applications::utils::image::{RustImage, RustImageData};
|
use applications::utils::image::{RustImage, RustImageData};
|
||||||
|
use std::path::Path;
|
||||||
use std::{
|
use std::{
|
||||||
ffi::OsStr,
|
ffi::OsStr,
|
||||||
fs::File,
|
fs::File,
|
||||||
io::{BufReader, Cursor},
|
io::{BufReader, Cursor},
|
||||||
path::PathBuf,
|
path::PathBuf,
|
||||||
};
|
};
|
||||||
|
use uuid::Uuid;
|
||||||
|
|
||||||
#[cfg(target_os = "macos")]
|
#[cfg(target_os = "macos")]
|
||||||
use tauri_icns::{IconFamily, IconType};
|
use tauri_icns::{IconFamily, IconType};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user