examples: Remove features from [[bin]]

Solves the following warning:

    gstreamer-rs/examples/Cargo.toml: unused manifest key: bin.31.features

Enabling features when a single bin is built is not supported, and users
would have to manually select desired features anyway: -wayland cannot
be used in conjunction with -egl thanks to the cfg_if.
This commit is contained in:
Marijn Suijten 2021-04-10 16:51:50 +02:00
parent d8cd01027e
commit a310cf8842

View file

@ -162,7 +162,6 @@ required-features = ["ges"]
[[bin]]
name = "glupload"
required-features = ["gl"]
features = ["gst-gl-egl", "gst-gl-wayland", "gst-gl-x11"]
[[bin]]
name = "subclass"