https://github.com/vikulin/rust-webview-demo
https://github.com/vikulin/rust-webview-demo
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vikulin/rust-webview-demo
- Owner: vikulin
- License: mit
- Created: 2021-03-26T18:17:56.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-01T18:38:01.000Z (about 5 years ago)
- Last Synced: 2025-10-21T20:36:46.392Z (8 months ago)
- Language: HTML
- Size: 224 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```
