mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2025-01-10 02:51:32 +11:00
Updated README
This commit is contained in:
parent
550fe5d89d
commit
1105de9cc2
|
@ -31,8 +31,9 @@ Build instructions
|
||||||
|
|
||||||
```
|
```
|
||||||
cargo build
|
cargo build
|
||||||
|
cargo run --example noise
|
||||||
cargo run --example noise to test the noise example https://github.com/emoon/rust_minifb/blob/master/examples/noise.rs which should look something like this (Mac screenshot)
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
This will run the [noise example](https://github.com/emoon/rust_minifb/blob/master/examples/noise.rs) which should look something like this (Mac screenshot)
|
||||||
|
|
||||||
![mac_screenshot](https://dl.dropboxusercontent.com/u/5205843/rust_minifb/noise_screen.png)
|
![mac_screenshot](https://dl.dropboxusercontent.com/u/5205843/rust_minifb/noise_screen.png)
|
||||||
|
|
Loading…
Reference in a new issue