mouse_position 0.1.4

Get the mouse position on Linux, Windows and MacOS
Documentation
[package]
authors = ["Fayez Nazzal"]
categories = ["gui"]
description = "Get the mouse position on Linux, Windows and MacOS"
edition = "2021"
keywords = ["mouse", "position", "linux", "windows", "macos"]
license = "MIT"
name = "mouse_position"
readme = "README.md"
repository = "https://github.com/fayez-nazzal/mouse_position"
version = "0.1.4"

[target.'cfg(any(target_os = "linux", target_os = "freebsd"))'.dependencies.x11-dl]
version = "2.20.1"

[target.'cfg(target_os = "macos")'.dependencies.core-graphics]
version = "0.22.3"

[target.'cfg(target_os = "windows")'.dependencies.winapi]
features = ["winuser"]
version = "0.3.9"