An open API service indexing awesome lists of open source software.

https://github.com/huytd/webview-demo

Rust + WebView
https://github.com/huytd/webview-demo

gui rust webview

Last synced: 11 months ago
JSON representation

Rust + WebView

Awesome Lists containing this project

README

          

# Rust WebView demo

![](screenshot.png)

Build:

```
cargo build
```

Run:

```
cargo run
```

Want a desktop app for macOS? Use [appify](https://gist.github.com/mathiasbynens/674099)

```
cd target/release
appify
```