Switched to wgpu backend. #33
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
2 errors and 1 warning
no variant or associated item named `Wgpu` found for enum `eframe::Renderer` in the current scope:
src/main.rs#L29
error[E0599]: no variant or associated item named `Wgpu` found for enum `eframe::Renderer` in the current scope
--> src/main.rs:29:37
|
29 | renderer: eframe::Renderer::Wgpu,
| ^^^^ variant or associated item not found in `Renderer`
|
run_checks
Clippy had exited with the 101 exit code
|
run_checks
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|