gpui-component/crates/webview/README.md

16 lines
183 B
Markdown

# WebView support for GPUI
## Bootstrap
You should init the Wef first.
```bash
cargo install cargo-wef
cargo wef init
```
## Run example
```bash
cargo wef run -p wef-example
```