0.17.4 (#433)
This commit is contained in:
parent
88add302cd
commit
42509e2fd8
@ -1,3 +1,7 @@
|
|||||||
|
# Version 0.17.4
|
||||||
|
- Add macros for `Colorize` and `Styler` impls, add an impl for `String`
|
||||||
|
- Add shift modifier to uppercase char events on unix
|
||||||
|
|
||||||
# Version 0.17.3
|
# Version 0.17.3
|
||||||
- Fix get terminal size mac os, this did not report the correct size.
|
- Fix get terminal size mac os, this did not report the correct size.
|
||||||
|
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "crossterm"
|
name = "crossterm"
|
||||||
version = "0.17.3"
|
version = "0.17.4"
|
||||||
authors = ["T. Post"]
|
authors = ["T. Post"]
|
||||||
description = "An crossplatform terminal library for manipulating terminals."
|
description = "An crossplatform terminal library for manipulating terminals."
|
||||||
repository = "https://github.com/crossterm-rs/crossterm"
|
repository = "https://github.com/crossterm-rs/crossterm"
|
||||||
documentation = "https://docs.rs/crossterm/"
|
documentation = "https://docs.rs/crossterm/"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
keywords = ["event", "color", "cursor", "input", "terminal"]
|
keywords = ["event", "color", "cli", "input", "terminal"]
|
||||||
exclude = ["target", "Cargo.lock"]
|
exclude = ["target", "Cargo.lock"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
Loading…
Reference in New Issue
Block a user