Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Cargo.toml - gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eb2e15ad3974cb0dd5d592c44152c2b05ba9fde7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[workspace]

members = [
    "gst-plugin-file",
    "gst-plugin-http",
    "gst-plugin-flv",
    "gst-plugin-audiofx",
    "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-s3",
]

[profile.release]
lto = true
opt-level = 3
debug = true
panic = 'unwind'

[profile.dev]
opt-level = 1