forked from mirrors/gstreamer-rs
9a490b9c28
Otherwise gir will not add as external crate gst_sys which doesn't exist, but gstreamer_sys.
16 lines
264 B
TOML
16 lines
264 B
TOML
[options]
|
|
girs_dir = "gir-files"
|
|
library = "GstWebRTC"
|
|
version = "1.0"
|
|
min_cfg_version = "1.0"
|
|
target_path = "gstreamer-webrtc-sys"
|
|
work_mode = "sys"
|
|
|
|
external_libraries = [
|
|
"GLib",
|
|
"GObject",
|
|
]
|
|
|
|
[external_libraries]
|
|
gstreamer="Gst"
|
|
gstreamer_sdp="GstSdp"
|