From ebc559c80df8108ef4d65d298e591387ff7479ea Mon Sep 17 00:00:00 2001 From: Daniel McNab <36049421+DJMcNab@users.noreply.github.com> Date: Mon, 28 Oct 2024 12:13:28 +0000 Subject: [PATCH] Add the required `--lib` to the example running Pointed out in https://github.com/linebender/vello/issues/723 --- README.md | 2 +- vello/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e6d8187e..d89b75e6 100644 --- a/README.md +++ b/README.md @@ -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] diff --git a/vello/README.md b/vello/README.md index 72973ae6..e6f1bb4d 100644 --- a/vello/README.md +++ b/vello/README.md @@ -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