-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from ohchase/clippy-n-docs
version 0.6.0 send sync changes (api breaking change) some more docs dependency upgrades
- Loading branch information
Showing
4 changed files
with
81 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,24 @@ | ||
[package] | ||
name = "divert" | ||
version = "0.5.0" | ||
version = "0.6.0" | ||
edition = "2021" | ||
description = "Rust Lang bindings for Recast Navigation" | ||
homepage = "https://github.com/0xFounders/divert" | ||
repository = "https://github.com/0xFounders/divert" | ||
homepage = "https://github.com/ohchase/divert" | ||
repository = "https://github.com/ohchase/divert" | ||
license = "Zlib" | ||
|
||
[lib] | ||
crate-type = ["lib"] | ||
|
||
[dependencies] | ||
bitflags = "1.3" | ||
thiserror = "1.0.31" | ||
log = "0.4.17" | ||
recastnavigation-sys = {version = "1.0.1", features = ["detour_large_nav_meshes"]} | ||
bitflags = "2.5.0" | ||
thiserror = "1.0.58" | ||
recastnavigation-sys = { version = "1.0.3", features = [ | ||
"detour_large_nav_meshes", | ||
] } | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
[dev-dependencies] | ||
byteorder = "1.4.3" | ||
log = "0.4.16" | ||
pretty_env_logger = "0.4.0" | ||
lazy_static = "1.4.0" | ||
thiserror = "1.0.37" | ||
rand = "0.8.5" | ||
rand = "0.8.5" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.