arcdps 0.8.0

Rust bindings for the Guild Wars 2 dps-meter with focus on ease-of-use and performance.
Documentation
[dependencies.arcdps_codegen]
version = "0.8.0"

[dependencies.chrono]
version = "0.4.20"

[dependencies.imgui]
features = ["tables-api"]
package = "arcdps-imgui"
version = "0.8.0"

[dependencies.log]
features = ["std"]
optional = true
version = "0.4.17"

[dependencies.once_cell]
version = "1.13.0"

[features]
default = ["log"]

[package]
authors = ["Greaka <crates@greaka.de>"]
categories = ["api-bindings"]
description = "Rust bindings for the Guild Wars 2 dps-meter with focus on ease-of-use and performance."
edition = "2018"
keywords = ["arcdps", "guild-wars-2", "ffi", "addon", "framework"]
license = "MIT/Apache-2.0"
name = "arcdps"
readme = "README.md"
repository = "https://github.com/greaka/arcdps_bindings"
version = "0.8.0"