summaryrefslogtreecommitdiffstats
path: root/third_party/rust/metal/examples/window/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/metal/examples/window/README.md')
-rw-r--r--third_party/rust/metal/examples/window/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/third_party/rust/metal/examples/window/README.md b/third_party/rust/metal/examples/window/README.md
new file mode 100644
index 0000000000..62233be356
--- /dev/null
+++ b/third_party/rust/metal/examples/window/README.md
@@ -0,0 +1,11 @@
+## window
+
+Renders a spinning triangle to a [winit](https://github.com/rust-windowing/winit) window.
+
+![Screenshot of the final render](./screenshot.png)
+
+## To Run
+
+```
+cargo run --example window
+```