pixelmosh 4.0.0

PNG corrupter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Custom build script

fn main() {
    #[cfg(feature = "gui")]
    {
        glib_build_tools::compile_resources(
            &["src/resources"],
            "src/resources/resources.gresource.xml",
            "pixelmosh.gresource",
        );
    }
}