monorepo/hex-grid/build.rs
Savanni D'Gerinel 37f6334c9f Update the gtk dependencies for all packages
This breaks the hex-grid application. set_source_pixbuf got removed and
I have not figured out a replacement for drawing a pixbuf to a context.
2023-11-14 10:05:56 -05:00

8 lines
185 B
Rust

fn main() {
glib_build_tools::compile_resources(
&["resources"],
"resources/resources.gresources.xml",
"com.luminescent-dreams.hex-grid.gresource",
);
}