Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…4037) After merging PR #4036, build errors occurred in eframe-related applications: ```log error[E0432]: unresolved import `winapi::um::winuser` --> crates\eframe\src\native\app_icon.rs:83:9 | 83 | use winapi::um::winuser; | ^^^^^^^^^^^^^^^^^^^ no `winuser` in `um` | note: found an item that was configured out --> C:\Users\Varphone\.cargo\registry\src\index.crates.io-6f17d22bba15001f\winapi-0.3.9\src\um\mod.rs:290:37 | 290 | #[cfg(feature = "winuser")] pub mod winuser; | ^^^^^^^ = note: the item is gated behind the `winuser` feature For more information about this error, try `rustc --explain E0432`. error: could not compile `eframe` (lib) due to previous error warning: build failed, waiting for other jobs to finish... ```
- Loading branch information