Wef is a Rust library for embedding WebView functionality using Chromium Embedded Framework (CEF3) with offscreen rendering support. |
||
|---|---|---|
| .. | ||
| examples/wef-example | ||
| locales | ||
| src | ||
| tests | ||
| .rustfmt.toml | ||
| Cargo.toml | ||
| LICENSE-APACHE | ||
| README.md | ||
WebView support for GPUI
Bootstrap
You should init the Wef first.
cargo install cargo-wef
cargo wef init
Run example
cargo run -p wef-example