e_window_native 0.1.0

e_window shared native methods for screen size and other native needs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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"] }