Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lassi Pulkkinen
termion
Commits
dce5e750
Verified
Commit
dce5e750
authored
Jan 26, 2021
by
Jeremy Soller
Browse files
1.5.6 - upgrade redox_syscall to 0.2
parent
18922255
Changes
1
Hide whitespace changes
Inline
Side-by-side
Cargo.toml
View file @
dce5e750
[package]
name
=
"termion"
version
=
"1.5.
5
"
version
=
"1.5.
6
"
authors
=
[
"ticki <Ticki@users.noreply.github.com>"
,
"gycos <alexandre.bury@gmail.com>"
,
"IGI-111 <igi-111@protonmail.com>"
]
description
=
"A bindless library for manipulating terminals."
repository
=
"https://gitlab.redox-os.org/redox-os/termion"
...
...
@@ -10,11 +10,11 @@ keywords = ["tty", "color", "terminal", "password", "tui"]
exclude
=
[
"target"
,
"CHANGELOG.md"
,
"image.png"
,
"Cargo.lock"
]
[dependencies]
numtoa
=
{
version
=
"0.1
.0
"
,
features
=
["std"]
}
numtoa
=
{
version
=
"0.1"
,
features
=
["std"]
}
[target.'cfg(not(target_os
=
"redox"
))
'.dependencies]
libc
=
"0.2
.8
"
libc
=
"0.2"
[target.'cfg(target_os
=
"redox"
)
'.dependencies]
redox_syscall
=
"0.
1
"
redox_syscall
=
"0.
2
"
redox_termios
=
"0.1"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment