hephae 0.6.0

A personalized, opinionated Bevy plugin that adds support for drawing and batching arbitrary vertices and indices.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
max_width = 125

overflow_delimited_expr = true

force_multiline_blocks = false

newline_style = "Native"

trailing_semicolon = false

trailing_comma = "Vertical"

binop_separator = "Back"



imports_indent = "Block"

imports_layout = "Mixed"

imports_granularity = "Crate"

reorder_imports = true

group_imports = "StdExternalCrate"

reorder_modules = true



format_code_in_doc_comments = true

wrap_comments = true

comment_width = 100