tauri-plugin-libmpv 0.3.2

A Tauri plugin for embedding the mpv player in your app via libmpv.
Documentation
1
2
3
4
5
6
7
8
9
10
[default]

description = "Default permissions for the plugin"

permissions = [

  "allow-init",

  "allow-destroy",

  "allow-command",

  "allow-set-property",

  "allow-get-property",

  "allow-set-video-margin-ratio",

]