Update
This commit is contained in:
parent
74a27a407c
commit
2773c354d3
14
Cargo.toml
14
Cargo.toml
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "crossterm"
|
name = "crossterm"
|
||||||
version = "0.9.0"
|
version = "0.9.1"
|
||||||
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/TimonPost/crossterm"
|
repository = "https://github.com/TimonPost/crossterm"
|
||||||
@ -32,12 +32,12 @@ members = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
crossterm_screen = { optional = true, version = "0.2.0" }
|
crossterm_screen = { optional = true, version = "0.2.1" }
|
||||||
crossterm_cursor = { optional = true, version = "0.2.0" }
|
crossterm_cursor = { optional = true, version = "0.2.1" }
|
||||||
crossterm_terminal = { optional = true, version = "0.2.0" }
|
crossterm_terminal = { optional = true, version = "0.2.1" }
|
||||||
crossterm_style = { optional = true, version = "0.3.0" }
|
crossterm_style = { optional = true, version = "0.3.1" }
|
||||||
crossterm_input = { optional = true, version = "0.3.0" }
|
crossterm_input = { optional = true, version = "0.3.1" }
|
||||||
crossterm_utils = { optional = false, version = "0.2.0" }
|
crossterm_utils = { optional = false, version = "0.2.1" }
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "crossterm"
|
name = "crossterm"
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
[l3]: https://docs.rs/crossterm/
|
[l3]: https://docs.rs/crossterm/
|
||||||
|
|
||||||
[s5]: https://img.shields.io/discord/560857607196377088.svg?logo=discord
|
[s5]: https://img.shields.io/discord/560857607196377088.svg?logo=discord
|
||||||
[l5]: https://discord.gg/K4nyTDB.
|
[l5]: https://discord.gg/K4nyTDB
|
||||||
|
|
||||||
[s6]: https://tokei.rs/b1/github/TimonPost/crossterm?category=code
|
[s6]: https://tokei.rs/b1/github/TimonPost/crossterm?category=code
|
||||||
[s7]: https://travis-ci.org/TimonPost/crossterm.svg?branch=master
|
[s7]: https://travis-ci.org/TimonPost/crossterm.svg?branch=master
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "crossterm_cursor"
|
name = "crossterm_cursor"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
authors = ["T. Post"]
|
authors = ["T. Post"]
|
||||||
description = "A cross-platform library for moving the terminal cursor."
|
description = "A cross-platform library for moving the terminal cursor."
|
||||||
repository = "https://github.com/TimonPost/crossterm"
|
repository = "https://github.com/TimonPost/crossterm"
|
||||||
@ -16,4 +16,4 @@ winapi = { version = "0.3.7", features = ["wincon","winnt","minwindef"] }
|
|||||||
crossterm_winapi = "0.1.2"
|
crossterm_winapi = "0.1.2"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
crossterm_utils = "0.2.0"
|
crossterm_utils = "0.2.1"
|
@ -11,7 +11,7 @@
|
|||||||
[l3]: https://docs.rs/crossterm_cursor/
|
[l3]: https://docs.rs/crossterm_cursor/
|
||||||
|
|
||||||
[s5]: https://img.shields.io/discord/560857607196377088.svg?logo=discord
|
[s5]: https://img.shields.io/discord/560857607196377088.svg?logo=discord
|
||||||
[l5]: https://discord.gg/K4nyTDB.
|
[l5]: https://discord.gg/K4nyTDB
|
||||||
|
|
||||||
[s7]: https://travis-ci.org/TimonPost/crossterm.svg?branch=master
|
[s7]: https://travis-ci.org/TimonPost/crossterm.svg?branch=master
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "crossterm_input"
|
name = "crossterm_input"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
authors = ["T. Post"]
|
authors = ["T. Post"]
|
||||||
description = "A cross-platform library for reading userinput."
|
description = "A cross-platform library for reading userinput."
|
||||||
repository = "https://github.com/TimonPost/crossterm"
|
repository = "https://github.com/TimonPost/crossterm"
|
||||||
@ -19,5 +19,5 @@ crossterm_winapi = "0.1.2"
|
|||||||
libc = "0.2.51"
|
libc = "0.2.51"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
crossterm_utils = "0.2.0"
|
crossterm_utils = "0.2.1"
|
||||||
crossterm_screen = "0.2.0"
|
crossterm_screen = "0.2.1"
|
@ -11,7 +11,7 @@
|
|||||||
[l3]: https://docs.rs/crossterm_input/
|
[l3]: https://docs.rs/crossterm_input/
|
||||||
|
|
||||||
[s5]: https://img.shields.io/discord/560857607196377088.svg?logo=discord
|
[s5]: https://img.shields.io/discord/560857607196377088.svg?logo=discord
|
||||||
[l5]: https://discord.gg/K4nyTDB.
|
[l5]: https://discord.gg/K4nyTDB
|
||||||
|
|
||||||
[s7]: https://travis-ci.org/TimonPost/crossterm.svg?branch=master
|
[s7]: https://travis-ci.org/TimonPost/crossterm.svg?branch=master
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "crossterm_screen"
|
name = "crossterm_screen"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
authors = ["T. Post"]
|
authors = ["T. Post"]
|
||||||
description = "A cross-platform library for raw and alternate screen."
|
description = "A cross-platform library for raw and alternate screen."
|
||||||
repository = "https://github.com/TimonPost/crossterm"
|
repository = "https://github.com/TimonPost/crossterm"
|
||||||
@ -12,7 +12,7 @@ readme = "README.md"
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
crossterm_utils = "0.2.0"
|
crossterm_utils = "0.2.1"
|
||||||
|
|
||||||
[target.'cfg(windows)'.dependencies]
|
[target.'cfg(windows)'.dependencies]
|
||||||
winapi = { version = "0.3.7", features = ["minwindef", "wincon"] }
|
winapi = { version = "0.3.7", features = ["minwindef", "wincon"] }
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
[l3]: https://docs.rs/crossterm_screen/
|
[l3]: https://docs.rs/crossterm_screen/
|
||||||
|
|
||||||
[s5]: https://img.shields.io/discord/560857607196377088.svg?logo=discord
|
[s5]: https://img.shields.io/discord/560857607196377088.svg?logo=discord
|
||||||
[l5]: https://discord.gg/K4nyTDB.
|
[l5]: https://discord.gg/K4nyTDB
|
||||||
|
|
||||||
[s7]: https://travis-ci.org/TimonPost/crossterm.svg?branch=master
|
[s7]: https://travis-ci.org/TimonPost/crossterm.svg?branch=master
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "crossterm_style"
|
name = "crossterm_style"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
authors = ["T. Post"]
|
authors = ["T. Post"]
|
||||||
description = "A cross-platform library styling the terminal output."
|
description = "A cross-platform library styling the terminal output."
|
||||||
repository = "https://github.com/TimonPost/crossterm"
|
repository = "https://github.com/TimonPost/crossterm"
|
||||||
@ -16,4 +16,4 @@ winapi = { version = "0.3.7", features = ["wincon"] }
|
|||||||
crossterm_winapi = "0.1.2"
|
crossterm_winapi = "0.1.2"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
crossterm_utils = "0.2.0"
|
crossterm_utils = "0.2.1"
|
@ -11,7 +11,7 @@
|
|||||||
[l3]: https://docs.rs/crossterm_style/
|
[l3]: https://docs.rs/crossterm_style/
|
||||||
|
|
||||||
[s5]: https://img.shields.io/discord/560857607196377088.svg?logo=discord
|
[s5]: https://img.shields.io/discord/560857607196377088.svg?logo=discord
|
||||||
[l5]: https://discord.gg/K4nyTDB.
|
[l5]: https://discord.gg/K4nyTDB
|
||||||
|
|
||||||
[s7]: https://travis-ci.org/TimonPost/crossterm.svg?branch=master
|
[s7]: https://travis-ci.org/TimonPost/crossterm.svg?branch=master
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "crossterm_terminal"
|
name = "crossterm_terminal"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
authors = ["T. Post"]
|
authors = ["T. Post"]
|
||||||
description = "A cross-platform library for doing terminal related actions."
|
description = "A cross-platform library for doing terminal related actions."
|
||||||
repository = "https://github.com/TimonPost/crossterm"
|
repository = "https://github.com/TimonPost/crossterm"
|
||||||
@ -18,5 +18,5 @@ crossterm_winapi = "0.1.2"
|
|||||||
libc = "0.2.51"
|
libc = "0.2.51"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
crossterm_utils = "0.2.0"
|
crossterm_utils = "0.2.1"
|
||||||
crossterm_cursor = "0.2.0"
|
crossterm_cursor = "0.2.1"
|
@ -11,7 +11,7 @@
|
|||||||
[l3]: https://docs.rs/crossterm_terminal/
|
[l3]: https://docs.rs/crossterm_terminal/
|
||||||
|
|
||||||
[s5]: https://img.shields.io/discord/560857607196377088.svg?logo=discord
|
[s5]: https://img.shields.io/discord/560857607196377088.svg?logo=discord
|
||||||
[l5]: https://discord.gg/K4nyTDB.
|
[l5]: https://discord.gg/K4nyTDB
|
||||||
|
|
||||||
[s7]: https://travis-ci.org/TimonPost/crossterm.svg?branch=master
|
[s7]: https://travis-ci.org/TimonPost/crossterm.svg?branch=master
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user