egui/crates
Varphone Wong 1970e2ccb1
`eframe`: Add `winuser` feature to `winapi` to fix unresolved import (#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...
```
2024-02-13 12:27:58 +01:00
..
ecolor Release 0.26.1 - Bug Fixes 2024-02-11 09:03:09 +01:00
eframe `eframe`: Add `winuser` feature to `winapi` to fix unresolved import (#4037) 2024-02-13 12:27:58 +01:00
egui `TextEdit`: Change `margin` property to `egui::Margin` type (#3993) 2024-02-13 10:44:55 +01:00
egui-wgpu Release 0.26.1 - Bug Fixes 2024-02-11 09:03:09 +01:00
egui-winit Update memoffset to 0.9.0, arboard to 3.3.1, and remove egui_glow's needless dependency on pure_glow's deps (#4036) 2024-02-13 10:32:18 +01:00
egui_demo_app Make `egui_wgpu::renderer` a private module (#3979) 2024-02-05 15:12:59 +01:00
egui_demo_lib Fix: `Response.interact_pointer_pos` is `Some` on click and drag released (#4014) 2024-02-10 11:21:57 +01:00
egui_extras Release 0.26.1 - Bug Fixes 2024-02-11 09:03:09 +01:00
egui_glow Update memoffset to 0.9.0, arboard to 3.3.1, and remove egui_glow's needless dependency on pure_glow's deps (#4036) 2024-02-13 10:32:18 +01:00
egui_plot Release 0.26.1 - Bug Fixes 2024-02-11 09:03:09 +01:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Use more workspace dependencies (#3975) 2024-02-05 12:43:58 +01:00
epaint Release 0.26.1 - Bug Fixes 2024-02-11 09:03:09 +01:00