Skip to content
Snippets Groups Projects
Commit fa4a6cfa authored by ticki's avatar ticki
Browse files

Make 'nightly' a default feature

parent 133497a4
No related branches found
No related tags found
No related merge requests found
......@@ -7,4 +7,5 @@ authors = ["Ticki <Ticki@users.noreply.github.com>"]
libc = "0.2.8"
[features]
default = ["nightly"]
nightly = []
......@@ -17,6 +17,23 @@ Supports Redox, Mac OS X, and Linux (or, in general, ANSI terminals).
Although small breaking changes might happen, I will try my best to avoid them,
and this crate can generally be considered stable.
## Cargo.toml
For nightly, add
```toml
[dependencies.termion]
git = "https://github.com/ticki/termion"
```
For stable,
```toml
[dependencies.termion]
git = "https://github.com/ticki/termion"
default-features = false
```
## Features
- Raw mode.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment