gpui-component/crates/webview
2025-06-17 20:10:34 +08:00
..
examples/wef-example wef: Fix doc and warnings. (#972) 2025-06-17 20:10:34 +08:00
locales wef: Added a new WebView component named "Wef" based on CEF. (#877) 2025-06-17 18:57:44 +08:00
src wef: Added a new WebView component named "Wef" based on CEF. (#877) 2025-06-17 18:57:44 +08:00
tests wef: Added a new WebView component named "Wef" based on CEF. (#877) 2025-06-17 18:57:44 +08:00
.rustfmt.toml wef: Added a new WebView component named "Wef" based on CEF. (#877) 2025-06-17 18:57:44 +08:00
Cargo.toml wef: Added a new WebView component named "Wef" based on CEF. (#877) 2025-06-17 18:57:44 +08:00
LICENSE-APACHE wef: Added a new WebView component named "Wef" based on CEF. (#877) 2025-06-17 18:57:44 +08:00
README.md wef: Fix doc and warnings. (#972) 2025-06-17 20:10:34 +08:00

WebView support for GPUI

Bootstrap

You should init the Wef first.

cargo install cargo-wef
cargo wef init

Run example

cargo wef run -p wef-example