rust-cgui 0.1.15

A low-level cross-platform GUI library
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

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

[[bin]]
name = "cgui-bin"
path = "src/main.rs"
[dependencies.cfg-if]
version = "0.1.5"

[dependencies.image]
version = "0.20.0"

[dependencies.libc]
version = "0.2.43"

[dependencies.scan_fmt]
version = "0.1.3"
[target."cfg(unix)".dependencies.x11-dl]
version = "2.18.3"
[target."cfg(windows)".dependencies.winapi]
version = "0.3.6"
features = ["winuser", "libloaderapi"]