README: link to other examples
Build and test / check (push) Successful in 48s
Build and test / build (push) Successful in 1m14s
Build and test / docs (push) Successful in 1m12s
Build and test / test (push) Successful in 2m47s

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