nalgebra-glm: fix no-std build

This commit is contained in:
Sébastien Crozet 2021-11-21 21:11:55 +01:00
parent a463143608
commit a35918b613
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ use num::{Bounded, Signed};
use na::Scalar;
use simba::scalar::{ClosedAdd, ClosedMul, ClosedSub, RealField};
use std::cmp::PartialOrd;
use core::cmp::PartialOrd;
/// A number that can either be an integer or a float.
pub trait Number: