I'm building an app that is truly a single-user app. It may in the future have communication features, but that's just to selectively send information to other people.
It deals with sensitive data.
So, I want to make it a native app, which is easier to package and install, and is more natural for users to launch than "Web Browser -> http://localhost:3000/".
#Rust app, so I need to choose between #Conrod, #Gtk, #QtQuick, or #Qt5.
Is there anyone who can discuss this with me?