bevy_input_bindings 0.0.1

High level, flexible and shareable input binding library for the Bevy game engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
max_width = 100 # https://rust-lang.github.io/rustfmt/?version=v1.6.0&search=#max_width
use_small_heuristics = "Off" # https://rust-lang.github.io/rustfmt/?version=v1.6.0&search=#use_small_heuristics
match_block_trailing_comma = true # https://rust-lang.github.io/rustfmt/?version=v1.6.0&search=#match_block_trailing_comma
newline_style = "Unix" # https://rust-lang.github.io/rustfmt/?version=v1.6.0&search=#newline_style

# Take a look at the following when it becomes stable:
# - https://rust-lang.github.io/rustfmt/?version=v1.6.0&search=#fn_single_line
#    -> true
# - https://rust-lang.github.io/rustfmt/?version=v1.6.0&search=#format_code_in_doc_comments
#    -> true
# - https://rust-lang.github.io/rustfmt/?version=v1.6.0&search=#format_strings
#    -> true
# - https://rust-lang.github.io/rustfmt/?version=v1.6.0&search=#hex_literal_case
#    -> Upper
# - https://rust-lang.github.io/rustfmt/?version=v1.6.0&search=#imports_granularity
#    -> Module
# - https://rust-lang.github.io/rustfmt/?version=v1.6.0&search=#normalize_comments
#    -> true