[package]
edition = "2021"
name = "e_window_native"
version = "0.1.0"
authors = ["David Horner"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "e_window shared native methods for screen size and other native needs."
readme = "README.md"
license = "MIT"
[lib]
name = "e_window_native"
path = "src/lib.rs"
[target.'cfg(target_os = "linux")'.dependencies.x11]
version = "2.21.0"
features = ["xlib"]
[target.'cfg(target_os = "macos")'.dependencies.core-graphics]
version = "0.25.0"
[target."cfg(windows)".dependencies.winapi]
version = "0.3"
features = ["winuser"]