Updated README to run example with feature if needed

This commit is contained in:
Cobrand
2017-05-14 07:52:06 +02:00
parent 932b460e5b
commit 0fee8e14e1
+5 -1
View File
@@ -293,7 +293,11 @@ We have several simple example projects included:
> cargo run --example demo
You can see the full list in the `examples/` folder
You can see the full list in the `examples/` folder. Some examples require some features, you can enable them like so:
> cargo run --example gfx-demo --features "gfx"
Replace "gfx" by the feature(s) needed for the example you want.
# OpenGL