From de3dc4af41627e31e735a72f5a27753d8ce65908 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Fri, 2 Jan 2026 19:56:53 +0900 Subject: [PATCH] README: link to other examples --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index be5561a..01dfcb7 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,5 @@ async fn main() -> Result<(), MpvError> { mpv.set_property("pause", !paused).await.expect("Error pausing"); } ``` + +[You can find more examples here in \`examples\`](./examples)