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]