Skip to content

Commit

Permalink
released version v1.0.0 as stable
Browse files Browse the repository at this point in the history
  • Loading branch information
selimserbes committed Aug 28, 2024
1 parent 979c7b8 commit b557305
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
[package]
name = "controlled_astar"
version = "1.0.0"
version = "1.0.0" # veya uygun sürüm numarasını girin
authors = ["Selim Serbes <[email protected]>"] # Kendi adınızı ve e-posta adresinizi girin
edition = "2021"
description = "A Rust library that provides an enhanced A* pathfinding algorithm with controllable node directions and block statuses, ideal for complex pathfinding scenarios."
license = "MIT"
repository = "https://github.com/selimserbes/controlled-astar" # GitHub reposunun URL'sini güncelleyin
documentation = "https://docs.rs/controlled_astar" # API dokümantasyonunun URL'sini güncelleyin
readme = "README.md"
keywords = ["pathfinding", "astar", "algorithm", "grid", "navigation"]
categories = ["algorithms"]

[[example]]
name = "example"
Expand Down

0 comments on commit b557305

Please sign in to comment.