egui/crates/egui-wgpu
Emil Ernerfeldt bd9bc252aa
Fix buggy text withviewports on monitors with different scales (#3666)
* Closes https://github.com/emilk/egui/issues/3664

Bonus: optimize color conversions and font atlas upload, especially in
debug builds.
2023-11-30 15:56:05 +01:00
..
src Fix buggy text withviewports on monitors with different scales (#3666) 2023-11-30 15:56:05 +01:00
CHANGELOG.md Update changelogs 2023-11-23 15:46:04 +01:00
Cargo.toml Release 0.24.0 - Multi-viewport 2023-11-23 15:56:46 +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