rust-cgui 0.1.15

A low-level cross-platform GUI library
Documentation
[package]
name = "rust-cgui"
version = "0.1.15"
authors = ["Jeffrey McAteer <jeffrey.p.mcateer@gmail.com>"]
description = "A low-level cross-platform GUI library"
repository = "https://git-community.cs.odu.edu/jmcateer/rust-cgui"
documentation = "https://docs.rs/rust-cgui/0.1.11/cgui/"
license = "LGPL-2.0-only"

[lib]
name = "cgui"
path = "src/lib.rs"
crate-type = ["rlib", "dylib"]

[[bin]]
name = "cgui-bin"
path = "src/main.rs"
#subsystem = "windows"

[dependencies]
image = "0.20.0"
cfg-if = "0.1.5"
libc = "0.2.43"
scan_fmt = "0.1.3"
#lazy_static = "1.2.0"

[target.'cfg(unix)'.dependencies]
#x11 = "2.18.1"
x11-dl = "2.18.3"

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.6", features = ["winuser", "libloaderapi"] }
#winapi = { git = "https://github.com/retep998/winapi-rs.git", features = ["winuser", "libloaderapi"] }