haalka 0.7.1

ergonomic reactive Bevy UI library powered by FRP signals
Documentation
1
2
3
4
5
6
7
8
9
//! - A dropdown for the type of bug (UI/cosmetics/gameplay).
//! - A one-line text input for the bug title.
//! - A multi-line text input for the bug description.
//! - The text editing should have the following features:
//!   - Cursor, which can be moved with arrow keys and mouse click.
//!   - Text selection.
//!   - Copy/paste/cut with the usual shortcuts.

fn main() {}