From d6ce8cd37a9b72efd3b6921608b10f8f67263d47 Mon Sep 17 00:00:00 2001 From: Natasha England-Elbro Date: Mon, 5 Feb 2024 13:05:23 +0000 Subject: [PATCH] fix: glam feature not in docs --- citro3d/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citro3d/Cargo.toml b/citro3d/Cargo.toml index 49402fa..705d601 100644 --- a/citro3d/Cargo.toml +++ b/citro3d/Cargo.toml @@ -21,7 +21,7 @@ libc = "0.2.125" default = ["glam"] ## Enable this feature to use the `approx` crate for comparing vectors and matrices. approx = ["dep:approx"] -# Enable for glam support in uniforms +## Enable for glam support in uniforms glam = ["dep:glam"] [dev-dependencies]