Adding gstreamer_vulkan_sys library as a dependency

Run this command in a terminal, in your project's directory:

cargo add gstreamer-vulkan-sys

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

gstreamer-vulkan-sys = "0.25.0-alpha.2"

The gstreamer_vulkan_sys library will be automatically available globally. Read the gstreamer_vulkan_sys library documentation.

Back to the crate overview.