From 89852c039f18468be45b30f7cdfda371accf6e76 Mon Sep 17 00:00:00 2001 From: Ryze Date: Sat, 4 Feb 2023 06:03:20 +0300 Subject: [PATCH] Use library fork with implemeted Format for MPV_FORMAT_FLAG --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 007acb4..81a92a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,4 +8,4 @@ name = "mpv_rpc" crate-type = ["cdylib"] [dependencies] -mpv-client = "0.4.0" +mpv-client = { git = "https://github.com/ryze312/mpv-client", branch = "bool_format"}