winconsole 0.4.0

A wrapper for console-related functions in the Windows API.
Documentation
[package]
name = "winconsole"
version = "0.4.0"
authors = ["Omar M. <omarkmu@gmail.com>"]
description = "A wrapper for console-related functions in the Windows API."
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/omarkmu/winconsole"

[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-pc-windows-msvc"

[features]
default = []
input = []

[dependencies]
cgmath = "0.16"
rgb = "0.8"
lazy_static = "1.0"

[dependencies.winapi]
version = "0.3"
features = ["consoleapi", "minwindef", "processenv", "utilapiset", "winbase", "wincon", "winnls", "winnt", "winuser"]