[package]
name = "e_window_native"
version = "0.1.0"
edition = "2021"
description = "e_window shared native methods for screen size and other native needs."
license = "MIT"
authors = ["David Horner"]
publish = true
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["winuser"] }
[target.'cfg(target_os = "macos")'.dependencies]
core-graphics = "0.25.0"
[target.'cfg(target_os = "linux")'.dependencies]
x11 = { version = "2.21.0", features = ["xlib"] }