Savanni D'Gerinel
37f6334c9f
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.
8 lines
185 B
Rust
8 lines
185 B
Rust
fn main() {
|
|
glib_build_tools::compile_resources(
|
|
&["resources"],
|
|
"resources/resources.gresources.xml",
|
|
"com.luminescent-dreams.hex-grid.gresource",
|
|
);
|
|
}
|