You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -188,6 +188,7 @@ Example | Description
188
188
[Empty](../examples/app/empty.rs) | An empty application (does nothing)
189
189
[Empty with Defaults](../examples/app/empty_defaults.rs) | An empty application with default plugins
190
190
[Headless](../examples/app/headless.rs) | An application that runs without default plugins
191
+
[Headless Renderer](../examples/app/headless_renderer.rs) | An application that runs with no window, but renders into image file
191
192
[Log layers](../examples/app/log_layers.rs) | Illustrate how to add custom log layers
192
193
[Logs](../examples/app/logs.rs) | Illustrate how to use generate log output
193
194
[No Renderer](../examples/app/no_renderer.rs) | An application that runs with default plugins and displays an empty window, but without an actual renderer
0 commit comments