Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Barafu committed Oct 2, 2024
1 parent 2dbb62e commit 18ba614
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 59 deletions.
110 changes: 52 additions & 58 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 src/dreams/dendraclock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ impl DendraClockDream {
let mut luminance = 0.7; // Start dimmer than main hands

let mut new_nodes = Vec::new();
for depth in 0..self.dream_settings.depth {
for _depth in 0..self.dream_settings.depth {
new_nodes.clear();
new_nodes.reserve(nodes.len() * 2);

Expand Down

0 comments on commit 18ba614

Please sign in to comment.