This PR to change the Input to use [ropey](https://github.com/cessen/ropey) to store the text. ## Break Changes - The `value` method of `InputState` now returns a `SharedString` type. ```diff - pub fn value(&self) -> &SharedString + pub fn value(&self) -> SharedString ``` Ref links: - https://github.com/cessen/ropey - https://zed.dev/blog/zed-decoded-rope-sumtree - https://github.com/helix-editor/helix/blob/master/docs/architecture.md |
||
|---|---|---|
| .. | ||
| examples/wef-example | ||
| locales | ||
| src | ||
| tests | ||
| .rustfmt.toml | ||
| Cargo.toml | ||
| LICENSE-APACHE | ||
| README.md | ||
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