mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-11 17:29:44 +00:00
fix: add path and uuid imports for improved functionality in icns.rs
This commit is contained in:
parent
4a91523caa
commit
70d76df035
@ -1,10 +1,13 @@
|
||||
use applications::utils::image::{RustImage, RustImageData};
|
||||
use std::path::Path;
|
||||
use std::{
|
||||
ffi::OsStr,
|
||||
fs::File,
|
||||
io::{BufReader, Cursor},
|
||||
path::PathBuf,
|
||||
};
|
||||
use uuid::Uuid;
|
||||
|
||||
#[cfg(target_os = "macos")]
|
||||
use tauri_icns::{IconFamily, IconType};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user