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
|
/target
|
||||||
|
.cargo
|
||||||
|
|
|
||||||
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -328,6 +328,7 @@ name = "bevy-santa"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bevy",
|
"bevy",
|
||||||
|
"rand",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|
|
||||||
|
|
@ -5,3 +5,4 @@ edition = "2024"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bevy = "0.17.3"
|
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