mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2024-11-21 20:27:35 +03:00
7 lines
122 B
Rust
7 lines
122 B
Rust
fn main() {
|
|
glib_build_tools::compile_resources(
|
|
&["assets"],
|
|
"assets/resources.xml",
|
|
"resources.gresource",
|
|
);
|
|
}
|