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

https://github.com/vikulin/rust-webview-demo


https://github.com/vikulin/rust-webview-demo

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Rust-Webview-demo

0. Set env variable for pkg-config and cross compilation:
```
$ export PKG_CONFIG_x86_64_pc_windows_gnu=/usr/bin/x86_64-linux-gnu-pkg-config
```
1. Build for Windows:
```
$ cargo build --target x86_64-pc-windows-gnu
```

![2021-03-30_16h47_28](https://user-images.githubusercontent.com/743622/113338972-83928e80-9332-11eb-9d8a-654e1216fdc7.png)