Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Commit 79bf90f

Browse files
committed
examples: Adapt to glib-build-tools breaking change
1 parent 0f30c7e commit 79bf90f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
fn main() {
22
glib_build_tools::compile_resources(
3-
"resources",
3+
&["resources"],
44
"resources/resources.gresource.xml",
55
"compiled.gresource",
66
);

0 commit comments

Comments
 (0)