Skip to content

Commit

Permalink
🐛 fix cross build for seeded rng
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienjuif authored Dec 2, 2023
1 parent 2c7b0f8 commit c4e4ae0
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 122 deletions.
148 changes: 31 additions & 117 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bevy_rapier2d = "0.23.0" # Physics integration for Bevy using Rapier 2D
rand = "0.8.5" # Random number generation
blake3 = { version = "1.5", features=["pure"] } # Hash function for performance and security
bevy_turborand = "0.7.0" # Turbocharged random number generation for Bevy
fasthash = "0.4.0" # Fast hashing algorithm
xxhash-rust = { version = "0.8.7", features=["xxh3"] } # xxHash algorithm (to provide a seed)
bevy_cameraman = "0.1.0" # A camera control plugin for Bevy

[profile.dev]
Expand Down
Loading

0 comments on commit c4e4ae0

Please sign in to comment.