Mention how to move and zoom in the demo

This commit is contained in:
Patrick Walton 2017-02-14 13:46:53 -08:00
parent 1b10ffdd54
commit 4ffc3b9e41
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ features:
Check out the code and run `cargo build --release`. Check out the code and run `cargo build --release`.
Try the demo with `cargo run --release --example lorem-ipsum -- resources/tests/nimbus-sans/NimbusSanL-Regu.ttf`. Try the demo with `cargo run --release --example lorem-ipsum -- resources/tests/nimbus-sans/NimbusSanL-Regu.ttf`.
Use the mouse wheel or touchpad scrolling to move, and do the same while holding Alt or Option to
zoom.
As an alternative, debug builds (without the `--release`) build quickly and are typically fast, As an alternative, debug builds (without the `--release`) build quickly and are typically fast,
since most of the code runs on GPU. since most of the code runs on GPU.