Wef is a Rust library for embedding WebView functionality using Chromium Embedded Framework (CEF3) with offscreen rendering support.
21 lines
251 B
Markdown
21 lines
251 B
Markdown
# Wef example for Winit
|
|
|
|
## How to run
|
|
|
|
1. Install `cargo-wef`
|
|
|
|
```bash
|
|
cargo install cargo-wef
|
|
```
|
|
|
|
2. Download CEF framework
|
|
|
|
```bash
|
|
cargo wef init
|
|
```
|
|
|
|
2. Run the example
|
|
|
|
```bash
|
|
cargo wef run -p wef-winit
|
|
```
|