Skip to content

Commit

Permalink
Add the required --lib when using cargo apk (#725)
Browse files Browse the repository at this point in the history
Pointed out in #723
  • Loading branch information
DJMcNab authored Oct 28, 2024
1 parent f7e3cee commit 41232ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ There is also a web demo [available here](https://linebender.github.io/vello) on
The [`with_winit`](#winit) example supports running on Android, using [cargo apk](https://crates.io/crates/cargo-apk).

```shell
cargo apk run -p with_winit
cargo apk run -p with_winit --lib
```

> [!TIP]
Expand Down
2 changes: 1 addition & 1 deletion vello/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ There is also a web demo [available here](https://linebender.github.io/vello) on
The [`with_winit`](#winit) example supports running on Android, using [cargo apk](https://crates.io/crates/cargo-apk).

```shell
cargo apk run -p with_winit
cargo apk run -p with_winit --lib
```

> 💡 TIP
Expand Down

0 comments on commit 41232ba

Please sign in to comment.