// 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", "moonset.gresource", ); }