Skip to content

Commit

Permalink
Fix markdown syntax in README
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Jun 26, 2024
1 parent 43c0778 commit fd5ea18
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 @@ -5,12 +5,12 @@ An example of rendering with `wgpu` directly to a view controlled by `objc2`.
This uses AppKit when targetting macOS, and UIKit otherwise.

To run this with Mac Catalyst, you will need to bundle your application. This can be done with `cargo bundle` as follows:
```
```sh
cargo +nightly build -Zbuild-std --target=aarch64-apple-ios-macabi
CARGO_BUNDLE_SKIP_BUILD=1 cargo bundle --target=aarch64-apple-ios-macabi --format=ios
./target/aarch64-apple-ios-macabi/debug/bundle/ios/wgpu-objc2-example.app/wgpu-objc2-example
```

## Configurations

See [`Cargo.toml`][./Cargo.toml] for the list of features that change the mode of execution.
See [`Cargo.toml`](./Cargo.toml) for the list of features that change the mode of execution.

0 comments on commit fd5ea18

Please sign in to comment.