diff options
| author | Joe Carstairs <me@joeac.net> | 2024-12-14 10:47:52 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-12-14 10:47:52 +0000 |
| commit | 96d68fc72cc74fd0858846b9c0df0424faa46adb (patch) | |
| tree | 42ba59b51cef93ec29a45866a697225984a734fa /schist_gtk4_gui/build.rs | |
| parent | be9313986c9a32d134433d47c866b1f25a7847ab (diff) | |
Moves UI definition to XML
Diffstat (limited to 'schist_gtk4_gui/build.rs')
| -rw-r--r-- | schist_gtk4_gui/build.rs | 7 |
1 files changed, 7 insertions, 0 deletions
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", + ); +} |
