// ABOUTME: Build script for compiling GResource bundle. // ABOUTME: Bundles style.css and default-avatar.svg into the binary. fn main() { glib_build_tools::compile_resources( &["resources"], "resources/resources.gresource.xml", "moonlock.gresource", ); // Link libpam for PAM authentication println!("cargo:rustc-link-lib=pam"); }