vs-app 0.0.4

Cross-platform desktop GUI for the vs runtime version manager.
Documentation
1
2
3
4
5
6
7
//! Entry point for the `vs-app` GUI binary.

use anyhow::Result;

fn main() -> Result<()> {
    vs_app::run()
}