-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathresources.gresource.xml
More file actions
16 lines (15 loc) · 918 Bytes
/
resources.gresource.xml
File metadata and controls
16 lines (15 loc) · 918 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/com/ranfdev/Geopard/">
<!-- 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" preprocess="xml-stripblanks">ui/bookmarks.ui</file>
<file compressed="true" preprocess="xml-stripblanks">ui/window.ui</file>
<file compressed="true" preprocess="xml-stripblanks">ui/input_page.ui</file>
<file compressed="true" preprocess="xml-stripblanks">ui/download_page.ui</file>
<file compressed="true" preprocess="xml-stripblanks">ui/tab.ui</file>
</gresource>
<gresource prefix="/com/ranfdev/Geopard/icons/scalable/actions/">
<file preprocess="xml-stripblanks" alias="library-symbolic.svg">icons/library-symbolic.svg</file>
</gresource>
</gresources>