[go: up one dir, main page]

crossterm_winapi 0.1.5

An WinApi wrapper that provides some basic simple abstractions aground common WinApi calls
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "crossterm_winapi"

version = "0.1.5"

authors = ["T. Post"]

description = "An WinApi wrapper that provides some basic simple abstractions aground common WinApi calls"

repository = "https://github.com/TimonPost/crossterm_winapi"

documentation = "https://docs.rs/crossterm_winapi/"

license = "MIT"

keywords = ["winapi", "abstractions", "crossterm", "windows", "screen_buffer"]

exclude = ["target", "Cargo.lock"]

readme = "README.md"



[dependencies]

winapi = { version =  "0.3.7", features = ["winbase","consoleapi","processenv", "handleapi"] }