Skip to content

Commit

Permalink
Use the new syntaces for GitHub Flavoured Markdown (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
DJMcNab authored Jan 9, 2024
1 parent 0dd9ed2 commit bd235d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ rustup target add wasm32-unknown-unknown
cargo run_wasm -p with_winit --bin with_winit_bin
```

> **Warning**
> [!WARNING]
> The web is not currently a primary target for vello, and WebGPU implementations are incomplete, so you might run into issues running this example.
### Android
Expand All @@ -111,7 +111,7 @@ The [`with_winit`](#winit) example supports running on Android, using [cargo apk
cargo apk run -p with_winit
```

> **Note**
> [!TIP]
> cargo apk doesn't support running in release mode without configuration.
> See [their crates page docs](https://crates.io/crates/cargo-apk) (around `package.metadata.android.signing.<profile>`).
>
Expand Down

0 comments on commit bd235d7

Please sign in to comment.