mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-24 15:06:38 +00:00
This adds `gstdump` and `gst-dots-viewer` server, see the README for more details about what those tools do. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7999>
5 lines
107 B
Rust
5 lines
107 B
Rust
use static_files::resource_dir;
|
|
|
|
fn main() -> std::io::Result<()> {
|
|
resource_dir("./static").build()
|
|
}
|