From b0d9b018cc7a401c93337ace1ba533a0a5068544 Mon Sep 17 00:00:00 2001 From: Firestar99 <4696087-firestar99@users.noreply.gitlab.com> Date: Thu, 2 Nov 2023 23:56:18 +0100 Subject: [PATCH] fixed test-all-math-libraries feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 75bddcd..09b3e49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ resolver = "2" [features] default = ["std"] std = [] -test-all-math-libraries = ["cgmath", "glam", "nalgebra"] +test-all-math-libraries = ["cgmath", "glam", "glam/std", "nalgebra"] [workspace] members = [".", "crevice-derive", "crevice-tests"]