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: c84fd62d84c3c4c5fc75a6c2f5d85b4f4f29932e (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
27
28
29
[workspace]

members = [
    "gst-plugin-dav1d",
    "gst-plugin-file",
    "gst-plugin-reqwest",
    "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-rusoto",
    "gst-plugin-fallbackswitch",
    "gst-plugin-lewton",
]

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

[profile.dev]
opt-level = 1