Skip to content

Commit

Permalink
Adjust descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerthox committed Jan 31, 2023
1 parent 1cba944 commit e4b9a4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arcdps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "arcdps"
version = "0.9.1"
authors = ["Zerthox", "Greaka"]
edition = "2021"
description = "Rust bindings for the Guild Wars 2 DPS-meter."
description = "Rust bindings for ArcDPS plugins"
repository = "https://github.com/zerthox/arcdps-bindings"
categories = ["api-bindings"]
keywords = ["arcdps", "guild-wars-2", "ffi", "addon", "framework"]
Expand Down
2 changes: 1 addition & 1 deletion arcdps_codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "arcdps_codegen"
version = "0.9.1"
authors = ["Zerthox", "Greaka"]
edition = "2021"
description = "Macros to generate code for ArcDPS plugins."
description = "Helper macro to generate code for ArcDPS plugins"
repository = "https://github.com/zerthox/arcdps-bindings"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion arcdps_evtc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "arcdps_evtc"
version = "0.1.0"
authors = ["Zerthox"]
edition = "2021"
description = "Rust bindings for ArcDPS' EVTC API."
description = "Rust bindings for the ArcDPS EVTC API"
repository = "https://github.com/zerthox/arcdps-bindings"

[dependencies]
Expand Down

0 comments on commit e4b9a4e

Please sign in to comment.