mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-24 15:06:38 +00:00
6 lines
107 B
Rust
6 lines
107 B
Rust
|
use static_files::resource_dir;
|
||
|
|
||
|
fn main() -> std::io::Result<()> {
|
||
|
resource_dir("./static").build()
|
||
|
}
|