From 09d568eeece292c0e1ff65dfe4d192f65b4e6d78 Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Mon, 23 Nov 2015 19:26:27 +0100 Subject: [PATCH] Added screenshot of noise test --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cc5e11..1a95781 100644 --- a/README.md +++ b/README.md @@ -31,4 +31,6 @@ Build instructions cargo build -cargo run --example noise to test the noise example +cargo run --example noise to test the noise example which should look something like this (Mac screenshot) + +![mac_screenshot](https://dl.dropboxusercontent.com/u/5205843/rust_minifb/noise_screen.png)