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