aalo 0.1.0

aka bevy-inspector-haalka, a bevy_ui-native inspector for Bevy
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
edition = "2024"

max_width = 120
format_code_in_doc_comments = true
# 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