gba 0.5.3

A crate for making GBA games with Rust.
1
2
3
4
5
6
7
8
9
color = "Never"
error_on_line_overflow = false
fn_args_density = "Compressed"
merge_imports = true
reorder_imports = true
use_try_shorthand = true
tab_spaces = 2
max_width = 100
use_small_heuristics = "Max"