mirror of
https://github.com/ALEZ-DEV/Babylonia-terminal.git
synced 2025-12-15 00:48:52 +00:00
6 lines
139 B
Rust
6 lines
139 B
Rust
use glib_build_tools::compile_resources;
|
|
|
|
fn main() {
|
|
compile_resources(&["assets"], "assets/resources.xml", "resources.gresource");
|
|
}
|