egui/egui-wgpu
Emil Ernerfeldt bf15bb6e19
Use cargo cranky instead of cargo clippy (#1820)
* Use cargo cranky instead of cargo clippy

cargo cranky (https://github.com/ericseppanen/cargo-cranky)
is a new tool that passes lints specified in a Cranky.toml
to cargo clippy.

This is a possible solution to
https://github.com/rust-lang/cargo/issues/5034

* Remove `-W clippy::all` from `check.sh` (rely on `Cranky.toml` instead)
2022-07-20 12:34:19 +02:00
..
src Use cargo cranky instead of cargo clippy (#1820) 2022-07-20 12:34:19 +02:00
Cargo.toml faster builds: remove tracing-attributes feature from tracing 2022-07-04 00:11:08 +02:00
CHANGELOG.md egui_winit/wgpu: enable Android support (#1634) 2022-05-22 20:24:41 +02:00
README.md Add egui_wgpu crate (#1564) 2022-05-12 09:02:28 +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