gstreamer-rs/Gir_Gst.toml
2018-10-30 21:37:46 +01:00

20 lines
303 B
TOML

[options]
girs_dir = "gir-files"
library = "Gst"
version = "1.0"
min_cfg_version = "1.0"
target_path = "gstreamer-sys"
work_mode = "sys"
ignore = [
"Gst.VERSION_MAJOR",
"Gst.VERSION_MINOR",
"Gst.VERSION_MICRO",
"Gst.VERSION_NANO",
]
external_libraries = [
"GLib",
"GObject",
]