|
|
@ -21,7 +21,7 @@ libc = "0.2.125" |
|
|
|
default = ["glam"] |
|
|
|
default = ["glam"] |
|
|
|
## Enable this feature to use the `approx` crate for comparing vectors and matrices. |
|
|
|
## Enable this feature to use the `approx` crate for comparing vectors and matrices. |
|
|
|
approx = ["dep:approx"] |
|
|
|
approx = ["dep:approx"] |
|
|
|
# Enable for glam support in uniforms |
|
|
|
## Enable for glam support in uniforms |
|
|
|
glam = ["dep:glam"] |
|
|
|
glam = ["dep:glam"] |
|
|
|
|
|
|
|
|
|
|
|
[dev-dependencies] |
|
|
|
[dev-dependencies] |
|
|
|