oupsss
All checks were successful
Build Bevy Game (Linux) / build (push) Successful in 18m46s

This commit is contained in:
Crizomb 2025-12-28 02:04:41 +01:00
parent 6aeda8be14
commit 91c082def3
4 changed files with 8 additions and 0 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
/target /target
.cargo

1
Cargo.lock generated
View file

@ -328,6 +328,7 @@ name = "bevy-santa"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"bevy", "bevy",
"rand",
] ]
[[package]] [[package]]

View file

@ -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
View file

@ -0,0 +1,5 @@
max_width = 120
chain_width = 120
fn_call_width = 120
use_small_heuristics = "Max"