[package] name = "gst-plugin-gtk4" version.workspace = true authors = ["Bilal Elmoussaoui ", "Jordan Petridis ", "Sebastian Dröge "] repository.workspace = true license = "MPL-2.0" edition.workspace = true rust-version.workspace = true description = "GStreamer GTK 4 Sink element and Paintable widget" [dependencies] gtk.workspace = true gdk-wayland = { workspace = true, features = ["v4_4"], optional = true} gdk-x11 = { workspace = true, features = ["v4_4"], optional = true} gst = { workspace = true, features = ["v1_16"] } gst-base.workspace = true gst-video.workspace = true gst-gl = { workspace = true, features = ["v1_16"], optional = true } gst-gl-wayland = { workspace = true, features = ["v1_16"], optional = true } gst-gl-x11 = { workspace = true, features = ["v1_16"], optional = true } gst-gl-egl = { workspace = true, features = ["v1_16"], optional = true } async-channel = "2.0.0" once_cell.workspace = true [target.'cfg(target_os = "macos")'.dependencies] gtk = { workspace = true, features = ["v4_6"] } gst-gl = { workspace = true, features = ["v1_16"] } [target.'cfg(target_os = "windows")'.dependencies] gtk = { workspace = true, features = ["v4_6"] } gst-gl = { workspace = true, features = ["v1_20"] } gdk-win32 = { workspace = true, features = ["v4_4"]} windows-sys = { version = "0.52", features = ["Win32_Graphics_OpenGL", "Win32_Foundation", "Win32_Graphics_Gdi"] } [lib] name = "gstgtk4" crate-type = ["cdylib", "rlib"] path = "src/lib.rs" [build-dependencies] gst-plugin-version-helper.workspace = true [features] default = [] static = [] wayland = ["gtk/v4_6", "gdk-wayland", "gst-gl", "gst-gl-wayland"] x11glx = ["gtk/v4_6", "gdk-x11", "gst-gl", "gst-gl-x11"] x11egl = ["gtk/v4_6", "gdk-x11", "gst-gl", "gst-gl-egl"] winegl = ["gdk-win32/egl", "gst-gl-egl"] capi = [] doc = ["gst/v1_18"] [package.metadata.capi] min_version = "0.9.21" [package.metadata.capi.header] enabled = false [package.metadata.capi.library] install_subdir = "gstreamer-1.0" versioning = false import_library = false [package.metadata.capi.pkg_config] requires_private = "gstreamer-1.0, gstreamer-base-1.0, gstreamer-video-1.0, gtk4, gobject-2.0, glib-2.0, gmodule-2.0"