mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-14 05:21:29 +00:00
19 lines
303 B
TOML
19 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",
|
|
]
|