Closed ebkalderon closed 1 year ago
.circleci
Note: this new CI setup doesn't pass yet due to several factors:
glutin
From
InputButton
winit
wgpu
cargo audit
triangle.rs
cargo clippy
renderdoc-sys
bindgen
These issues will be handled in one or more separate PRs.
Changed
Removed
.circleci
directory and switch off CircleCI integration.Note: this new CI setup doesn't pass yet due to several factors:
glutin
occurring in theFrom
conversion forInputButton
.glutin
,winit
, andwgpu
with vulnerable transitive dependencies that preventcargo audit
from passing.triangle.rs
format string causingcargo clippy
to fail.renderdoc-sys
unit tests generated bybindgen
0.31.4 dereference null pointers, which is undefined behavior and causescargo clippy
to fail.These issues will be handled in one or more separate PRs.