webview_official 0.1.1

Official Webview-org Rust bindings, a tiny cross-platform library to render web-based GUIs for desktop applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# webview_rust
Bindings in rust for webview (zserge)

This repository is the staging area for the construction of "official" rust bindings to [webview/webview](https://github.com/webview/webview).

## Setup for development
Please clone this repository and install the submodule:
```
git clone --recurse-submodules -j8 git@github.com:webview/webview_rust.git
```

If it bails, please make sure you are using a proper SSH key.

## License
MIT / Apache 2