README: link to other examples
Build and test / check (push) Successful in 48s
Build and test / docs (push) Has been cancelled
Build and test / build (push) Has been cancelled
Build and test / test (push) Has been cancelled

This commit is contained in:
2026-01-02 19:56:53 +09:00
parent e8205f1d8a
commit de3dc4af41
+2
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 here in \`examples\`](./examples)