Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Moritz Sokoll
btui-rs
Commits
33e13a09
Verified
Commit
33e13a09
authored
Oct 14, 2021
by
Moritz Sokoll
🦀
Browse files
fixed dependencies
parent
e8dcbbca
Pipeline
#301
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Cargo.toml
View file @
33e13a09
[package]
name
=
"btui"
version
=
"0.6.
5
"
version
=
"0.6.
6
"
edition
=
"2018"
authors
=
[
"Moritz Sokoll <moritz@sokoll.com>"
]
license
=
"MIT"
...
...
@@ -17,11 +17,8 @@ crate-type = ["lib"]
required-features
=
[]
doc
=
true
[dependencies]
ncurses
=
{
version
=
"5.101.0"
,
optional
=
true
}
[features]
default
=
[
"core"
,
"linux"
,
"pbar"
]
core
=
[]
linux
=
[
"core"
,
"ncurses"
]
linux
=
["core"]
pbar
=
["linux"]
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