forked from mirrors/gstreamer-rs
666ea908a5
This reverts commit 7f9fcb09e2
.
`generator.py` is in the process of being moved to a generic place in
the `gir` repository for reuse across crates. This means `-d` cannot be
passed for our GStreamer-specific `gst-gir-files` directory anymore, and
should be configured from `Gir.toml` instead.
24 lines
319 B
TOML
24 lines
319 B
TOML
[options]
|
|
girs_dir = "../../gir-files"
|
|
library = "GstController"
|
|
version = "1.0"
|
|
min_cfg_version = "1.8"
|
|
work_mode = "sys"
|
|
|
|
external_libraries = [
|
|
"GLib",
|
|
"GObject",
|
|
]
|
|
|
|
extra_versions = [
|
|
"1.20",
|
|
"1.18",
|
|
"1.16",
|
|
"1.14",
|
|
"1.12",
|
|
"1.10",
|
|
"1.8",
|
|
]
|
|
|
|
[external_libraries]
|
|
gstreamer="Gst"
|