更新windows下icon引入路径

This commit is contained in:
Tlntin
2022-12-10 18:11:08 +08:00
parent 4619100116
commit aa5999ef2c

View File

@@ -21,7 +21,7 @@ use wry::application::{
};
#[cfg(target_os = "windows")]
use wry::window::Icon;
use wry::application::window::Icon;
#[cfg(target_os = "linux")]
use wry::webview::WebContext;