Skip to content

Commit 8964bf2

Browse files
committed
chore: fix categories list in nalgebra-glm cargo.toml
1 parent 631064a commit 8964bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nalgebra-glm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation = "https://www.nalgebra.rs/docs"
88
homepage = "https://nalgebra.rs"
99
repository = "https://github.com/dimforge/nalgebra"
1010
readme = "../README.md"
11-
categories = ["science", "mathematics", "wasm", "no standard library"]
11+
categories = ["science", "mathematics", "wasm", "no-std"]
1212
keywords = ["linear", "algebra", "matrix", "vector", "math"]
1313
license = "Apache-2.0"
1414
edition = "2024"

0 commit comments

Comments
 (0)