Recommending other libraries is really important because you can't make an app with just a window. But, at the very least, they have to work inside the stupidly annoying UWP sandbox, and it'd be ideal if they worked on iOS and Android. Things that might be useful:
- a filepicker - if we're extremely lucky the one inside the web view can punch holes in the sandbox
- notifications - maybe HTML5 notifications work
- converting the executable into an app - this is super, super important for Windows and macOS
- application data directories - the
app_dirs crate looks really good
Recommending other libraries is really important because you can't make an app with just a window. But, at the very least, they have to work inside the stupidly annoying UWP sandbox, and it'd be ideal if they worked on iOS and Android. Things that might be useful:
app_dirscrate looks really good