game-of-life-gui/data/resources/resources.gresource.xml

9 lines
377 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/com/example/Life/">
<!-- see https://gtk-rs.org/gtk4-rs/git/docs/gtk4/struct.Application.html#automatic-resources -->
<file compressed="true" preprocess="xml-stripblanks" alias="gtk/help-overlay.ui">ui/shortcuts.ui</file>
<file compressed="true">style.css</file>
</gresource>
</gresources>