autogui 0.4.0

GUI Automation toolbox for Rust
[dependencies.bitflags]
version = "1.0"

[dependencies.image]
version = "0.18"

[dependencies.libc]
version = "0.2"

[package]
authors = ["Hannes Karppila <hannes.karppila@gmail.com>"]
build = "build.rs"
description = "GUI Automation toolbox for Rust"
license = "MIT"
name = "autogui"
readme = "README.md"
repository = "https://github.com/Dentosal/autogui-rs"
version = "0.4.0"
[target."cfg(target_os = \"macos\")".dependencies.core-foundation]
version = "0.5"

[target."cfg(target_os = \"macos\")".dependencies.core-graphics]
version = "0.13.0"
[target."cfg(target_os = \"windows\")".dependencies.winapi]
features = ["winuser"]
version = "0.3"