Browse Source

fix: glam feature not in docs

pull/43/head
Natasha England-Elbro 12 months ago
parent
commit
d6ce8cd37a
No known key found for this signature in database
GPG Key ID: 46F323AE9236FD6A
  1. 2
      citro3d/Cargo.toml

2
citro3d/Cargo.toml

@ -21,7 +21,7 @@ libc = "0.2.125" @@ -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]

Loading…
Cancel
Save