egui/crates
Andreas Reich 0e6d69d4c4
Make egui work on WebGPU out of the box. (#2945)
* Make wgpu webgl/gles opt-in (but still work out of the box via feature flag), workaround canvas creation issue

* missing allow unsafe code annotations

* add breaking change not to eframe release notes

* Add --webgpu flag to build_demo_web.sh

* Improve CHANGELOG docs

* Clean up, and prepare for having to wasm:s

* put canvas without workaround under `if false`

* fix spelling

---------

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
2023-04-24 11:26:45 +02:00
..
ecolor Fix typos (#2866) 2023-04-18 15:52:45 +02:00
eframe Make egui work on WebGPU out of the box. (#2945) 2023-04-24 11:26:45 +02:00
egui clippy fixes from 1.69.0 2023-04-21 11:33:18 +02:00
egui-wgpu Make egui work on WebGPU out of the box. (#2945) 2023-04-24 11:26:45 +02:00
egui-winit Enable egui-winit to support wasm target (#2949) 2023-04-24 09:16:50 +02:00
egui_demo_app clippy fixes from 1.69.0 2023-04-21 11:33:18 +02:00
egui_demo_lib clippy fixes from 1.69.0 2023-04-21 11:33:18 +02:00
egui_extras Replace `tracing` with `log` (#2928) 2023-04-18 21:11:26 +02:00
egui_glium Fix typos (#2866) 2023-04-18 15:52:45 +02:00
egui_glow Replace `tracing` with `log` (#2928) 2023-04-18 21:11:26 +02:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath clippy fixes from 1.69.0 2023-04-21 11:33:18 +02:00
epaint clippy fixes from 1.69.0 2023-04-21 11:33:18 +02:00