egui/crates/egui-wgpu
Emil Ernerfeldt 3d6a15f442
Log warning instead of error when failing to decode RON in storage (#2961)
* Log warning instead of error when failing to decode RON in storage

* New web demo

* Clean up some warn/error logging

* Avoid deadlock that could happen on crash

* Log errors using console.warn, because console.error can cause crashes

* Use patched version of wasm-bindgen-cli, allowing >2GB memory

* New web demo
2023-04-27 09:45:44 +02:00
..
src Log warning instead of error when failing to decode RON in storage (#2961) 2023-04-27 09:45:44 +02:00
CHANGELOG.md Fix typos (#2866) 2023-04-18 15:52:45 +02:00
Cargo.toml [wgpu] Expose wgpu::Adapter via RenderState (#2954) 2023-04-25 17:42:13 +02: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