mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-20 13:39:15 +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 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