Skip to content
Snippets Groups Projects
readme.md 584 B
Newer Older
StaffEngineer's avatar
StaffEngineer committed
# bevy_cosmic_edit

This bevy plugin provides mutliline 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!

![bevy_cosmic_edit](./bevy_cosmic_edit.png)

## Usage

⚠️ *Warning: This plugin is currently in early development, and its API is subject to change.*

Explore examples folder for basic usage.

```rust
cargo r --example basic_sprite
```

## Compatibility

| bevy | bevy_cosmic_edit |
| ---- | ---------------- |
StaffEngineer's avatar
StaffEngineer committed
| 0.11 | 0.8, 0.9         |
StaffEngineer's avatar
StaffEngineer committed

## License

MIT or Apache-2.0