We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e6680e commit b147541Copy full SHA for b147541
src/eigen3.rs
@@ -6,6 +6,8 @@
6
//!
7
//! Adapted from <https://github.com/Jondolf/barry/tree/main/src/math/eigen>
8
9
+#![allow(clippy::manual_swap)] // Needed for spirv compatibility.
10
+
11
use glam::Vec3Swizzles;
12
use num_traits::float::FloatConst;
13
0 commit comments