mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-09 19:00:46 +00:00
Disable default enabled features (#577)
When running crossterm-backend with this command, on linux, I will get an error that ncurses is not installed. By adding this, it works fine.
This commit is contained in:
parent
52188d3dca
commit
2065e1012c
@ -8,7 +8,7 @@ To run an example, use `cargo run --bin EXAMPLE_NAME`.
|
|||||||
To use a specific cursive backend, you can do, for example:
|
To use a specific cursive backend, you can do, for example:
|
||||||
|
|
||||||
```
|
```
|
||||||
cargo run --bin EXAMPLE_NAME --features cursive/crossterm-backend
|
cargo run --bin EXAMPLE_NAME --features cursive/crossterm-backend --no-default-features
|
||||||
```
|
```
|
||||||
|
|
||||||
## [`hello_world`](src/bin/hello_world.rs)
|
## [`hello_world`](src/bin/hello_world.rs)
|
||||||
|
Loading…
Reference in New Issue
Block a user