Fix the example compilation error

pull/135/head
Temirkhan Myrzamadi 5 years ago committed by Florian Dehau
parent f20512b599
commit 32de7a3fdc

@ -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

Loading…
Cancel
Save