This adds manifest to make a flatpak of VulkanCapsViewer. It has an advantage over appimage of not being coupled with particular glibc versions, because flatpak runtime provides own glibc. Potentially this manifest could be used to upload the app to Flathub, but this use case probably needs extra work.
Steps to test:
cd flatpak
flatpak-builder --user --install --force-clean flatpak-output org.vulkanCapsViewer.VulkanCapsViewer.yml
flatpak run org.vulkanCapsViewer.VulkanCapsViewer
This adds manifest to make a flatpak of VulkanCapsViewer. It has an advantage over appimage of not being coupled with particular glibc versions, because flatpak runtime provides own glibc. Potentially this manifest could be used to upload the app to Flathub, but this use case probably needs extra work. Steps to test: