hudhook 0.1.4

A DirectX 11 render loop hook with memory manipulation API
[[example]]
crate-type = ["cdylib"]
name = "hello_world"
[build-dependencies.cc]
version = "1.0.45"
[dependencies.imgui]
version = "0.4.0"

[dependencies.itertools]
version = "0.8.1"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.log]
version = "0.4.8"

[dependencies.log-panics]
version = "2.0.0"

[dependencies.simplelog]
version = "0.7.4"

[dependencies.user32-sys]
version = "0.1"

[dependencies.winapi]
features = ["std", "d3d11", "dxgi", "d3dcompiler", "ntdef", "minwindef", "windef", "psapi", "memoryapi", "synchapi", "winuser", "processthreadsapi"]
version = "0.3.8"

[lib]
crate-type = ["rlib", "cdylib"]

[package]
authors = ["Andrea Venuta <venutawebdesign@gmail.com>"]
build = "build.rs"
description = "A DirectX 11 render loop hook with memory manipulation API"
documentation = "https://veeenu.github.io/hudhook"
edition = "2018"
homepage = "https://github.com/veeenu/hudhook"
license-file = "LICENSE.md"
links = "minhook"
name = "hudhook"
repository = "https://github.com/veeenu/hudhook"
version = "0.1.4"