This commit is contained in:
parent
6aeda8be14
commit
91c082def3
4 changed files with 8 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/target
|
||||
.cargo
|
||||
|
|
|
|||
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -328,6 +328,7 @@ name = "bevy-santa"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"bevy",
|
||||
"rand",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
|
|
@ -5,3 +5,4 @@ edition = "2024"
|
|||
|
||||
[dependencies]
|
||||
bevy = "0.17.3"
|
||||
rand = "0.9.2"
|
||||
|
|
|
|||
5
rustfmt.toml
Normal file
5
rustfmt.toml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
max_width = 120
|
||||
chain_width = 120
|
||||
fn_call_width = 120
|
||||
use_small_heuristics = "Max"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue