Newer
Older
This bevy plugin provides multiline text editing for bevy apps, thanks to [cosmic_text](https://github.com/pop-os/cosmic-text) crate!
Emoji, ligatures, and other fancy stuff is supported!

## Usage
⚠️ *Warning: This plugin is currently in early development, and its API is subject to change.*
Explore examples folder for basic usage.
Wasm:
```rust
cargo install wasm-server-runner
RUSTFLAGS=--cfg=web_sys_unstable_apis cargo r --target wasm32-unknown-unknown --example basic_ui
| bevy | bevy_cosmic_edit |
| ------ | ---------------- |
| 0.15.0 | 0.26 - latest |
| 0.14.0 | 0.21 - 0.25 |