Skip to content

Commit 6ebd5bf

Browse files
style: run prettier on examples/README.md (#9269)
1 parent 0226d56 commit 6ebd5bf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

examples/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ for a mode guided tutorial, which will also teach you the basics of graphics pro
1212
All the standalone examples are separate crates and include all boilerplate inside the example itself. They can
1313
be cloned out of the repository to serve as a starting point for your own projects and are fully commented.
1414

15-
| Name | Description | Platforms |
16-
|--------|-------------|-----------|
17-
| --- | Introductory Examples | --- |
15+
| Name | Description | Platforms |
16+
| ------------------------------------------------ | ------------------------------------------------------------------------------------------------------------- | ----------- |
17+
| --- | Introductory Examples | --- |
1818
| [1. hello compute](standalone/01_hello_compute/) | Simplest example and shows how to run a compute shader on a given set of input data and get the results back. | Native-Only |
19-
| [2. hello window](standalone/02_hello_window/) | Shows how to create a window and render into it. | Native-Only |
20-
| --- | Special Examples | --- |
21-
| [custom backend](standalone/custom_backend/) | Shows how to implement and use custom wgpu context | All |
19+
| [2. hello window](standalone/02_hello_window/) | Shows how to create a window and render into it. | Native-Only |
20+
| --- | Special Examples | --- |
21+
| [custom backend](standalone/custom_backend/) | Shows how to implement and use custom wgpu context | All |
2222

2323
You can also use [`cargo-generate`](https://github.com/cargo-generate/cargo-generate) to easily use these as a basis for your own projects.
2424

0 commit comments

Comments
 (0)