From 96d68fc72cc74fd0858846b9c0df0424faa46adb Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Sat, 14 Dec 2024 10:47:52 +0000 Subject: Moves UI definition to XML --- schist_gtk4_gui/build.rs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 schist_gtk4_gui/build.rs (limited to 'schist_gtk4_gui/build.rs') diff --git a/schist_gtk4_gui/build.rs b/schist_gtk4_gui/build.rs new file mode 100644 index 0000000..6c2f68b --- /dev/null +++ b/schist_gtk4_gui/build.rs @@ -0,0 +1,7 @@ +fn main() { + glib_build_tools::compile_resources( + &["resources"], + "resources/resources.gresource.xml", + "resources.gresource", + ); +} -- cgit v1.2.3