README: link to other examples

This commit is contained in:
2026-01-02 19:56:53 +09:00
parent 0164efd861
commit 4d17d2db5c

View File

@@ -35,3 +35,5 @@ async fn main() -> Result<(), MpvError> {
mpv.set_property("pause", !paused).await.expect("Error pausing");
}
```
[You can find more examples in the `examples` directory](./examples)