[go: up one dir, main page]

windows-win 2.0.1

Some windows hacking library with utilities to find windows and access them
Documentation
[package]

name = "windows-win"

version = "2.0.1"

authors = ["Douman <douman@gmx.se>"]

description = "Some windows hacking library with utilities to find windows and access them"

license = "MIT"



repository = "https://github.com/DoumanAsh/windows-win-rs"

documentation = "https://docs.rs/windows-win/*/x86_64-pc-windows-gnu/windows_win/"



keywords = ["Windows", "winapi"]

categories = []



readme = "README.md"



[target.'cfg(windows)'.dependencies]

winapi = "^0.2.8"

user32-sys = "^0.2.0"

kernel32-sys = "^0.2.1"



[badges]

appveyor = { repository = "DoumanAsh/windows-win-rs"}



[package.metadata.docs.rs]

default-target = "x86_64-pc-windows-msvc"



[target.'cfg(windows)'.dev-dependencies]

clipboard-win = "^2"