neutrino 0.1.0

A GUI frontend in Rust based on web-view
# neutrino

A GUI frontend in Rust based on web-view

## Usage (only tested on Linux)

You can run the examples using the following commands :

```bash
neutrino run --example counter
```
![](examples/counter.png)

```bash
neutrino run --example custom
```
![](examples/custom.png)

```bash
neutrino run --example demo
```
![](examples/demo.png)

Here is a comparison with native (Qt) widgets on Linux/Plasma with the Breeze theme :

![](examples/breeze.png)