gpui-component/crates/webview
2025-07-02 11:06:04 +08:00
..
examples/wef-example wef: Fixed some issues (#975) 2025-06-18 10:46:55 +08:00
locales wef: Added a new WebView component named "Wef" based on CEF. (#877) 2025-06-17 18:57:44 +08:00
src chore: Upgrade GPUI and fix action API changes. (#1008) 2025-06-25 11:06:12 +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 chore: Update GPUI and fix FocusableWrapper removed error. (#1026) 2025-07-02 11:06:04 +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