build.rs 127 B

12345678
  1. fn main() {
  2. glib_build_tools::compile_resources(
  3. &["src"],
  4. "src/prionote.gresources.xml",
  5. "prionote.gresource"
  6. );
  7. }