mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-21 20:36:01 +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",
|
|
);
|
|
}
|