gst-plugins-rs/Cargo.toml

33 lines
630 B
TOML
Raw Normal View History

[workspace]
2016-05-13 13:35:48 +00:00
members = [
"gst-plugin-dav1d",
"gst-plugin-file",
2019-06-26 04:40:21 +00:00
"gst-plugin-reqwest",
"gst-plugin-flv",
"gst-plugin-audiofx",
2017-12-05 07:52:31 +00:00
"gst-plugin-togglerecord",
"gst-plugin-threadshare",
"gst-plugin-tutorial",
"gst-plugin-closedcaption",
"gst-plugin-version-helper",
"gst-plugin-sodium",
"gst-plugin-cdg",
"gst-plugin-rav1e",
"gst-plugin-rusoto",
"gst-plugin-fallbackswitch",
"gst-plugin-lewton",
"gst-plugin-claxon",
"gst-plugin-gif",
2020-01-10 01:52:31 +00:00
"gst-plugin-csound",
]
2017-01-24 14:22:09 +00:00
[profile.release]
lto = true
2017-10-07 09:43:38 +00:00
opt-level = 3
debug = true
panic = 'unwind'
[profile.dev]
opt-level = 1