haalka 0.7.1

ergonomic reactive Bevy UI library powered by FRP signals
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
edition = "2024"

max_width = 120
# from bevy
use_field_init_shorthand = true
newline_style = "Unix"

# requires nightly
unstable_features = true
trailing_comma = "Vertical"
# from bevy
imports_granularity = "Crate"
wrap_comments = true
comment_width = 100
normalize_comments = true

ignore = ["MoonZoon"]