Make nalgebra-glm compatible with no_std.

This commit is contained in:
sebcrozet 2018-12-29 12:26:04 +01:00 committed by Sébastien Crozet
parent 73603538e6
commit a31b3db600
1 changed files with 2 additions and 0 deletions

View File

@ -110,6 +110,8 @@
and keep in mind it is possible to convert, e.g., an `Isometry3` to a `Mat4` and vice-versa (see the [conversions section](#conversions)).
*/
#![cfg_attr(not(feature = "std"), no_std)]
extern crate num_traits as num;
#[macro_use]
extern crate approx;