Crates.io | bevy_cosmic_edit |
lib.rs | bevy_cosmic_edit |
version | 0.24.0 |
source | src |
created_at | 2023-05-28 12:23:39.95725 |
updated_at | 2024-10-11 08:14:47.575492 |
description | Bevy cosmic-text multiline text input |
homepage | |
repository | https://github.com/StaffEngineer/bevy_cosmic_edit |
max_upload_size | |
id | 876455 |
size | 392,315 |
This bevy plugin provides multiline text editing for bevy apps, thanks to cosmic_text crate!
Emoji, ligatures, and other fancy stuff is supported!
⚠️ Warning: This plugin is currently in early development, and its API is subject to change.
Explore examples folder for basic usage.
Native:
cargo r --example font_per_widget
Wasm:
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.14.0 | 0.21 - latest |
0.13.0 | 0.16 - 0.20 |
0.12.* | 0.15 |
0.11.* | 0.8 - 0.14 |
MIT or Apache-2.0