Fix the example compilation error

This commit is contained in:
Temirkhan Myrzamadi 2019-02-15 21:53:20 +06:00 committed by Florian Dehau
parent f20512b599
commit 32de7a3fdc

View file

@ -41,7 +41,7 @@ The demo shown in the gif can be run with all available backends
run:
```
cargo run --example termion_demo --release --tick-rate 200
cargo run --example termion_demo --release -- --tick-rate 200
```
The UI code is in [examples/demo/ui.rs](examples/demo/ui.rs) while the