Skip to content

Commit

Permalink
导出IconExtWindows,使Icon支持Icon::from_resource从资源resource中加载icon
Browse files Browse the repository at this point in the history
  • Loading branch information
deego committed Jan 25, 2025
1 parent 0be9f67 commit 258a306
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pub use winit::window::Theme;
pub use winit::window::WindowButtons;
pub use winit::window::WindowId;
pub use winit::window::WindowLevel;
pub use winit::platform::windows::IconExtWindows;

use crate::app::{add_app_update_event, AppUpdateEvent};
use crate::view::IntoView;
Expand Down

0 comments on commit 258a306

Please sign in to comment.