Skip to content

Commit 8273f06

Browse files
Trees (#55)
1 parent 667c879 commit 8273f06

File tree

9 files changed

+321
-100
lines changed

9 files changed

+321
-100
lines changed

Cargo.lock

Lines changed: 100 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ iyes_perf_ui = { git = "https://github.com/IyesGames/iyes_perf_ui.git", branch =
1414
noise = "0.9.0"
1515
bevy_renet = { git = "https://github.com/CuddlyBunion341/renet.git" }
1616
bincode = "1.3.3"
17-
rand = "0.8.5"
17+
rand = {version = "0.9.0", features = ["small_rng"]}
1818
renet = { git = "https://github.com/CuddlyBunion341/renet.git" }
1919
serde = { version = "1.0.203", features = ["derive"] }
2020
serde-big-array = "0.5.1"

assets/textures/texture_atlas.png

124 Bytes
Loading

0 commit comments

Comments
 (0)