gstreamer-rs/gstreamer-allocators/sys/Gir.toml
Sebastian Dröge 4651c9db4d Update minimum supported version to 1.14
This is the version that is available in Ubuntu 18.04.
2022-04-07 12:45:47 +03:00

21 lines
306 B
TOML

[options]
girs_directories = ["../../gir-files", "../../gst-gir-files"]
library = "GstAllocators"
version = "1.0"
min_cfg_version = "1.14"
work_mode = "sys"
extra_versions = [
"1.20",
"1.18",
"1.16",
]
external_libraries = [
"GLib",
"GObject",
]
[external_libraries]
gstreamer="Gst"