vs-app 0.0.4

Cross-platform desktop GUI for the vs runtime version manager.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# vs-app

`vs-app` is the cross-platform desktop GUI for the [`vs`](../../README.md) runtime
version manager. It is built with [gpui](https://crates.io/crates/gpui) and
[gpui-component](https://crates.io/crates/gpui-component) and drives the same
`vs-core` engine as the `vs` CLI.

## Run

```bash
cargo run -p vs-app
```

## Linux build dependencies

gpui needs system libraries on Linux (X11/Wayland/Vulkan/fontconfig/ALSA). See the
`checks` job in `.github/workflows/ci.yml` for the exact apt package list.