gpui-component/crates/wef/examples/wef-winit
2025-06-18 10:46:55 +08:00
..
icons wef: Added a new WebView component named "Wef" based on CEF. (#877) 2025-06-17 18:57:44 +08:00
src wef: Fixed some issues (#975) 2025-06-18 10:46:55 +08:00
build.rs wef: Fixed some issues (#975) 2025-06-18 10:46:55 +08:00
Cargo.toml wef: Added a new WebView component named "Wef" based on CEF. (#877) 2025-06-17 18:57:44 +08:00
README.md wef: Added a new WebView component named "Wef" based on CEF. (#877) 2025-06-17 18:57:44 +08:00

Wef example for Winit

How to run

  1. Install cargo-wef

    cargo install cargo-wef
    
  2. Download CEF framework

    cargo wef init
    
  3. Run the example

    cargo wef run -p wef-winit