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
- Host: GitHub
- URL: https://github.com/huytd/webview-demo
- Owner: huytd
- Created: 2018-04-26T01:27:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-26T01:32:03.000Z (about 8 years ago)
- Last Synced: 2024-04-15T06:48:19.882Z (about 2 years ago)
- Topics: gui, rust, webview
- Language: Rust
- Size: 71.3 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust WebView demo

Build:
```
cargo build
```
Run:
```
cargo run
```
Want a desktop app for macOS? Use [appify](https://gist.github.com/mathiasbynens/674099)
```
cd target/release
appify
```