egui/crates/egui-wgpu
YgorSouza d72f92c41d
Add `x11` and `wayland` features to egui-wgpu and egui_glow (#3909)
This allows them to build correctly on Linux by passing one or both of
the features alongside `winit`.

Closes #3492
Closes #2286
2024-01-30 16:55:55 +01:00
..
src Postpone call to get_current_texture (#3914) 2024-01-29 18:06:21 +01:00
CHANGELOG.md Release 0.25.0 - Better keyboard input 2024-01-08 12:25:43 +01:00
Cargo.toml Add `x11` and `wayland` features to egui-wgpu and egui_glow (#3909) 2024-01-30 16:55:55 +01:00
README.md Move all crates into a `crates` directory (#1940) 2022-08-20 10:41:49 +02:00

README.md

egui-wgpu

Latest version Documentation MIT Apache

This crates provides bindings between egui and wgpu.

This was originally hosted at https://github.com/hasenbanck/egui_wgpu_backend