about summary refs log tree commit diff stats
path: root/pkgs/by-name/yt/yt/libmpv2/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/yt/yt/libmpv2/Cargo.toml')
-rw-r--r--pkgs/by-name/yt/yt/libmpv2/Cargo.toml26
1 files changed, 26 insertions, 0 deletions
diff --git a/pkgs/by-name/yt/yt/libmpv2/Cargo.toml b/pkgs/by-name/yt/yt/libmpv2/Cargo.toml
new file mode 100644
index 00000000..f1c43f5c
--- /dev/null
+++ b/pkgs/by-name/yt/yt/libmpv2/Cargo.toml
@@ -0,0 +1,26 @@
+[workspace]
+members = ["libmpv2-sys"]
+
+[package]
+name = "libmpv2"
+version = "4.0.0"
+edition = "2021"
+license = "LGPL-2.1"
+readme = "README.md"
+description = "Libmpv abstraction that's easy to use and can play next to all codecs and containers"
+keywords = ["media", "playback", "mpv", "libmpv"]
+
+
+[dependencies]
+libmpv2-sys = { path = "libmpv2-sys", version = "4.0.0" }
+log = "0.4.22"
+thiserror = "1.0.63"
+
+[dev-dependencies]
+crossbeam = "0.7"
+sdl2 = "0.36.0"
+
+[features]
+default = ["protocols", "render"]
+protocols = [] # Enable custom protocol callbacks
+render = [] # Enable custom rendering