Also use explicit namespace for bare functions and constants used in main.rs.
7 lines
139 B
Rust
7 lines
139 B
Rust
use glib_build_tools::compile_resources;
|
|
|
|
|
|
|
|
fn main() {
|
|
compile_resources(&["data"], "data/zoodex.gresource.xml", "zoodex.gresource");
|
|
}
|