egui/crates/egui-wgpu
Andreas Reich b52cd2052f
Support for transparent backbuffer in wgpu winit binding (#2684)
* Support for transparent backbuffer in wgpu winit binding
Choose best fitting composite alpha mode on the fly.

* Compilation fix

* Add line to eframe CHANGELOG

* Attempt to mollify CI: try different way to install apt packages

---------

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
2023-02-06 14:16:17 +01:00
..
src Support for transparent backbuffer in wgpu winit binding (#2684) 2023-02-06 14:16:17 +01:00
Cargo.toml Update to to winit 0.28 (#2654) 2023-02-04 12:43:43 +01:00
CHANGELOG.md Support for transparent backbuffer in wgpu winit binding (#2684) 2023-02-06 14:16:17 +01:00
README.md Move all crates into a crates directory (#1940) 2022-08-20 10:41:49 +02:00

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