mod-manager/data/resources/resources.gresource.xml
Tine Jozelj 83c478cfd2
Some checks failed
CI / Rustfmt (push) Failing after 2m10s
CI / Flatpak (push) Failing after 10m55s
feat: loading images
Need to fix the threads as currently it locks the app while loading the images.
2024-01-07 22:35:39 +01:00

12 lines
607 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/dev/mnts/ModManager/">
<!-- see https://gtk-rs.org/gtk4-rs/git/docs/gtk4/struct.Application.html#automatic-resources -->
<file compressed="true">ui/windows/main/main.ui</file>
<file compressed="true">ui/windows/main/pages/welcome.ui</file>
<file compressed="true">ui/windows/main/pages/games_and_mods.ui</file>
<file compressed="true">ui/windows/add_new_game/add_new_game.ui</file>
<file compressed="true">ui/components/card.ui</file>
<file compressed="true">style.css</file>
</gresource>
</gresources>