winapi -> 0.1.3

This commit is contained in:
Timon_Post 2019-05-17 19:45:30 +02:00
parent 8c52b6b313
commit f156fdfd1e
2 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "crossterm_winapi"
version = "0.1.2"
version = "0.1.3"
authors = ["T. Post"]
description = "An WinApi wrapper that provides some basic simple abstractions aground common WinApi calls"
repository = "https://github.com/TimonPost/crossterm_winapi"

View File

@ -45,11 +45,14 @@ This release is all about moving to a stabilized API for 1.0.
- Added public re-exports for input.
# Changes crossterm 0.8.0
- Upgraded to `crossterm_input 0.2.0`; Input key, mouse events support.
- Introduced KeyEvents
- Introduced MouseEvents
- Upgraded crossterm_winapi 0.2
# Changes crossterm 0.7.0
- Upgraded to `crossterm_style 0.2`; easier styling.
- Introduced more `Attributes`
- Introduced easier ways to style text [issue 87](https://github.com/TimonPost/crossterm/issues/87).
- Removed `ColorType` since it was unnecessary.
# Changes crossterm 0.6.0
- Introduced feature flags; input, cursor, style, terminal, screen.