Blob Blame History Raw
--- gst-plugin-gtk4-0.12.3/Cargo.toml	1970-01-01T00:00:01+00:00
+++ gst-plugin-gtk4-0.12.3/Cargo.toml	2024-03-27T19:58:01.072895+00:00
@@ -129,7 +129,6 @@
     "gst-gl-wayland",
 ]
 winegl = [
-    "gdk-win32/egl",
     "gst-gl-egl",
 ]
 x11egl = [
@@ -145,35 +144,3 @@
     "gst-gl-x11",
 ]
 
-[target."cfg(target_os = \"macos\")".dependencies.gst-gl]
-version = "0.22"
-features = ["v1_16"]
-package = "gstreamer-gl"
-
-[target."cfg(target_os = \"macos\")".dependencies.gtk]
-version = "0.8"
-features = ["v4_6"]
-package = "gtk4"
-
-[target."cfg(target_os = \"windows\")".dependencies.gdk-win32]
-version = "0.8"
-features = ["v4_4"]
-package = "gdk4-win32"
-
-[target."cfg(target_os = \"windows\")".dependencies.gst-gl]
-version = "0.22"
-features = ["v1_20"]
-package = "gstreamer-gl"
-
-[target."cfg(target_os = \"windows\")".dependencies.gtk]
-version = "0.8"
-features = ["v4_6"]
-package = "gtk4"
-
-[target."cfg(target_os = \"windows\")".dependencies.windows-sys]
-version = "0.52"
-features = [
-    "Win32_Graphics_OpenGL",
-    "Win32_Foundation",
-    "Win32_Graphics_Gdi",
-]