--- gst-plugin-gtk4-0.12.7/Cargo.toml 1970-01-01T00:00:01+00:00 +++ gst-plugin-gtk4-0.12.7/Cargo.toml 2024-06-21T11:24:40.496725+00:00 @@ -141,7 +141,6 @@ "gst-gl-wayland", ] winegl = [ - "gdk-win32/egl", "gst-gl-egl", ] x11egl = [ @@ -157,35 +156,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", -]