Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikatemu authored Jun 12, 2024
1 parent fc7fa2d commit bfd7f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "repath"
version = "0.0.5"
edition = "2021"
authors = ["Jaroslav Patočka <[email protected]>"]
description = "A fast pathfinding library for game servers using A* and bidirectional search with caching."
description = "A fast pathfinding library for game servers using A* algorithm, caching and precomputation."
readme = "README.md"
keywords = ["pathfinding", "game", "server", "gameserver", "navmesh"]
categories = ["game-development", "algorithms", "data-structures"]
Expand Down

0 comments on commit bfd7f44

Please sign in to comment.