gpui-component/crates/wef/examples/wef-winit/README.md
Sunli b70b229370
wef: Added a new WebView component named "Wef" based on CEF. (#877)
Wef is a Rust library for embedding WebView functionality using Chromium
Embedded Framework (CEF3) with offscreen rendering support.
2025-06-17 18:57:44 +08:00

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
```