Skip to content

Commit

Permalink
Fix typo in category names
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald committed Mar 6, 2021
1 parent 641a6e9 commit 1fc8881
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rend3-gltf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "gltf scene and model loader for rend3"
repository = "https://github.com/BVE-Reborn/rend3"
license = "MIT OR Apache-2.0 OR Zlib"
keywords = ["3d", "graphics", "gltf", "loading", "rend3"]
categories = ["game-devlopment", "graphics", "parser-implementations", "rendering", "rendering::engine"]
categories = ["game-development", "graphics", "parser-implementations", "rendering", "rendering::engine"]

[dependencies]
async-std = "1"
Expand Down
2 changes: 1 addition & 1 deletion rend3-list/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "default renderlist rend3"
repository = "https://github.com/BVE-Reborn/rend3"
license = "MIT OR Apache-2.0 OR Zlib"
keywords = ["3d", "graphics", "gpu", "renderer", "wgpu"]
categories = ["game-devlopment", "graphics", "rendering", "rendering::engine"]
categories = ["game-development", "graphics", "rendering", "rendering::engine"]

[dependencies]
rend3 = { version = "0.0.1", path = "../rend3" }
2 changes: 1 addition & 1 deletion rend3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "../README.md"
repository = "https://github.com/BVE-Reborn/rend3"
license = "MIT OR Apache-2.0 OR Zlib"
keywords = ["3d", "graphics", "gpu", "renderer", "wgpu"]
categories = ["game-devlopment", "graphics", "rendering", "rendering::engine"]
categories = ["game-development", "graphics", "rendering", "rendering::engine"]

[dependencies]
arrayvec = "0.5"
Expand Down

0 comments on commit 1fc8881

Please sign in to comment.